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 365EEA0547; Fri, 25 Jun 2021 11:14:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B613640698; Fri, 25 Jun 2021 11:14:41 +0200 (CEST) Received: from mail-109-mta76.mxroute.com (mail-109-mta76.mxroute.com [136.175.109.76]) by mails.dpdk.org (Postfix) with ESMTP id 46D2D4068A for ; Fri, 25 Jun 2021 11:14:40 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-109-mta76.mxroute.com (ZoneMTA) with ESMTPSA id 17a42730def0002d34.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 25 Jun 2021 09:14:34 +0000 X-Zone-Loop: 0396d2326038f8e20bae22c13b2bccb657a208a605c0 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:From:References:Cc:To:Subject:Sender:Reply-To: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=GapBqAm7zMGA1tOg0OzuShPQLEfwJgY1Bces8Gl7igE=; b=W/yLAlq9/chrWI9tDVnKdo5ELM mCv8rUJRqayzBFZmgWsa3RJNFNM/4Q9eeQmRKKTal961c7vU9Z/9m80W2Y5oVUIT12kTarsV5NQuQ VceAcR42j+wQwBbjYAZxwoXxWe3RW5PGKk3KoqnXTYPRpQajNOfwmANhEyP7fMa+b7F/g8RwFyPgN nfrE3k1a+Fk6vJU3hpjTJnHy35qh0e6jSvfciyeKoYGpVxzOtsypIQz3Fy/4g4OMGWMyRubhtg6si u+KFxNq9ZZWyf8GQSiiSvZ5ZPnkg+F1aILHm4vYHGUPFUrIlkbUqb+pB5pOdJd2HU7RKjYxT/iuAo UXU8/kBg==; To: David Marchand , Fiona Trahe , Ashish Gupta Cc: Thomas Monjalon , Stephen Hemminger , dpdk-dev References: From: "Kinsella, Ray" Message-ID: Date: Fri, 25 Jun 2021 10:14:30 +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 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" On 25/06/2021 08:49, David Marchand wrote: > On Thu, Jun 24, 2021 at 12:33 PM Kinsella, Ray wrote: >> >> 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 >> > > Part of the symbols listed here are driver-only (at least the *_pmd_* > symbols) and should be marked internal. > +1 agreed.