net/sfc: support tunnel TSO on EF10 native Tx datapath
[dpdk.git] / drivers / net / sfc / sfc.h
index a4b9a3f..ecd20e5 100644 (file)
@@ -286,6 +286,7 @@ struct sfc_adapter {
        struct sfc_txq                  *txq_ctrl;
 
        boolean_t                       tso;
+       boolean_t                       tso_encap;
 
        uint32_t                        rxd_wait_timeout_ns;
 };