From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/2] fix coverity issues Date: Tue, 28 Jun 2016 13:01:04 +0100 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 Cc: dev@dpdk.org To: Helin Zhang 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) Content-Disposition: inline In-Reply-To: <1466955978-24386-1-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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