From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 56FD1952 for ; Thu, 21 Apr 2016 14:49:07 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 21 Apr 2016 05:49:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,512,1455004800"; d="scan'208";a="89292745" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 21 Apr 2016 05:49:07 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 21 Apr 2016 05:49:05 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 21 Apr 2016 05:49:05 -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:49:03 +0800 From: "Zhang, Helin" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/6] fix i40e problematic dereference Thread-Index: AQHRm3/39eEazEPl80SnKyWP2d3nvp+TrfaAgACzJyA= Date: Thu, 21 Apr 2016 12:49:04 +0000 Message-ID: References: <1461210177-29330-1-git-send-email-helin.zhang@intel.com> <2527316.bbAjEpdD8d@xps13> In-Reply-To: <2527316.bbAjEpdD8d@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDVhYjE1YzUtYWVhYS00ZjRlLWE5YTItN2RmMmZkOWMzZTM1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IitSWFNHcGJQM2JxbGhxRm1NNSsySjdcL1M2YkduQ1NZWU94MUt4TjU4c09JPSJ9 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:49:07 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, April 21, 2016 6:07 PM > To: Zhang, Helin > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/6] fix i40e problematic dereference >=20 > 2016-04-21 11:42, Helin Zhang: > > 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 >=20 > One patch is enough to fix all the occurences of the same issue. But their Fixes line are different. How to handle that? Thanks, Helin