From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 6/6] cryptodev: rename get session size API Date: Tue, 22 May 2018 19:34:04 +0200 Message-ID: <1899904.NlY2DoOShZ@xps> References: <20180126090355.25903-1-pablo.de.lara.guarch@intel.com> <20180521130841.40219-1-pablo.de.lara.guarch@intel.com> <20180521130841.40219-7-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com, akhil.goyal@nxp.com, shally.verma@cavium.com To: Pablo de Lara Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id E3E4223B for ; Tue, 22 May 2018 19:34:07 +0200 (CEST) In-Reply-To: <20180521130841.40219-7-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/05/2018 15:08, Pablo de Lara: > /** > + * deprecated @ is missing here. Will fix when pulling the tree. > * Get the size of the header session, for all registered drivers. > * > * @return > * Size of the header session. > */ > +__rte_deprecated > unsigned int > rte_cryptodev_get_header_session_size(void);