Re: [dpdk-dev] [PATCH] test: fix prefix discovery

2018-07-16 Thread Pattan, Reshma
> -Original Message- > From: Burakov, Anatoly > Sent: Monday, July 16, 2018 2:57 PM > To: dev@dpdk.org > Cc: Pattan, Reshma > Subject: [PATCH] test: fix prefix discovery > > Config file has moved, but the tests weren't updated to point to its new > location. Update the code to find cur

[dpdk-dev] [PATCH] test: fix prefix discovery

2018-07-16 Thread Anatoly Burakov
Config file has moved, but the tests weren't updated to point to its new location. Update the code to find current prefix. Fixes: adf1d867361c ("eal: move runtime config file to new location") Signed-off-by: Anatoly Burakov --- test/test/test_eal_flags.c| 9 ++--- test/test/test_mp_seco