From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id F31AD99A8 for ; Fri, 26 May 2017 03:26:10 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 May 2017 18:26:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,394,1491289200"; d="scan'208";a="91570137" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga004.jf.intel.com with ESMTP; 25 May 2017 18:26:08 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.187]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0319.002; Fri, 26 May 2017 02:26:07 +0100 From: "Zhang, Roy Fan" To: Yuanhan Liu CC: dpdk stable Thread-Topic: patch 'crypto/scheduler: fix capability update' has been queued to stable release 17.02.1 Thread-Index: AQHS1TyV5mTAjB+jz0+3FIOpCuxMi6IF02wg Date: Fri, 26 May 2017 01:26:06 +0000 Message-ID: <9F7182E3F746AB4EA17801C148F3C60409EA6ADC@IRSMSX101.ger.corp.intel.com> References: <1495705809-21416-1-git-send-email-yuanhan.liu@linux.intel.com> <1495705809-21416-96-git-send-email-yuanhan.liu@linux.intel.com> In-Reply-To: <1495705809-21416-96-git-send-email-yuanhan.liu@linux.intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDhlMjBhNmQtOTI4YS00YzM0LTg0ZDItOGM3N2I5ODk2ZTcxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InRyVktQWWxBUDdPa2VYcldRWUZrQ0p0WVpZeGZFZFBXUXBGcUxKZGc5WGs9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] patch 'crypto/scheduler: fix capability update' has been queued to stable release 17.02.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 01:26:11 -0000 Hi Yuanhan, Please do. Sorry I failed to do that when I submitted the patch. Regards, Fan > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Thursday, May 25, 2017 5:49 PM > To: Zhang, Roy Fan > Cc: Yuanhan Liu ; dpdk stable > > Subject: patch 'crypto/scheduler: fix capability update' has been queued = to > stable release 17.02.1 >=20 > Hi, >=20 > FYI, your patch has been queued to stable release 17.02.1 >=20 > Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. > It will be pushed if I get no objections before 05/28/17. So please shout= if > anyone has objections. >=20 > Thanks. >=20 > --yliu >=20 > --- > From 8224aa2937fd5457f10df2824af3dc28119b228c Mon Sep 17 00:00:00 2001 > From: Fan Zhang > Date: Mon, 10 Apr 2017 15:59:34 +0100 > Subject: [PATCH] crypto/scheduler: fix capability update >=20 > [ upstream commit 7b46f62b8159dc5444cdcd48a46c6656b221510c ] >=20 > Fixes: 31439ee72b2c ("crypto/scheduler: add API implementations") >=20 > Signed-off-by: Fan Zhang > --- > drivers/crypto/scheduler/rte_cryptodev_scheduler.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/drivers/crypto/scheduler/rte_cryptodev_scheduler.c > b/drivers/crypto/scheduler/rte_cryptodev_scheduler.c > index 2f49ad4..ebcf2f6 100644 > --- a/drivers/crypto/scheduler/rte_cryptodev_scheduler.c > +++ b/drivers/crypto/scheduler/rte_cryptodev_scheduler.c > @@ -64,7 +64,7 @@ sync_caps(struct rte_cryptodev_capabilities *caps, >=20 > for (j =3D 0; j < nb_slave_caps; j++) { > const struct rte_cryptodev_capabilities *s_cap =3D > - &slave_caps[i]; > + &slave_caps[j]; >=20 > if (s_cap->op !=3D cap->op || s_cap- > >sym.xform_type !=3D > cap->sym.xform_type) > -- > 1.9.0