From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 296F78E5F for ; Fri, 11 Dec 2015 16:22:56 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 11 Dec 2015 07:22:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,414,1444719600"; d="scan'208";a="839282833" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga001.jf.intel.com with ESMTP; 11 Dec 2015 07:22:54 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by irsmsx110.ger.corp.intel.com ([169.254.15.163]) with mapi id 14.03.0248.002; Fri, 11 Dec 2015 15:22:54 +0000 From: "Mcnamara, John" To: "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] example/ip_pipeline: fix logically deadnode defect Thread-Index: AQHRNAdLDE6/UR0X40GI6QrpMhBdmZ7F51OQ Date: Fri, 11 Dec 2015 15:22:53 +0000 Message-ID: References: <1449833351-10011-1-git-send-email-roy.fan.zhang@intel.com> <1449833351-10011-4-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1449833351-10011-4-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 logically deadnode defect 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:22:56 -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 logically deadnode > defect >=20 > Coverity issue: 107109 > Fixes: 7122d30131ad ("examples/ip_pipeline: rework flow classification > pipeline") >=20 > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Acked-by: John McNamara