From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 383FEA0547; Thu, 24 Jun 2021 12:49:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 23BA540E09; Thu, 24 Jun 2021 12:49:34 +0200 (CEST) Received: from mail-108-mta177.mxroute.com (mail-108-mta177.mxroute.com [136.175.108.177]) by mails.dpdk.org (Postfix) with ESMTP id 372D14003C for ; Thu, 24 Jun 2021 12:49:32 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta177.mxroute.com (ZoneMTA) with ESMTPSA id 17a3da38c290002d34.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 24 Jun 2021 10:49:26 +0000 X-Zone-Loop: 79b6e22e1e5df59e2383d3a1901cb4ff1d395a6139b6 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:References:To:From:Subject:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=1TVqosfWqftHH56Xmf7KwHuK3BvVfNM1WbETPay//qQ=; b=fvinqGG2ezVOXIti06qo8G6Fqj cNo+ht6+YOm9yb05X+YKQfGriSWxs2Kce2O4UMFedZEFwuKMFj/5EcLLeKZTB+Y0wCA88nQhy5jZ5 cZ/5mTFvvN4fJIh01zMzti4IQ+vDmcMcu8w8yTZEuX9YevQaNC5+zv7dr+8Rjv9nlsis3HmpWGiun 8HBrhL9nG95yHHN0U67R6AWlAsjdnsEcI3l7+OCZKulfoo5O7G8caHHK0r+E2jOUZ4afyjrRNU5pd BcUL+ZlUeOmcVxXiOHRrB9djWFSgxYrLYqmXojYCKK0iVaY0O0c4j8Q6xQJwW+9g/2VZdZfWDiZvo 9GJ+d1cw==; From: "Kinsella, Ray" To: Declan Doherty , Thomas Monjalon , Stephen Hemminger , dpdk-dev , "Akhil,Goyal," References: Message-ID: <1d398394-42d8-18df-be6a-96a5fae40933@ashroe.eu> Date: Thu, 24 Jun 2021 11:49:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, TO_DN_ALL=0, FROM_HAS_DN=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, RCPT_COUNT_FIVE=0, MID_RHS_MATCH_FROM=0, NEURAL_SPAM=0] Subject: Re: [dpdk-dev] Experimental symbols in security lib X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" (correcting Goyals address, apologies for the resend) On 24/06/2021 11:28, Kinsella, Ray wrote: > Hi Declan and Goyal, > > The following security experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point. > > * rte_security_get_userdata > * rte_security_session_stats_get > * rte_security_session_update > > Ray K >