From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 16AFF695D; Tue, 11 Apr 2017 16:48:42 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 11 Apr 2017 07:48:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,186,1488873600"; d="scan'208";a="87774348" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga006.fm.intel.com with ESMTP; 11 Apr 2017 07:48:41 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx110.ger.corp.intel.com ([169.254.15.151]) with mapi id 14.03.0319.002; Tue, 11 Apr 2017 15:47:43 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] crypto/scheduler: fix capability update Thread-Index: AQHSsgrYix9gsA3vtESfT5EoRegoAaHAQPAg Date: Tue, 11 Apr 2017 14:47:43 +0000 Message-ID: References: <1491836374-124780-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1491836374-124780-1-git-send-email-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGYwM2JjOTktOTQwYi00NzhmLWJhMTAtY2YxNzZiOGEyMDc5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImEzS2htS3lqZ3FyUEQ0MnIrWE1cL25VbkN5OWFmalJkVk5DdHJpRWREdTVVPSJ9 x-ctpclassification: CTP_IC 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-dev] [PATCH] crypto/scheduler: fix capability update 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: Tue, 11 Apr 2017 14:48:43 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, April 10, 2017 4:00 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; stable@dpdk.org > Subject: [PATCH] crypto/scheduler: fix capability update >=20 > Fixes: 31439ee72b2c ("crypto/scheduler: add API implementations") >=20 > Signed-off-by: Fan Zhang Applied to dpdk-next-crypto. Thanks, Pablo