]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/intel/i40e/i40e_txrx.h
i40e: Fix RS bit update in Tx path and disable force WB workaround
[karo-tx-linux.git] / drivers / net / ethernet / intel / i40e / i40e_txrx.h
index 977cb5b461156c53f3ec946e480b67373a1b9185..a3978c2b5fc97fecff23a941dfe821ecec3d1334 100644 (file)
@@ -256,10 +256,12 @@ struct i40e_ring {
 
        bool ring_active;               /* is ring online or not */
        bool arm_wb;            /* do something to arm write back */
+       u8 packet_stride;
 
        u16 flags;
 #define I40E_TXR_FLAGS_WB_ON_ITR       BIT(0)
 #define I40E_TXR_FLAGS_OUTER_UDP_CSUM  BIT(1)
+#define I40E_TXR_FLAGS_LAST_XMIT_MORE_SET BIT(2)
 
        /* stats structs */
        struct i40e_queue_stats stats;