From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 21 Sep 2016 02:20:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,373,1470726000"; d="scan'208";a="1043605074" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 21 Sep 2016 02:20:47 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX106.ger.corp.intel.com ([169.254.8.209]) with mapi id 14.03.0248.002; Wed, 21 Sep 2016 10:20:46 +0100 From: "Dumitrescu, Cristian" To: Gowrishankar , "dev@dpdk.org" CC: Chao Zhu , Pradeep Thread-Topic: [PATCH] examples: fix ip_pipeline to load PMD driver correctly Thread-Index: AQHSE+OkdVDFMR5t2UGGiLYbq3v8W6CDqn1g 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> In-Reply-To: <1474447127-7416-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzM0ZDU5ZjgtMDZmNC00MzIwLWFjZGMtZmNkNTAyZTlhNjA5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImZQc1hQQnM2K2JiVkV3dUlvWG9WZ0QwcmoxNU9aKzQzY2pjdXV5d0VBbmc9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples: fix ip_pipeline to load PMD driver correctly X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 09:20:49 -0000 > -----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!