[dpdk-dev] [PATCH v7 0/1] fix default max mtu size when device configured
SteveX Yang
stevex.yang at intel.com
Wed Oct 28 04:03:33 CET 2020
Update the max_rx_pkt_len to have MTU as RTE_ETHER_MTU.
v7:
* drop patch 2 due to Jumbo frame flag issue;
v6:
* change the max_rx_pkt_len in the init_config of testpmd;
* change the mtu value in the rte_ethdev;
v5:
* update comments and commit messages;
v4:
* add the adjust condition for max_rx_pkt_len;
v3:
* change the i40evf relative code;
v2:
* change the max_rx_pkt_len via mtu_set ops;
SteveX Yang (1):
app/testpmd: fix max rx packet length for VLAN packets
app/test-pmd/testpmd.c | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
--
2.17.1
More information about the dev
mailing list