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 C51B8A0547; Thu, 24 Jun 2021 12:33:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A101640040; Thu, 24 Jun 2021 12:33:01 +0200 (CEST) Received: from mail-109-mta48.mxroute.com (mail-109-mta48.mxroute.com [136.175.109.48]) by mails.dpdk.org (Postfix) with ESMTP id A08A74003C for ; Thu, 24 Jun 2021 12:33:00 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-109-mta48.mxroute.com (ZoneMTA) with ESMTPSA id 17a3d946e480002d34.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 24 Jun 2021 10:32:55 +0000 X-Zone-Loop: 935f7fa6f79c0b51b2e580f331178e6133c4e5ee102f 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=Zw2A3LRBvLQV77DhuPWmvffcd/GbtmCTWYx9lcWgT3s=; b=W 5CFj6FFgp18Qw++CsMmjXonAMN6bfsnmi2n8+NSEwTyRfU+xvcCsCr5rKVdWrzygX3MmtTjtoExwv Zjg9iA2pWAi59YvyDaKkK6oWJignTJ0I4FqNxTxt3EILB8iu0yjhPE3Gsch4SFoHoi1eY91whlFWG d34xpz1grK+2jLvMBrhdhiJbXX1TiQAK574XYfYbPl0clc+jVTRl1A0Bhc92oyDE0Py2jpQeS3/TJ 5oyI96PDVNI+AgP+MyRfdJlrcznsDV61sf4ZT+mUmAJ88arGZfguGAFpce4MxRGFM+BeYdpi1Lqjn VRoLjJhmUsBJ7sq7/3iO/5iPVjyBYdX2A==; To: Fiona Trahe , Ashish Gupta , Thomas Monjalon , Stephen Hemminger , dpdk-dev From: "Kinsella, Ray" Message-ID: Date: Thu, 24 Jun 2021 11:32:51 +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, 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: [dpdk-dev] Experimental symbols in compressdev 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 Fiona & Ashish, The following compressdev 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_compressdev_capability_get * rte_compressdev_close * rte_compressdev_configure * rte_compressdev_count * rte_compressdev_dequeue_burst * rte_compressdev_devices_get * rte_compressdev_enqueue_burst * rte_compressdev_get_dev_id * rte_compressdev_get_feature_name * rte_compressdev_info_get * rte_compressdev_name_get * rte_compressdev_pmd_allocate * rte_compressdev_pmd_create * rte_compressdev_pmd_destroy * rte_compressdev_pmd_get_named_dev * rte_compressdev_pmd_parse_input_args * rte_compressdev_pmd_release_device * rte_compressdev_private_xform_create * rte_compressdev_private_xform_free * rte_compressdev_queue_pair_count * rte_compressdev_queue_pair_setup * rte_compressdev_socket_id * rte_compressdev_start * rte_compressdev_stats_get * rte_compressdev_stats_reset * rte_compressdev_stop * rte_compressdev_stream_create * rte_compressdev_stream_free * rte_comp_get_feature_name * rte_comp_op_alloc * rte_comp_op_bulk_alloc * rte_comp_op_bulk_free * rte_comp_op_free * rte_comp_op_pool_create Ray K