net/sfc: support port representor related flow actions
[dpdk.git] / drivers / net / ionic / ionic_lif.h
index 5885aa1..9f00ba2 100644 (file)
@@ -92,6 +92,7 @@ struct ionic_tx_qcq {
        struct ionic_qcq qcq;
 
        /* cacheline2 */
+       uint16_t num_segs_fw;   /* # segs supported by current FW */
        uint16_t flags;
 
        struct ionic_tx_stats stats;