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
When check_port_mtu() was first written, the fields min_mtu and max_mtu of struct rte_eth_dev_info were not available. Rewrite check_port_mtu() to take advantage of these fields.
The text was updated successfully, but these errors were encountered:
DPDK has changed the interface that configures the MTU of a port.
See the following DPDK commits for details:
ethdev: fix max Rx packet length
commit 1bb4a528c41f4af4847bd3d58cc2b2b9f1ec9a27
ethdev: remove jumbo offload flag
commit b563c1421282a1ec6038e5d26b4cd4fcbb01ada1
This commit closes#621.
DPDK has changed the interface that configures the MTU of a port.
See the following DPDK commits for details:
ethdev: fix max Rx packet length
commit 1bb4a528c41f4af4847bd3d58cc2b2b9f1ec9a27
ethdev: remove jumbo offload flag
commit b563c1421282a1ec6038e5d26b4cd4fcbb01ada1
This commit closes#621.
When
check_port_mtu()
was first written, the fieldsmin_mtu
andmax_mtu
ofstruct rte_eth_dev_info
were not available. Rewritecheck_port_mtu()
to take advantage of these fields.The text was updated successfully, but these errors were encountered: