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 7B0A94587C; Wed, 28 Aug 2024 01:00:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA25040395; Wed, 28 Aug 2024 01:00:21 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) by mails.dpdk.org (Postfix) with ESMTP id 6200A4026F for ; Wed, 28 Aug 2024 01:00:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1724799619; x=1756335619; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yoqA48oGl6Ug0s/iAN+8MFGQKiuWGSyiUkZP+Hrdyrc=; b=l6+sPvf13Zc5bdHIFvQqR0biNogZiBz883CaxdbQsYkj5jp6n9UyEuuE 0Cf71Vw5dZ3H7G8aUf1EjMjWVuZqHJbdzQk6LaCUjaclSYs5CUpc1SMAV NFqg+SGnUJVZjQpc7xnLR/4Wz00yoOi7fFTTL6BMvUIqLoQApIFXLT+Kz 3e0WKNmv12CAeqD6HnlxWS79e8KljYlkCIpeJRvhAOZ3JDpuv+F6OUGvl QLjsRHXlMImBqL3AvyvVFaoiBsDQTM5Yc/7PwRu7nb3zfjMDD27/svv7M wqvyGrSXD9Sl7F5igg6EWgvKLYb2dyBZXG293SVqLsxG/reSfpgwXTnSB A==; X-CSE-ConnectionGUID: A8mZdhtzS/e+E0l1Aoz0vQ== X-CSE-MsgGUID: DnbWwoa7TDGv3zTpGzZYAw== X-IronPort-AV: E=McAfee;i="6700,10204,11177"; a="23484895" X-IronPort-AV: E=Sophos;i="6.10,181,1719903600"; d="scan'208";a="23484895" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by fmvoesa108.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Aug 2024 16:00:18 -0700 X-CSE-ConnectionGUID: VPkMTIWXR0Oi7QsI1ZpGcA== X-CSE-MsgGUID: Vvk0Ahb2RruGx0BtUKx6Xw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,181,1719903600"; d="scan'208";a="67917817" Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..) ([10.233.181.123]) by orviesa004.jf.intel.com with ESMTP; 27 Aug 2024 16:00:18 -0700 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: hemant.agrawal@nxp.com, david.marchand@redhat.com, hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v2 1/1] bbdev: removing unnecessaray symbols from version map Date: Tue, 27 Aug 2024 16:03:09 -0700 Message-Id: <20240827230309.3943238-2-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240827230309.3943238-1-nicolas.chautru@intel.com> References: <20240827230309.3943238-1-nicolas.chautru@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 A number of inline functions should not be in the version map since ABI versionning would be irrelevant. Signed-off-by: Nicolas Chautru --- lib/bbdev/rte_bbdev.h | 1 - lib/bbdev/rte_bbdev_op.h | 2 -- lib/bbdev/version.map | 24 +----------------------- 3 files changed, 1 insertion(+), 26 deletions(-) diff --git a/lib/bbdev/rte_bbdev.h b/lib/bbdev/rte_bbdev.h index 25514c58ac..bd49a0a304 100644 --- a/lib/bbdev/rte_bbdev.h +++ b/lib/bbdev/rte_bbdev.h @@ -897,7 +897,6 @@ rte_bbdev_dequeue_fft_ops(uint16_t dev_id, uint16_t queue_id, * The number of operations actually dequeued (this is the number of entries * copied into the @p ops array). */ -__rte_experimental static inline uint16_t rte_bbdev_dequeue_mldts_ops(uint16_t dev_id, uint16_t queue_id, struct rte_bbdev_mldts_op **ops, uint16_t num_ops) diff --git a/lib/bbdev/rte_bbdev_op.h b/lib/bbdev/rte_bbdev_op.h index 459631d0d0..5b862c13a6 100644 --- a/lib/bbdev/rte_bbdev_op.h +++ b/lib/bbdev/rte_bbdev_op.h @@ -1159,7 +1159,6 @@ rte_bbdev_fft_op_alloc_bulk(struct rte_mempool *mempool, * - 0 on success. * - EINVAL if invalid mempool is provided. */ -__rte_experimental static inline int rte_bbdev_mldts_op_alloc_bulk(struct rte_mempool *mempool, struct rte_bbdev_mldts_op **ops, uint16_t num_ops) @@ -1236,7 +1235,6 @@ rte_bbdev_fft_op_free_bulk(struct rte_bbdev_fft_op **ops, unsigned int num_ops) * @param num_ops * Number of structures */ -__rte_experimental static inline void rte_bbdev_mldts_op_free_bulk(struct rte_bbdev_mldts_op **ops, unsigned int num_ops) { diff --git a/lib/bbdev/version.map b/lib/bbdev/version.map index e0d82ff752..2a5baacd90 100644 --- a/lib/bbdev/version.map +++ b/lib/bbdev/version.map @@ -6,21 +6,9 @@ DPDK_25 { rte_bbdev_callback_unregister; rte_bbdev_close; rte_bbdev_count; - rte_bbdev_dec_op_alloc_bulk; - rte_bbdev_dec_op_free_bulk; - rte_bbdev_dequeue_dec_ops; - rte_bbdev_dequeue_enc_ops; - rte_bbdev_dequeue_fft_ops; rte_bbdev_device_status_str; rte_bbdev_devices; - rte_bbdev_enc_op_alloc_bulk; - rte_bbdev_enc_op_free_bulk; - rte_bbdev_enqueue_dec_ops; - rte_bbdev_enqueue_enc_ops; - rte_bbdev_enqueue_fft_ops; rte_bbdev_enqueue_status_str; - rte_bbdev_fft_op_alloc_bulk; - rte_bbdev_fft_op_free_bulk; rte_bbdev_find_next; rte_bbdev_get_named_dev; rte_bbdev_info_get; @@ -44,14 +32,4 @@ DPDK_25 { rte_bbdev_stop; local: *; -}; - -EXPERIMENTAL { - global: - - # added in 23.11 - rte_bbdev_dequeue_mldts_ops; - rte_bbdev_enqueue_mldts_ops; - rte_bbdev_mldts_op_alloc_bulk; - rte_bbdev_mldts_op_free_bulk; -}; +}; \ No newline at end of file -- 2.34.1