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 707B34587C; Wed, 28 Aug 2024 01:04:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D41D140A82; Wed, 28 Aug 2024 01:03:56 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by mails.dpdk.org (Postfix) with ESMTP id CBC634026F for ; Wed, 28 Aug 2024 01:03:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1724799835; x=1756335835; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=zh4zxizODx6oAcDwXC78QlaaicHGickm1lPB+RXhjBs=; b=S7HGPTzFuDQIIwd+U6NXN74CEzaumWl/4V1/cw27q30fNu0xMglGIR9u o/MlVLi896IN14q/mmHyZXIsbDw6KlFhNh97bAxQ7NzJt8hxTtBAmqsIl ICaMTHS/eTXUvXFreFWeaflSRILQrE4QuYpc7juXoVKMfUduWEw6ETso4 BzP1Z354GXDJOsGmTRPPxXtWPP14H11RcMLt6BuPb7gMCLDaaQ3sT06iN nn341bHETaVbRWKv+FcDAtj50WKXPf/vF0c5GXxB0Rdr4KyE+FQeCX6bl VgsseDxLdjLhYf44riTWg89dWzJLqbUAqrldEJdn5xDxFgj2VrBbRiaYJ A==; X-CSE-ConnectionGUID: Qq405pz/RzGKFXPHfuzqpg== X-CSE-MsgGUID: 2irUU+MDQTWO49CidoilmQ== X-IronPort-AV: E=McAfee;i="6700,10204,11177"; a="23172129" X-IronPort-AV: E=Sophos;i="6.10,181,1719903600"; d="scan'208";a="23172129" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Aug 2024 16:03:52 -0700 X-CSE-ConnectionGUID: CbdeVADFSACFcD3MrfSdwQ== X-CSE-MsgGUID: qm23XeFxSlesrjWnzymGkA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,181,1719903600"; d="scan'208";a="67725712" Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..) ([10.233.181.123]) by fmviesa004.fm.intel.com with ESMTP; 27 Aug 2024 16:03:49 -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 v3 0/1] bbdev: removing unnecessaray symbols Date: Tue, 27 Aug 2024 16:06:47 -0700 Message-Id: <20240827230648.3943434-1-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.34.1 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 v3: typo fixes. v2: Actually several functions can be removed from bbdev version map since they are inline and hence ABI versionning is not relevant. I checked with other lib (cryptodev/ethdev) and the same guideline is followed, with inline functions not part of version.map. Similarly the script as part of CICD do no enforce versionning for inline functions either. Discussed a bitwith Maxime off list. Any thoughts? Good to clean it up now. v1: A few functions were somehow missing for the last few years in the version map file. Nicolas Chautru (1): bbdev: removing unnecessary symbols from version map 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(-) -- 2.34.1