Re: [dpdk-dev] [PATCH v2] examples/multi_process: add l2fwd_fork to Makefile

2018-07-11 Thread Thomas Monjalon
05/07/2018 18:05, Ferruh Yigit: > On 7/3/2018 5:16 PM, Emma Kenny wrote: > > l2fwd_fork is not complied by default, this will make it compile > > > > Fixes: 95e8005a56e8 ("examples/l2fwd_fork: new app") > > > > Signed-off-by: Emma Kenny > > Acked-by: Ferruh Yigit Applied, thanks

Re: [dpdk-dev] [PATCH v2] examples/multi_process: add l2fwd_fork to Makefile

2018-07-05 Thread Ferruh Yigit
On 7/3/2018 5:16 PM, Emma Kenny wrote: > l2fwd_fork is not complied by default, this will make it compile > > Fixes: 95e8005a56e8 ("examples/l2fwd_fork: new app") > > Signed-off-by: Emma Kenny Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH v2] examples/multi_process: add l2fwd_fork to Makefile

2018-07-03 Thread Emma Kenny
l2fwd_fork is not complied by default, this will make it compile Fixes: 95e8005a56e8 ("examples/l2fwd_fork: new app") Signed-off-by: Emma Kenny --- examples/multi_process/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/multi_process/Makefile b/examples/multi_process/Makefi