> -----Original Message----- > From: Zeng, ZhichaoX <[email protected]> > Sent: Tuesday, April 12, 2022 22:27 > To: Wang, Haiyue <[email protected]> > Cc: [email protected]; Zeng, ZhichaoX <[email protected]> > Subject: [DPDK] drivers/net/ixgbe: remove expired symbols > > From: zhichao zeng <[email protected]> > > Remove expired experimental symbols.
The git commit can be enhanced like: Title: net/ixgbe: promote MDIO API Promote the MDIO APIs to be stable. > > Signed-off-by: zhichao zeng <[email protected]> > --- > 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/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; Put the above under ' rte_pmd_ixgbe_macsec_select_txsa;' This is in alphabet order. > + 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

