]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx4/mlx4_rxtx.h
ethdev: add access to EEPROM
[dpdk.git] / drivers / net / mlx4 / mlx4_rxtx.h
index da02a97bd649bd94d9be233a2cb8df71b8f28f10..b1af86110e71a1f81e88565ec7bff2a5f6d186ff 100644 (file)
@@ -52,6 +52,7 @@ struct rxq {
        volatile uint32_t *rq_db; /**< RQ doorbell record. */
        uint32_t csum:1; /**< Enable checksum offloading. */
        uint32_t csum_l2tun:1; /**< Same for L2 tunnels. */
+       uint32_t crc_present:1; /**< CRC must be subtracted. */
        uint32_t l2tun_offload:1; /**< L2 tunnel offload is enabled. */
        struct mlx4_cq mcq;  /**< Info for directly manipulating the CQ. */
        struct mlx4_rxq_stats stats; /**< Rx queue counters. */