mbox

[V1,0/2] modify igb and igc nic pktsize

Message ID 20210430154813.15699-1-linglix.chen@intel.com (mailing list archive)
Headers

Message

Lingli Chen April 30, 2021, 3:48 p.m. UTC
  1.According to dpdk commit ddbc8c16a97f ("net/e1000: fix max Rx packet size"): modify shutdown_api/enable_disablejumbo igb pktSize.
2.According to dpdk-26436:If LPE is 1b,the maximum packet size that Foxville can receive is defined in the RLPML.RLPML register.The RLPML.RLPML register was set to MTU + 14 + 4 bytes (must consider at lease 1 VLAN tag since VLAN tag is not included in MTU).
modify tests/mtu_update igb and igc critical values.

Lingli Chen (2):
  tests/mtu_update: modify igb and igc critical values
  tests/shutdown_api: modify igb pktSize

 tests/TestSuite_mtu_update.py   | 19 +++++++++++++------
 tests/TestSuite_shutdown_api.py |  4 ++--
 2 files changed, 15 insertions(+), 8 deletions(-)