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 0F47A2A5D for ; Tue, 5 Jul 2016 03:47:18 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 04 Jul 2016 18:47:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,577,1459839600"; d="scan'208";a="729699916" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 04 Jul 2016 18:47:17 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 4 Jul 2016 18:47:17 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 4 Jul 2016 18:47:17 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.8]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.116]) with mapi id 14.03.0248.002; Tue, 5 Jul 2016 09:47:16 +0800 From: "Xing, Beilei" To: "Richardson, Bruce" CC: "Wu, Jingjing" , "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/4] i40e: fix coverity defects Thread-Index: AQHR0qHgBh5LKiuMK0WRuoMIQji88qAHzMgAgAFKnkA= Date: Tue, 5 Jul 2016 01:47:14 +0000 Message-ID: <94479800C636CB44BD422CB454846E013ABC9A@SHSMSX101.ccr.corp.intel.com> References: <1467272056-14388-1-git-send-email-beilei.xing@intel.com> <20160704135801.GE16932@bricha3-MOBL3> In-Reply-To: <20160704135801.GE16932@bricha3-MOBL3> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/4] i40e: fix coverity defects 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, 05 Jul 2016 01:47:19 -0000 Hi Bruce, > -----Original Message----- > From: Richardson, Bruce > Sent: Monday, July 4, 2016 9:58 PM > To: Xing, Beilei > Cc: Wu, Jingjing ; Jastrzebski, MichalX K > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/4] i40e: fix coverity defects >=20 > On Thu, Jun 30, 2016 at 03:34:16PM +0800, Beilei Xing wrote: > > Fix some open coverity defects. > > > > Beilei Xing (4): > > i40e: fix wrong operator > > i40e: fix dereference before null check > > i40e: fix out-of-bounds access > > examples/tep_term: fix out-of-bounds access > > > > drivers/net/i40e/i40e_ethdev.c | 35 ++++++++++++++++++++------= --- > ----- > > drivers/net/i40e/i40e_ethdev_vf.c | 7 +++++-- > > examples/tep_termination/vxlan_setup.c | 2 +- > > 3 files changed, 27 insertions(+), 17 deletions(-) > > > > -- >=20 > Hi Beilei, >=20 > thanks for the patches. Since these are coverity fixes, can you please do= a V2 > with the coverity id's being fixed called out in the commit message. The > format to use is: >=20 > Coverity issue: xxxxx yyyyy .... >=20 > just above the fixes line in the patch. [Use "git log" to see examples in= other > commits]. Thanks for guides:) >=20 > Also, for convenience sake for myself and Thomas, can you include just th= e > three i40e patches in one set - since those go to next-net tree - and sub= mit > the examples fix as a separate standalone patch to go in the main tree. OK, no problem, will send v2 later. >=20 > Thanks, > /Bruce