DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL
@ 2021-08-19  6:05 Rosen Xu
  2021-08-20 13:13 ` Ferruh Yigit
  0 siblings, 1 reply; 6+ messages in thread
From: Rosen Xu @ 2021-08-19  6:05 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, mdr, thomas, tianfei.zhang, wei.huang

'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 <rosen.xu@intel.com>
---
 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-31 14:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19  6:05 [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL Rosen Xu
2021-08-20 13:13 ` Ferruh Yigit
2021-08-20 14:20   ` Xu, Rosen
2021-08-20 15:39   ` Kinsella, Ray
2021-08-22  2:49     ` Xu, Rosen
2021-08-31 14:18       ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).