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 38D864587C; Wed, 28 Aug 2024 01:00:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C3C9240285; Wed, 28 Aug 2024 01:00:20 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) by mails.dpdk.org (Postfix) with ESMTP id B51E44026F for ; Wed, 28 Aug 2024 01:00:18 +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:mime-version: content-transfer-encoding; bh=pEOVmUxYrLOR3pFWqxnIfc6ZuQlo/2lmxXm6TBoodFA=; b=cEt8SSUS2yVtoz4oZYdF3EUn297f3y6OZ6vxCWywnbm8rOz0yTRp5q9c njSHYQknVS1qyEKkuRzNlW3IHwtaaWA95XB/2WEhPd+EceKFlHpAZveqA rB/fl1OOXiLlJzi7uE9P4Crtw/bNFvsDGoc1BJQeG0e52vqjCYya1KK7a 0b6oRNGSeED72z6oYiDFuzA2Xi9xc2AfXLTPBJxcYXefRFMFDusqKYuoI ElgazI4m0ipvAIxmdpGPYp5MZVD0ogV+MUm5PIgdFjNwmeMi0k9h85G/S DKfBwushUeHdcazP/8mhLYfFx6tEde782G2iMwwyWHTuRPZEtTc8Y3XzW Q==; X-CSE-ConnectionGUID: 3nBi9pgzQ9SABAr7Zmpu0g== X-CSE-MsgGUID: tvPcl7pxS6OU8v07K5jwNA== X-IronPort-AV: E=McAfee;i="6700,10204,11177"; a="23484892" X-IronPort-AV: E=Sophos;i="6.10,181,1719903600"; d="scan'208";a="23484892" 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:17 -0700 X-CSE-ConnectionGUID: 7heR3JyrToWMfZpGrRS5rQ== X-CSE-MsgGUID: IO8CX7jlS7aH5ke/yjNh+A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,181,1719903600"; d="scan'208";a="67917808" 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:17 -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 0/1] bbdev: removing unnecessaray symbols Date: Tue, 27 Aug 2024 16:03:08 -0700 Message-Id: <20240827230309.3943238-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 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 unnecessaray 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