[dpdk-dev] [PATCH v8 0/2] fix default max mtu size when device configured

SteveX Yang stevex.yang at intel.com
Mon Nov 2 09:52:32 CET 2020


Update the max_rx_pkt_len to have MTU as RTE_ETHER_MTU.

v8:
 * update workaround comment;
 * add deprecation for ethdev;
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 (2):
  app/testpmd: fix max rx packet length for VLAN packets
  doc: annouce deprecation of jumbo frame flag condition

 app/test-pmd/testpmd.c               | 23 +++++++++++++++++++++++
 doc/guides/rel_notes/deprecation.rst | 12 ++++++++++++
 2 files changed, 35 insertions(+)

-- 
2.17.1



More information about the dev mailing list