Re: [dpdk-dev] [PATCH v2 12/13] app/test: replace .sh scripts with .py scripts

2021-08-31 Thread Jie Zhou
On Sun, Aug 29, 2021 at 01:17:38AM +0300, Dmitry Kozlyuk wrote: > 2021-08-18 10:13 (UTC-0700), Jie Zhou: > > - Add python scripts to get coremask and check hugepage config > > - Remove two corresponding .sh scripts > > - Replace calling of .sh with corresponding .py in meson.build > > There are mu

Re: [dpdk-dev] [PATCH v2 12/13] app/test: replace .sh scripts with .py scripts

2021-08-28 Thread Dmitry Kozlyuk
2021-08-18 10:13 (UTC-0700), Jie Zhou: > - Add python scripts to get coremask and check hugepage config > - Remove two corresponding .sh scripts > - Replace calling of .sh with corresponding .py in meson.build There are multiple violations of PEP8 in new files, please run a formatter on them, e.g.

[dpdk-dev] [PATCH v2 12/13] app/test: replace .sh scripts with .py scripts

2021-08-18 Thread Jie Zhou
- Add python scripts to get coremask and check hugepage config - Remove two corresponding .sh scripts - Replace calling of .sh with corresponding .py in meson.build Signed-off-by: Jie Zhou --- app/test/get-coremask.sh | 13 - app/test/get_coremask.py | 8 app/test/has-hugep