Re: [dpdk-dev] [PATCH v2] test: remove meson dependency on /proc file

2020-04-09 Thread Ruifeng Wang
> -Original Message- > From: Thomas Monjalon > Sent: Friday, April 10, 2020 3:34 AM > To: dev@dpdk.org > Cc: bruce.richard...@intel.com; Lukasz Wojciechowski > ; Aaron Conole > ; Ruifeng Wang ; David > Marchand ; Gavin Hu > Subject: [PATCH v2] test: remove meson dependency on /proc file

Re: [dpdk-dev] [PATCH v2] test: remove meson dependency on /proc file

2020-04-09 Thread Aaron Conole
Thomas Monjalon writes: > Meson is detecting the path /proc/sys/vm/nr_hugepages in the call to cat > in app/test/meson.build and then adding it as a build dependency. > This causes build loop if the timestamp of this file keeps changing. > > It is fixed by hiding hugepage check in a shell script.

Re: [dpdk-dev] [PATCH v2] test: remove meson dependency on /proc file

2020-04-09 Thread Lukasz Wojciechowski
It's perfect now and it still works ;) Reviewed-by: Lukasz Wojciechowski W dniu 09.04.2020 o 21:34, Thomas Monjalon pisze: > Meson is detecting the path /proc/sys/vm/nr_hugepages in the call to cat > in app/test/meson.build and then adding it as a build dependency. > This causes build loop if t

[dpdk-dev] [PATCH v2] test: remove meson dependency on /proc file

2020-04-09 Thread Thomas Monjalon
Meson is detecting the path /proc/sys/vm/nr_hugepages in the call to cat in app/test/meson.build and then adding it as a build dependency. This causes build loop if the timestamp of this file keeps changing. It is fixed by hiding hugepage check in a shell script. Fixes: 77784ef0fba8 ("test: allow