From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A8A35A49F for ; Tue, 8 May 2018 16:28:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 May 2018 07:28:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,378,1520924400"; d="scan'208";a="49208799" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 08 May 2018 07:28:10 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 8 May 2018 15:28:09 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by IRSMSX156.ger.corp.intel.com ([169.254.3.233]) with mapi id 14.03.0319.002; Tue, 8 May 2018 15:28:09 +0100 From: "Dumitrescu, Cristian" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Singh, Jasvinder" Thread-Topic: [PATCH] examples/ip_pipeline: fix uninitialized scalar variable Thread-Index: AQHT1XFxkjaE5ni6JkGDEGMsTCIwSaQmBqFw Date: Tue, 8 May 2018 14:28:08 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BB6678E@IRSMSX108.ger.corp.intel.com> References: <20180416104751.65646-1-roy.fan.zhang@intel.com> In-Reply-To: <20180416104751.65646-1-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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/ip_pipeline: fix uninitialized scalar variable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2018 14:28:12 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, April 16, 2018 11:48 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Singh, Jasvinde= r > > Subject: [PATCH] examples/ip_pipeline: fix uninitialized scalar variable >=20 > Coverity issue: 272575 > Fixes: 133c2c6565d6 ("examples/ip_pipeline: add link object") >=20 > Signed-off-by: Fan Zhang > --- > examples/ip_pipeline/cli.c | 2 +- Acked-by: Cristian.Dumitrescu Applied to next-pipeline tree, thanks!