Re: [dpdk-dev] [PATCH v1 3/3] test/devargs: add devargs test cases

2021-10-20 Thread Xueming(Steven) Li
On Tue, 2021-10-19 at 17:07 +0200, Gaëtan Rivet wrote: > On Tue, Oct 5, 2021, at 17:54, Xueming Li wrote: > > Initial version to test Global devargs syntax. > > > > Signed-off-by: Xueming Li > > Hi, > > The test is a very nice addition, absolutely required. > I have however two remarks on the c

Re: [dpdk-dev] [PATCH v1 3/3] test/devargs: add devargs test cases

2021-10-19 Thread Gaëtan Rivet
On Tue, Oct 5, 2021, at 17:54, Xueming Li wrote: > Initial version to test Global devargs syntax. > > Signed-off-by: Xueming Li Hi, The test is a very nice addition, absolutely required. I have however two remarks on the coverage and the implementation, below. > --- > app/test/autotest_data.py

[dpdk-dev] [PATCH v1 3/3] test/devargs: add devargs test cases

2021-10-05 Thread Xueming Li
Initial version to test Global devargs syntax. Signed-off-by: Xueming Li --- app/test/autotest_data.py | 6 ++ app/test/meson.build | 2 + app/test/test_devargs.c | 147 ++ 3 files changed, 155 insertions(+) create mode 100644 app/test/test_devargs