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 846F12931 for ; Tue, 28 Jun 2016 14:01:34 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 28 Jun 2016 05:01:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,541,1459839600"; d="scan'208";a="836582653" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.92]) by orsmga003.jf.intel.com with SMTP; 28 Jun 2016 05:01:05 -0700 Received: by (sSMTP sendmail emulation); Tue, 28 Jun 2016 13:01:04 +0025 Date: Tue, 28 Jun 2016 13:01:04 +0100 From: Bruce Richardson To: Helin Zhang Cc: dev@dpdk.org Message-ID: <20160628120103.GE22860@bricha3-MOBL3> References: <1461210177-29330-1-git-send-email-helin.zhang@intel.com> <1466955978-24386-1-git-send-email-helin.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466955978-24386-1-git-send-email-helin.zhang@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 0/2] fix coverity issues 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: Tue, 28 Jun 2016 12:01:34 -0000 On Sun, Jun 26, 2016 at 11:46:16PM +0800, Helin Zhang wrote: > It fixes several problematic dereference issues and missing > break issue reported by Coverity. > > Helin Zhang (2): > i40e: fix problematic dereference > i40e: fix missing break in switch > > drivers/net/i40e/i40e_pf.c | 11 +++++------ > drivers/net/i40e/i40e_rxtx.c | 12 ++++++++---- > 2 files changed, 13 insertions(+), 10 deletions(-) > > -- Applied to dpdk-next-net/rel_16_07 /Bruce