net/*/base: allow use of experimental APIs in base code
[dpdk.git] / drivers / net / sfc / sfc_rx.h
index d9e7b0b..3fba7d8 100644 (file)
@@ -60,6 +60,7 @@ struct sfc_rxq {
        unsigned int            hw_index;
        unsigned int            refill_threshold;
        struct rte_mempool      *refill_mb_pool;
+       uint16_t                buf_size;
        struct sfc_dp_rxq       *dp;
        unsigned int            state;
 };