From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH] examples: fix ip_pipeline to load PMD driver correctly Date: Wed, 21 Sep 2016 09:20:46 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A85D22@IRSMSX108.ger.corp.intel.com> References: <1474447127-7416-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: Chao Zhu , Pradeep To: Gowrishankar , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 31C36370 for ; Wed, 21 Sep 2016 11:20:49 +0200 (CEST) In-Reply-To: <1474447127-7416-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Gowrishankar [mailto:gowrishankar.m@linux.vnet.ibm.com] > Sent: Wednesday, September 21, 2016 9:39 AM > To: dev@dpdk.org > Cc: Chao Zhu ; Dumitrescu, Cristian > ; Pradeep ; > Gowrishankar Muthukrishnan > Subject: [PATCH] examples: fix ip_pipeline to load PMD driver correctly >=20 > From: Gowrishankar Muthukrishnan >=20 > 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 =3D. >=20 > Signed-off-by: Gowrishankar Muthukrishnan > > --- > examples/ip_pipeline/init.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 Acked-by: Cristian Dumitrescu Thanks, Gowrishankar!