]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_rxtx.h
net/mlx5: fix support for newer link speeds
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx.h
index d8c8422132c5607911e13c84dceeb26319239aee..5708c2a7a7ea41247a2c730f8678c116a3cbb666 100644 (file)
@@ -113,6 +113,8 @@ struct rxq {
        unsigned int cqe_n:4; /* Log 2 of CQ elements. */
        unsigned int elts_n:4; /* Log 2 of Mbufs. */
        unsigned int port_id:8;
+       unsigned int rss_hash:1; /* RSS hash result is enabled. */
+       unsigned int :9; /* Remaining bits. */
        volatile uint32_t *rq_db;
        volatile uint32_t *cq_db;
        uint16_t rq_ci;