From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 940692BB1 for ; Fri, 23 Nov 2018 01:58:48 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 17D7221F46; Thu, 22 Nov 2018 19:58:48 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 19:58:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=fnFdW1BKraYFwwAeCinN3CJTY/SBpIr4ftnlEQVNJow=; b=HPsfEVseom+I aUIaj+FB+5xJ+RibahjZM7uKwctu9CR3qRFwvAYG1eulHekD2Jvld6Qo8IvxRw1C Bau3pg5sGJdZiYZaqebGd9aUvfi+7q7ckmhcgNnBFuTRotlbrStRHlC5GGo3m9qf bPglwkk5i+YCB7lmVyZ1/7Z73Ys9+VU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=fnFdW1BKraYFwwAeCinN3CJTY/SBpIr4ftnlEQVNJ ow=; b=zXLX8PcV/byyhKqrizEIVXMVeRoN/HI+33B17NR+Z/mGug9w1BWS2xNpK wfbqnUcLDGoknu1hcrgI6qUMvb//8ZKW/HZzpHiBOEZ45TF4yghHpxNRPxEl1l23 0TVOHbxfLx7DhI9vemxRawuVIXGfNRiB0cCG1WVXRZIdvxsCwvyjBHayHTGA9cPo iFW69VdcRriFZT93JQuRI297tlAhGtOqE38EWaKQBQNamz1zm10gDKAmnfzZE7rr d80Y+GY5m+wj7/pCfhMjhVlLP/o3ekcsmVxyYtbasQeLIAR3Zb/Xxrb4p04vT7lW VOknm95uUXDeoy6HKW4QwjTXIp0Rg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3E268E47C4; Thu, 22 Nov 2018 19:58:46 -0500 (EST) From: Thomas Monjalon To: Akhil Goyal Cc: dev@dpdk.org, "konstantin.ananyev@intel.com" , "jerin.jacob@caviumnetworks.com" , "anoob.joseph@caviumnetworks.com" , "radu.nicolau@intel.com" , "declan.doherty@intel.com" , Hemant Agrawal Date: Fri, 23 Nov 2018 01:58:45 +0100 Message-ID: <14421387.frOGdnudci@xps> In-Reply-To: <20181122100204.11809-1-akhil.goyal@nxp.com> References: <20181122100204.11809-1-akhil.goyal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] security: restore experimental tag for unimplemented APIs 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: Fri, 23 Nov 2018 00:58:48 -0000 22/11/2018 11:07, Akhil Goyal: > Following APIs are not currently implemented by any of the > drivers, so marking them as rte_experimental again. > > rte_security_get_userdata; > rte_security_session_stats_get; > rte_security_session_update; > > Signed-off-by: Akhil Goyal Fixes: 1a81dce780a0 ("security: remove experimental tag") Applied, thanks