net/ipn3ke: change experimental symbol to internal
authorRosen Xu <rosen.xu@intel.com>
Thu, 19 Aug 2021 06:05:05 +0000 (14:05 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 31 Aug 2021 14:00:04 +0000 (16:00 +0200)
'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>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
drivers/net/ipn3ke/version.map

index 568ce32..4fd4e7c 100644 (file)
@@ -2,7 +2,7 @@ DPDK_22 {
        local: *;
 };
 
-EXPERIMENTAL {
+INTERNAL {
        global:
 
        ipn3ke_bridge_func;