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 920C8A0547; Thu, 24 Jun 2021 12:33:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7EAB540141; Thu, 24 Jun 2021 12:33:58 +0200 (CEST) Received: from mail-109-mta238.mxroute.com (mail-109-mta238.mxroute.com [136.175.109.238]) by mails.dpdk.org (Postfix) with ESMTP id 36A3340040 for ; Thu, 24 Jun 2021 12:33:56 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-109-mta238.mxroute.com (ZoneMTA) with ESMTPSA id 17a3d9546ce0002d34.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 24 Jun 2021 10:33:51 +0000 X-Zone-Loop: 0e9b8e286610f9922cb302d79d3e00aaab1ef7d49fb1 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:MIME-Version:Date:Message-ID: Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=KWK24x9kNNsNjSaujAvsdoLXJOsvj1GjM3pbsj2tMzI=; b=Q P9rA0jRzvhV+XjEQN5DJSVMvtSCPlEo3nrSO+L5T24+xXU57oTyXpKoYt2XXNu/38/A3nYsnqJWf+ EBpnrEQvZze8QmhHYkjHqk9fvhcpQ2DIc10O815ldzIv/WVoM5/6aSa4kBoy7b889dZhuY6OiZgnj 876SdRlTmBHgBrcX/49Y4DzUUfotpJqcEQ2zjE9KIwj0zWcBvo5+z2+srX2HXLGUGoi0r5c17Pni9 mNLBe4xZLpEiWjsXwP5bKnHTvQ3qgp1pp5bWGYiYuMzVUtjz1LDC8GhHBkLN+ztUHxlNdo7av8ai8 5Vn8qQAQyGeOf954j69jYsaKnqsgrg12A==; To: Declan Doherty , Thomas Monjalon , Stephen Hemminger , dpdk-dev From: "Kinsella, Ray" Message-ID: <1a4f9d2e-999e-4c6d-c04a-05d763af9da8@ashroe.eu> Date: Thu, 24 Jun 2021 11:33:47 +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 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, RCPT_COUNT_THREE=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, NEURAL_SPAM=0, MID_RHS_MATCH_FROM=0] Subject: [dpdk-dev] Experimental symbols in cryptodev 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" Hi Declan, The following cryptodev 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_cryptodev_asym_capability_get * rte_cryptodev_asym_get_header_session_size * rte_cryptodev_asym_get_private_session_size * rte_cryptodev_asym_get_xform_enum * rte_cryptodev_asym_session_clear * rte_cryptodev_asym_session_create * rte_cryptodev_asym_session_free * rte_cryptodev_asym_session_init * rte_cryptodev_asym_xform_capability_check_modlen * rte_cryptodev_asym_xform_capability_check_optype * rte_cryptodev_sym_get_existing_header_session_size * rte_cryptodev_sym_session_get_user_data * rte_cryptodev_sym_session_pool_create * rte_cryptodev_sym_session_set_user_data * rte_crypto_asym_op_strings * rte_crypto_asym_xform_strings Ray K