You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support receiving packets larger than 2048 bytes, we need to
enable multi-segment rx and tx offload in the drivers.
Enable RTE_ETH_RX_OFFLOAD_SCATTER and RTE_ETH_TX_OFFLOAD_MULTI_SEGS in
the requested offload flags when configuring DPDK ports.
Update the basic IP forward test to check we are indeed receiving 5000
bytes packets with a configured MTU of 9000 bytes.
Suggested-by: David Marchand <[email protected]>
Signed-off-by: Robin Jarry <[email protected]>
0 commit comments