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 3E8F9A04FF; Tue, 12 Apr 2022 08:27:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D612640E2D; Tue, 12 Apr 2022 08:27:56 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 7467140DF7 for ; Tue, 12 Apr 2022 08:27:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649744875; x=1681280875; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=vXc1OFS0jIaHbOBeWBUiOOekoAWdPajDHI/TrxbgTCw=; b=eaR7CVUSg6GZp9kHGEad+YvBgyWZueHccbcThWzORSnfymMTEyWCOqZq HCMY2A3XUWWWNNfeP6Goqlonuv/Wcd3+svxqSiKTKS5ff7Uzv2qmOO8sw 6+hAkbCqfsKGg4r6MbNI6K3N65uhuqGj0XfuqfiinrR/5H/te2VgywAGJ bdKyr027EEcexr+hLfxxCCKiVGGlRHnwt/wmRIvKrvxmZO7E0gOvLV1LY R05zGHSWjq0JhRhskByC26K/tr3G5u6waGlIkRjxjZ/k87hiC4S9IQ9QR AYdEl6QSgceUMpBcGipepxtD+KdPgAeY8qubrRq4hQOBz/Mm8eoCOnJFh Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10314"; a="244171802" X-IronPort-AV: E=Sophos;i="5.90,253,1643702400"; d="scan'208";a="244171802" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2022 23:27:54 -0700 X-IronPort-AV: E=Sophos;i="5.90,253,1643702400"; d="scan'208";a="572606906" Received: from unknown (HELO localhost.localdomain) ([10.239.251.103]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2022 23:27:53 -0700 From: zhichaox.zeng@intel.com To: haiyue.wang@intel.com Cc: dev@dpdk.org, zhichao zeng Subject: [DPDK] drivers/net/ixgbe: remove expired symbols Date: Tue, 12 Apr 2022 14:27:06 +0000 Message-Id: <20220412142706.831243-1-zhichaox.zeng@intel.com> X-Mailer: git-send-email 2.25.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 From: zhichao zeng Remove expired experimental symbols. Signed-off-by: zhichao zeng --- drivers/net/ixgbe/rte_pmd_ixgbe.h | 20 +++++--------------- drivers/net/ixgbe/version.map | 10 +++++----- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/drivers/net/ixgbe/rte_pmd_ixgbe.h b/drivers/net/ixgbe/rte_pmd_ixgbe.h index eef6f6661c..4f1fe6029d 100644 --- a/drivers/net/ixgbe/rte_pmd_ixgbe.h +++ b/drivers/net/ixgbe/rte_pmd_ixgbe.h @@ -586,9 +586,7 @@ int rte_pmd_ixgbe_bypass_wd_reset(uint16_t port); * - (-ENODEV) if *port* invalid. * - (IXGBE_ERR_SWFW_SYNC) If sw/fw semaphore acquisition failed */ -__rte_experimental -int -rte_pmd_ixgbe_mdio_lock(uint16_t port); +int rte_pmd_ixgbe_mdio_lock(uint16_t port); /** * Release swfw semaphore lock used for MDIO access @@ -600,9 +598,7 @@ rte_pmd_ixgbe_mdio_lock(uint16_t port); * - (-ENOTSUP) if hardware doesn't support. * - (-ENODEV) if *port* invalid. */ -__rte_experimental -int -rte_pmd_ixgbe_mdio_unlock(uint16_t port); +int rte_pmd_ixgbe_mdio_unlock(uint16_t port); /** * Read PHY register using MDIO without MDIO lock @@ -622,9 +618,7 @@ rte_pmd_ixgbe_mdio_unlock(uint16_t port); * - (-ENODEV) if *port* invalid. * - (IXGBE_ERR_PHY) If PHY read command failed */ -__rte_experimental -int -rte_pmd_ixgbe_mdio_unlocked_read(uint16_t port, uint32_t reg_addr, +int rte_pmd_ixgbe_mdio_unlocked_read(uint16_t port, uint32_t reg_addr, uint32_t dev_type, uint16_t *phy_data); /** @@ -646,9 +640,7 @@ rte_pmd_ixgbe_mdio_unlocked_read(uint16_t port, uint32_t reg_addr, * - (-ENODEV) if *port* invalid. * - (IXGBE_ERR_PHY) If PHY read command failed */ -__rte_experimental -int -rte_pmd_ixgbe_mdio_unlocked_write(uint16_t port, uint32_t reg_addr, +int rte_pmd_ixgbe_mdio_unlocked_write(uint16_t port, uint32_t reg_addr, uint32_t dev_type, uint16_t phy_data); /** @@ -725,9 +717,7 @@ enum { * - (-ENODEV) if *port* invalid. * - (-ENOTSUP) if hardware doesn't support this feature. */ -__rte_experimental -int -rte_pmd_ixgbe_upd_fctrl_sbp(uint16_t port, int enable); +int rte_pmd_ixgbe_upd_fctrl_sbp(uint16_t port, int enable); /** * Get port fdir info diff --git a/drivers/net/ixgbe/version.map b/drivers/net/ixgbe/version.map index bca5cc5826..b2063df1bb 100644 --- a/drivers/net/ixgbe/version.map +++ b/drivers/net/ixgbe/version.map @@ -31,6 +31,11 @@ DPDK_22 { rte_pmd_ixgbe_set_vf_vlan_filter; rte_pmd_ixgbe_set_vf_vlan_insert; rte_pmd_ixgbe_set_vf_vlan_stripq; + rte_pmd_ixgbe_mdio_lock; + rte_pmd_ixgbe_mdio_unlock; + rte_pmd_ixgbe_mdio_unlocked_read; + rte_pmd_ixgbe_mdio_unlocked_write; + rte_pmd_ixgbe_upd_fctrl_sbp; local: *; }; @@ -40,9 +45,4 @@ EXPERIMENTAL { rte_pmd_ixgbe_get_fdir_info; rte_pmd_ixgbe_get_fdir_stats; - rte_pmd_ixgbe_mdio_lock; - rte_pmd_ixgbe_mdio_unlock; - rte_pmd_ixgbe_mdio_unlocked_read; - rte_pmd_ixgbe_mdio_unlocked_write; - rte_pmd_ixgbe_upd_fctrl_sbp; }; -- 2.25.1