DPDK patches and discussions
 help / color / mirror / Atom feed
From: Rosen Xu <rosen.xu@intel.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com, mdr@ashroe.eu, thomas@monjalon.net,
	tianfei.zhang@intel.com, wei.huang@intel.com
Subject: [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL
Date: Thu, 19 Aug 2021 14:05:05 +0800	[thread overview]
Message-ID: <1629353105-185916-1-git-send-email-rosen.xu@intel.com> (raw)

'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


             reply	other threads:[~2021-08-19  6:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-19  6:05 Rosen Xu [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1629353105-185916-1-git-send-email-rosen.xu@intel.com \
    --to=rosen.xu@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=mdr@ashroe.eu \
    --cc=thomas@monjalon.net \
    --cc=tianfei.zhang@intel.com \
    --cc=wei.huang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).