mbox series

[V2,0/2] modify script to adapt changes in dpdk

Message ID 20230320180503.3307034-1-songx.jiale@intel.com (mailing list archive)
Headers
Series modify script to adapt changes in dpdk |

Message

Jiale, SongX March 20, 2023, 6:05 p.m. UTC
  DPDK increase default value for config parameter RTE_LIBRTE_IP_FRAG_MAX_FRAG from 4 to 8.
Modify the script to adapt to this change.

According to dpdk commit f8e0f8ce90303b("ip_frag: increase default maximum of fragments").

Song Jiale (2):
  test_plans/ipv4_reassembly: modify script to adapt changes in dpdk
  tests/ipv4_reassembly: modify script to adapt changes in dpdk

 test_plans/ipv4_reassembly_test_plan.rst |  5 ++-
 tests/TestSuite_ipv4_reassembly.py       | 40 ++++++++++++++++++------
 2 files changed, 32 insertions(+), 13 deletions(-)