Re: [PATCH v8 10/11] app/test: replace .sh scripts with .py scripts

2021-11-30 Thread Jie Zhou
On Wed, Nov 24, 2021 at 01:15:33AM +0300, Dmitry Kozlyuk wrote: > 2021-10-25 19:46 (UTC-0700), Jie Zhou: > > - Add python script to check if system supports hugepages > > - Remove corresponding .sh scripts > > - Replace calling of .sh with corresponding .py in meson.build > > > > Signed-off-by: Ji

Re: [PATCH v8 10/11] app/test: replace .sh scripts with .py scripts

2021-11-23 Thread Dmitry Kozlyuk
2021-10-25 19:46 (UTC-0700), Jie Zhou: > - Add python script to check if system supports hugepages > - Remove corresponding .sh scripts > - Replace calling of .sh with corresponding .py in meson.build > > Signed-off-by: Jie Zhou > --- > app/test/has-hugepage.sh | 11 --- > app/test/has_h

[dpdk-dev] [PATCH v8 10/11] app/test: replace .sh scripts with .py scripts

2021-10-25 Thread Jie Zhou
- Add python script to check if system supports hugepages - Remove corresponding .sh scripts - Replace calling of .sh with corresponding .py in meson.build Signed-off-by: Jie Zhou --- app/test/has-hugepage.sh | 11 --- app/test/has_hugepage.py | 25 + app/test/mes