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 A744C8E5F for ; Fri, 11 Dec 2015 15:59:12 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 11 Dec 2015 06:59:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,414,1444719600"; d="scan'208";a="871671786" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga002.fm.intel.com with ESMTP; 11 Dec 2015 06:59:11 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by irsmsx105.ger.corp.intel.com ([169.254.7.203]) with mapi id 14.03.0248.002; Fri, 11 Dec 2015 14:59:10 +0000 From: "Mcnamara, John" To: "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] example/ip_pipeline: fix buffer size warning Thread-Index: AQHRNAc6L3bUZ8pASUisf2iF5x6Vh57F4N6g Date: Fri, 11 Dec 2015 14:59:09 +0000 Message-ID: References: <1449833351-10011-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1449833351-10011-1-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 buffer size warning 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 14:59: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 buffer size warning >=20 > Coverity issue: 107102 > Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") >=20 > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Acked-by: John McNamara