From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 546108E5F for ; Fri, 11 Dec 2015 16:20:12 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 11 Dec 2015 07:20:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,414,1444719600"; d="scan'208";a="616463851" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by FMSMGA003.fm.intel.com with ESMTP; 11 Dec 2015 07:20:10 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 11 Dec 2015 15:20:09 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX156.ger.corp.intel.com ([169.254.3.110]) with mapi id 14.03.0248.002; Fri, 11 Dec 2015 15:20:09 +0000 From: "Mcnamara, John" To: "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] example/ip_pipeline: fix copy-paste error Thread-Index: AQHRNAdGY4llPdTmV0C9KOf2/7WnFZ7F5qjQ Date: Fri, 11 Dec 2015 15:20:08 +0000 Message-ID: References: <1449833351-10011-1-git-send-email-roy.fan.zhang@intel.com> <1449833351-10011-3-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1449833351-10011-3-git-send-email-roy.fan.zhang@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] example/ip_pipeline: fix copy-paste error 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: Fri, 11 Dec 2015 15:20:13 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fan Zhang > Sent: Friday, December 11, 2015 11:29 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] example/ip_pipeline: fix copy-paste error >=20 > Coverity issue: 107104 > Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") >=20 > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Acked-by: John McNamara