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 DF892A0C47; Thu, 19 Aug 2021 08:33:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1FD74067E; Thu, 19 Aug 2021 08:33:50 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id A2D7D40141 for ; Thu, 19 Aug 2021 08:33:49 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10080"; a="280231763" X-IronPort-AV: E=Sophos;i="5.84,334,1620716400"; d="scan'208";a="280231763" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2021 23:33:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,334,1620716400"; d="scan'208";a="489169151" Received: from dpdk-rosen-02.sh.intel.com ([10.67.110.176]) by fmsmga008.fm.intel.com with ESMTP; 18 Aug 2021 23:33:43 -0700 From: Rosen Xu To: dev@dpdk.org Cc: ferruh.yigit@intel.com, mdr@ashroe.eu, thomas@monjalon.net, tianfei.zhang@intel.com, wei.huang@intel.com Date: Thu, 19 Aug 2021 14:05:05 +0800 Message-Id: <1629353105-185916-1-git-send-email-rosen.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL 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" 'ipn3ke_bridge_func' is a global variable and it used in net & raw drivers. It's only used for drivers, so change it from EXPERIMENTAL to INTERNAL. Signed-off-by: Rosen Xu --- drivers/net/ipn3ke/version.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ipn3ke/version.map b/drivers/net/ipn3ke/version.map index 568ce32..4fd4e7c 100644 --- a/drivers/net/ipn3ke/version.map +++ b/drivers/net/ipn3ke/version.map @@ -2,7 +2,7 @@ DPDK_22 { local: *; }; -EXPERIMENTAL { +INTERNAL { global: ipn3ke_bridge_func; -- 1.8.3.1