mbox

[v7,0/1] fix default max mtu size when device configured

Message ID 20201028030334.30300-1-stevex.yang@intel.com (mailing list archive)
Headers

Message

Steve Yang Oct. 28, 2020, 3:03 a.m. UTC
  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(+)