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

2016-10-12 Thread Thomas Monjalon
> > From: Gowrishankar Muthukrishnan > > > > v2: minor correction in patch to avoid space between -d option and driver > > path > > Acked-by: Cristian Dumitrescu Applied, thanks

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

2016-10-04 Thread Dumitrescu, Cristian
> -Original Message- > From: Gowrishankar [mailto:gowrishankar.m at linux.vnet.ibm.com] > Sent: Tuesday, October 4, 2016 1:43 PM > To: dev at dpdk.org > Cc: Chao Zhu ; Thomas Monjalon > ; Dumitrescu, Cristian > ; Christian Ehrhardt > ; Pradeep ; > Gowrishankar Muthukrishnan > Subject:

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

2016-10-04 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

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

2016-10-04 Thread Gowrishankar
From: Gowrishankar Muthukrishnan v2: minor correction in patch to avoid space between -d option and driver path Gowrishankar Muthukrishnan (1): examples: fix ip_pipeline to load PMD driver correctly examples/ip_pipeline/init.c | 2 +- 1 file changed, 1