On Wed, 2021-10-20 at 09:38 +0200, David Marchand wrote: > On Wed, Oct 20, 2021 at 9:32 AM Xueming Li <xuemi...@nvidia.com> wrote: > > > > Initial version to test Global devargs syntax. > > > > Signed-off-by: Xueming Li <xuemi...@nvidia.com> > > --- > > app/test/autotest_data.py | 803 ++++++++++++++++++++++++++++++++++++++ > > This file is getting reintroduced by your patch. > We dropped it recently: > https://git.dpdk.org/dpdk/commit/?id=8c745bb62340e7b6a3ad61e5d79dfceebd4c28e4
My bad, forgot to remove it :) new version posted. > > > > app/test/meson.build | 2 + > > app/test/test_devargs.c | 184 +++++++++ > > 3 files changed, 989 insertions(+) > > create mode 100644 app/test/autotest_data.py > > create mode 100644 app/test/test_devargs.c > > > >