From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 424581B014; Mon, 8 Jan 2018 10:58:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2018 01:58:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,330,1511856000"; d="scan'208";a="191299904" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 08 Jan 2018 01:58:20 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 8 Jan 2018 09:58:19 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX156.ger.corp.intel.com ([169.254.3.33]) with mapi id 14.03.0319.002; Mon, 8 Jan 2018 09:58:19 +0000 From: "De Lara Guarch, Pablo" To: Nelio Laranjeiro , Akhil Goyal CC: "Doherty, Declan" , "dev@dpdk.org" , Gaetan Rivet , "stable@dpdk.org" Thread-Topic: [dpdk-stable] [PATCH v2 1/3] security: fix device operation type Thread-Index: AQHTZEJNRa6DHu/ZKkuEnr7SkcD7e6MjRikAgAAq64CARpSfUA== Date: Mon, 8 Jan 2018 09:58:19 +0000 Message-ID: References: <1c3b73f0912ad4b3da8423590dc76fc83df16b80.1511338151.git.nelio.laranjeiro@6wind.com> <5ed1354d41a6370faa8887a6f3acd1e20ef09668.1511431327.git.nelio.laranjeiro@6wind.com> <538dcacd-8d64-66b8-56dc-21339d1e8188@nxp.com> <20171124120729.ily7e4c6exvkla3v@laranjeiro-vm.dev.6wind.com> In-Reply-To: <20171124120729.ily7e4c6exvkla3v@laranjeiro-vm.dev.6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWZlNTJjMTAtMWQ4ZC00N2U3LTgyNmUtZDNkOTI0YTQ3Mzc2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlJ5ZDBcL0N2WU5ORlBjTzY5SlJxVDFOTm9VVnd3VGNndXJuUHU3WEsyaEEwPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2 1/3] security: fix device operation type X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 09:58:23 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Nelio > Laranjeiro > Sent: Friday, November 24, 2017 12:07 PM > To: Akhil Goyal > Cc: Doherty, Declan ; dev@dpdk.org; Gaetan > Rivet ; stable@dpdk.org > Subject: Re: [dpdk-stable] [PATCH v2 1/3] security: fix device operation = type >=20 > On Fri, Nov 24, 2017 at 03:03:52PM +0530, Akhil Goyal wrote: > > Hi Nelio, > > On 11/23/2017 3:32 PM, Nelio Laranjeiro wrote: > > > Device operation pointers should be constant to avoid any > > > modification while it is in use. > > > > > > Fixes: c261d1431bd8 ("security: introduce security API and > > > framework") > > > Cc: akhil.goyal@nxp.com > > > Cc: stable@dpdk.org > > > > > > Signed-off-by: Nelio Laranjeiro Akhil, do you agree with the change? I am waiting for an ack here to integr= ate this patch with the rest of the patchset. Thanks, Pablo