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 C90C52030 for ; Wed, 19 Jul 2017 16:36:24 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 19 Jul 2017 07:36:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,381,1496127600"; d="scan'208";a="129300422" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga006.fm.intel.com with ESMTP; 19 Jul 2017 07:36:23 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Wed, 19 Jul 2017 15:35:56 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "Rybalchenko, Kirill" , "Zhang, Roy Fan" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] cryptodev: remove crypto operation status value Thread-Index: AQHTAJd3dkVyIjCMqkqbEvVL1fmZmKJbM6ww Date: Wed, 19 Jul 2017 14:35:55 +0000 Message-ID: References: <1500305100-63460-1-git-send-email-kirill.rybalchenko@intel.com> <8a1f6e9d-7c28-b7b6-7171-63b3b395d096@intel.com> In-Reply-To: <8a1f6e9d-7c28-b7b6-7171-63b3b395d096@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] cryptodev: remove crypto operation status value 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: Wed, 19 Jul 2017 14:36:25 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty > Sent: Wednesday, July 19, 2017 3:00 PM > To: Rybalchenko, Kirill ; Zhang, Roy Fan > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] cryptodev: remove crypto operation status > value >=20 > On 17/07/2017 4:25 PM, Kirill Rybalchenko wrote: > > Crypto operation status RTE_CRYPTO_OP_STATUS_ENQUEUED is > removed from > > rte_crypto.h as it is not needed for crypto operation processing. > > This status value is redundant to > RTE_CRYPTO_OP_STATUS_NOT_PROCESSED > > value and it was not intended to be part of public API. > > > > Signed-off-by: Kirill Rybalchenko > > --- > ... > > >=20 > Acked-by: Declan Doherty Applied to dpdk-next-crypto. Thanks, Pablo