From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 28F58292D for ; Thu, 21 Apr 2016 14:51:01 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 21 Apr 2016 05:51:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,512,1455004800"; d="scan'208";a="89293644" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 21 Apr 2016 05:51:01 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 21 Apr 2016 05:50:59 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 21 Apr 2016 05:50:59 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.229]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.155]) with mapi id 14.03.0248.002; Thu, 21 Apr 2016 20:50:57 +0800 From: "Zhang, Helin" To: "Richardson, Bruce" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/6] fix i40e problematic dereference Thread-Index: AQHRm3/39eEazEPl80SnKyWP2d3nvp+TvUAAgACkfFA= Date: Thu, 21 Apr 2016 12:50:57 +0000 Message-ID: References: <1461210177-29330-1-git-send-email-helin.zhang@intel.com> <20160421110139.GC11224@bricha3-MOBL3> In-Reply-To: <20160421110139.GC11224@bricha3-MOBL3> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTRiNzc2MDQtMTNkMy00Y2RiLTgwMTAtZDkyZGJhZGNiYTQ0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IngxUUxYSWR6UmVsMUJSa3h3NVJPYWtXVzQ4QkZRKytKclpsSVg0cGJpTVE9In0= 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/6] fix i40e problematic dereference 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: Thu, 21 Apr 2016 12:51:01 -0000 > -----Original Message----- > From: Richardson, Bruce > Sent: Thursday, April 21, 2016 7:02 PM > To: Zhang, Helin > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/6] fix i40e problematic dereference >=20 > On Thu, Apr 21, 2016 at 11:42:51AM +0800, Helin Zhang wrote: > > It fixes several problematic dereferences in i40e driver, reported by > > Coverity. > > > > Helin Zhang (6): > > i40e: fix problematic dereference > > i40e: fix problematic dereference > > i40e: fix problematic dereference > > i40e: fix problematic dereference > > i40e: fix problematic dereference > > i40e: fix problematic dereference > > > Since this is the same issue fixed multiple times, I think it might be be= st to just > merge these patches into just one patch to fix the dereferences. You can = include > all the fixes lines and coverity defect references in the one commit mess= age. Yes, that's good idea! I will send v2 soon later. Thanks, Helin >=20 > /Bruce