From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BE1882C55 for ; Wed, 19 Jul 2017 16:00:07 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 07:00:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,381,1496127600"; d="scan'208";a="1174393090" Received: from clegutko-mobl.ger.corp.intel.com (HELO [10.252.24.143]) ([10.252.24.143]) by fmsmga001.fm.intel.com with ESMTP; 19 Jul 2017 07:00:02 -0700 To: Kirill Rybalchenko , roy.fan.zhang@intel.com References: <1500305100-63460-1-git-send-email-kirill.rybalchenko@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: <8a1f6e9d-7c28-b7b6-7171-63b3b395d096@intel.com> Date: Wed, 19 Jul 2017 15:00:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1500305100-63460-1-git-send-email-kirill.rybalchenko@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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:00:08 -0000 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 > --- ... > Acked-by: Declan Doherty