|
@@ -410,7 +410,7 @@ static inline u16 ixgbe_desc_unused(struct ixgbe_ring *ring)
|
|
#define IXGBE_TX_CTXTDESC(R, i) \
|
|
#define IXGBE_TX_CTXTDESC(R, i) \
|
|
(&(((struct ixgbe_adv_tx_context_desc *)((R)->desc))[i]))
|
|
(&(((struct ixgbe_adv_tx_context_desc *)((R)->desc))[i]))
|
|
|
|
|
|
-#define IXGBE_MAX_JUMBO_FRAME_SIZE 16128
|
|
|
|
|
|
+#define IXGBE_MAX_JUMBO_FRAME_SIZE 9728 /* Maximum Supported Size 9.5KB */
|
|
#ifdef IXGBE_FCOE
|
|
#ifdef IXGBE_FCOE
|
|
/* Use 3K as the baby jumbo frame size for FCoE */
|
|
/* Use 3K as the baby jumbo frame size for FCoE */
|
|
#define IXGBE_FCOE_JUMBO_FRAME_SIZE 3072
|
|
#define IXGBE_FCOE_JUMBO_FRAME_SIZE 3072
|