Re: [dpdk-dev] [PATCH 3/6] usertools/setup: remove running built applications

2020-11-26 Thread Thomas Monjalon
ruh ; dev@dpdk.org; > > techbo...@dpdk.org; Stephen Hemminger > > ; Richardson, Bruce > > > > Subject: [dpdk-dev] [PATCH 3/6] usertools/setup: remove running built > > applications > > > > Running application relies on make based build variable 'RTE

Re: [dpdk-dev] [PATCH 3/6] usertools/setup: remove running built applications

2020-11-26 Thread Walsh, Conor
t; > Subject: [dpdk-dev] [PATCH 3/6] usertools/setup: remove running built > applications > > Running application relies on make based build variable 'RTE_TARGET' to > find the location of the applications, which is not valid anymore. > > Signed-off-by: Ferruh Y

[dpdk-dev] [PATCH 3/6] usertools/setup: remove running built applications

2020-11-25 Thread Ferruh Yigit
Running application relies on make based build variable 'RTE_TARGET' to find the location of the applications, which is not valid anymore. Signed-off-by: Ferruh Yigit --- usertools/dpdk-setup.sh | 52 ++--- 1 file changed, 2 insertions(+), 50 deletions(-) dif