[PATCH] net/ice: promote dynflag API

peng1x.zhang at intel.com peng1x.zhang at intel.com
Thu Apr 14 08:25:10 CEST 2022


From: Peng Zhang <peng1x.zhang at intel.com>

Promote dynflag APIs to be stable.

Signed-off-by: Peng Zhang <peng1x.zhang at intel.com>
---
 drivers/net/ice/rte_pmd_ice.h |  1 -
 drivers/net/ice/version.map   | 15 +++++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/drivers/net/ice/rte_pmd_ice.h b/drivers/net/ice/rte_pmd_ice.h
index 9a436a140b..13604bf9e2 100644
--- a/drivers/net/ice/rte_pmd_ice.h
+++ b/drivers/net/ice/rte_pmd_ice.h
@@ -149,7 +149,6 @@ extern uint64_t rte_net_ice_dynflag_proto_xtr_ip_offset_mask;
  * @return
  *   True if registered, false otherwise.
  */
-__rte_experimental
 static __rte_always_inline int
 rte_net_ice_dynf_proto_xtr_metadata_avail(void)
 {
diff --git a/drivers/net/ice/version.map b/drivers/net/ice/version.map
index cc837f1c00..4cbe33a40d 100644
--- a/drivers/net/ice/version.map
+++ b/drivers/net/ice/version.map
@@ -1,16 +1,19 @@
 DPDK_22 {
-	local: *;
-};
+        global:
 
-EXPERIMENTAL {
-	global:
-
-	# added in 19.11
 	rte_net_ice_dynfield_proto_xtr_metadata_offs;
 	rte_net_ice_dynflag_proto_xtr_vlan_mask;
 	rte_net_ice_dynflag_proto_xtr_ipv4_mask;
 	rte_net_ice_dynflag_proto_xtr_ipv6_mask;
 	rte_net_ice_dynflag_proto_xtr_ipv6_flow_mask;
 	rte_net_ice_dynflag_proto_xtr_tcp_mask;
+
+	local: *;
+};
+
+EXPERIMENTAL {
+	global:
+
+	# added in 19.11
 	rte_net_ice_dynflag_proto_xtr_ip_offset_mask;
 };
-- 
2.31.1



More information about the dev mailing list