Re: [dpdk-dev] [PATCH] EEPROM Dump Feature

2020-10-12 Thread Tu, Lijuan
> add test case and test plan for eeprom dump compare output result from > ethtool and testpmd > > Signed-off-by: David Liu Applied

Re: [dpdk-dev] [PATCH] EEPROM Dump Feature

2020-09-28 Thread Ma, LihongX
Subject: [dpdk-dev] [PATCH] EEPROM Dump Feature > > add test case and test plan for eeprom dump compare output result from > ethtool and testpmd > > Signed-off-by: David Liu > --- > test_plans/eeprom_dump_test_plan.rst | 92 ++ >

[dpdk-dev] [PATCH] EEPROM Dump Feature

2020-09-24 Thread David Liu
add test case and test plan for eeprom dump compare output result from ethtool and testpmd Signed-off-by: David Liu --- test_plans/eeprom_dump_test_plan.rst | 92 ++ tests/TestSuite_eeprom_dump.py | 139 +++ 2 files changed, 231 insertions(+) creat