net/sfc: calculate Rx buffer size which may be used
[dpdk.git] / drivers / net / sfc / sfc_rx.h
index b506d9a..9719eae 100644 (file)
@@ -71,6 +71,7 @@ struct sfc_rxq {
        unsigned int            ptr_mask;
 
        /* Used on refill */
+       uint16_t                buf_size;
        struct rte_mempool      *refill_mb_pool;
        efx_rxq_t               *common;
        efsys_mem_t             mem;