New upstream version 18.11-rc1
[deb_dpdk.git] / drivers / net / sfc / sfc_dp_tx.h
index eda9676..c246871 100644 (file)
@@ -57,6 +57,11 @@ struct sfc_dp_tx_qcreate_info {
        volatile void           *mem_bar;
        /** VI window size shift */
        unsigned int            vi_window_shift;
+       /**
+        * Maximum number of bytes into the packet the TCP header can start for
+        * the hardware to apply TSO packet edits.
+        */
+       uint16_t                tso_tcp_header_offset_limit;
 };
 
 /**