[dpdk-dev] [PATCH] examples: fix ip_pipeline to load PMD driver correctly

2016-09-21 Thread Gowrishankar
From: Gowrishankar Muthukrishnan There is typo in init.c of ip_pipeline example due to which, invalid file path is added to -d option of EAL i.e path starting with =. Signed-off-by: Gowrishankar Muthukrishnan --- examples/ip_pipeline/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[dpdk-dev] [PATCH] examples: fix ip_pipeline to load PMD driver correctly

2016-09-21 Thread Dumitrescu, Cristian
> -Original Message- > From: Gowrishankar [mailto:gowrishankar.m at linux.vnet.ibm.com] > Sent: Wednesday, September 21, 2016 9:39 AM > To: dev at dpdk.org > Cc: Chao Zhu ; Dumitrescu, Cristian > ; Pradeep ; > Gowrishankar Muthukrishnan > Subject: [PATCH] examples: fix ip_pipeline to loa