DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-dev] [PATCH] net: make rte_ether_unformat_addr stable
Date: Tue, 31 Aug 2021 13:07:18 -0700	[thread overview]
Message-ID: <20210831200718.93343-1-stephen@networkplumber.org> (raw)

This function has been in since 19.11.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 lib/net/rte_ether.h | 1 -
 lib/net/version.map | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/net/rte_ether.h b/lib/net/rte_ether.h
index 7ee5e9a292cc..478003699c2d 100644
--- a/lib/net/rte_ether.h
+++ b/lib/net/rte_ether.h
@@ -249,7 +249,6 @@ rte_ether_format_addr(char *buf, uint16_t size,
  *   0 if successful
  *   -1 and sets rte_errno if invalid string
  */
-__rte_experimental
 int
 rte_ether_unformat_addr(const char *str, struct rte_ether_addr *eth_addr);
 
diff --git a/lib/net/version.map b/lib/net/version.map
index 355b7c25b4a5..48258f715118 100644
--- a/lib/net/version.map
+++ b/lib/net/version.map
@@ -3,6 +3,7 @@ DPDK_22 {
 
 	rte_eth_random_addr;
 	rte_ether_format_addr;
+	rte_ether_unformat_addr;
 	rte_net_crc_calc;
 	rte_net_crc_set_alg;
 	rte_net_get_ptype;
@@ -15,5 +16,4 @@ EXPERIMENTAL {
 
 	rte_net_make_rarp_packet;
 	rte_net_skip_ip6_ext;
-	rte_ether_unformat_addr;
 };
-- 
2.30.2


             reply	other threads:[~2021-08-31 20:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-31 20:07 Stephen Hemminger [this message]
2021-09-01  7:11 ` Andrew Rybchenko
2021-09-01  8:49   ` Ferruh Yigit
2021-09-16 11:35     ` Olivier Matz
2021-10-02  9:38       ` David Marchand

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=20210831200718.93343-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    /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).