|
@@ -279,7 +279,7 @@ static inline unsigned int i40e_txd_use_count(unsigned int size)
|
|
}
|
|
}
|
|
|
|
|
|
/* Tx Descriptors needed, worst case */
|
|
/* Tx Descriptors needed, worst case */
|
|
-#define DESC_NEEDED (MAX_SKB_FRAGS + 4)
|
|
|
|
|
|
+#define DESC_NEEDED (MAX_SKB_FRAGS + 6)
|
|
#define I40E_MIN_DESC_PENDING 4
|
|
#define I40E_MIN_DESC_PENDING 4
|
|
|
|
|
|
#define I40E_TX_FLAGS_HW_VLAN BIT(1)
|
|
#define I40E_TX_FLAGS_HW_VLAN BIT(1)
|