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>,
	Harman Kalra <hkalra@marvell.com>
Subject: [PATCH 1/3] eal: remove experimental from rte_epoll_wait_interruptible
Date: Mon, 17 Oct 2022 18:57:18 -0700	[thread overview]
Message-ID: <20221018015720.411702-2-stephen@networkplumber.org> (raw)
In-Reply-To: <20221018015720.411702-1-stephen@networkplumber.org>

This call was added in 20.11, so time to make it not experimental.

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

diff --git a/lib/eal/include/rte_epoll.h b/lib/eal/include/rte_epoll.h
index 56b7b6bad694..8c73031910fe 100644
--- a/lib/eal/include/rte_epoll.h
+++ b/lib/eal/include/rte_epoll.h
@@ -85,7 +85,6 @@ rte_epoll_wait(int epfd, struct rte_epoll_event *events,
  *   - On success, returns the number of available event.
  *   - On failure, a negative value.
  */
-__rte_experimental
 int
 rte_epoll_wait_interruptible(int epfd, struct rte_epoll_event *events,
 	       int maxevents, int timeout);
diff --git a/lib/eal/version.map b/lib/eal/version.map
index 2d64a2592e36..3455388cc8c8 100644
--- a/lib/eal/version.map
+++ b/lib/eal/version.map
@@ -76,6 +76,7 @@ DPDK_23 {
 	rte_eal_wait_lcore;
 	rte_epoll_ctl;
 	rte_epoll_wait;
+	rte_epoll_wait_interruptible;
 	rte_exit;
 	rte_extmem_attach;
 	rte_extmem_detach;
@@ -387,7 +388,6 @@ EXPERIMENTAL {
 	# added in 20.11
 	__rte_eal_trace_generic_size_t; # WINDOWS_NO_EXPORT
 	rte_cpu_get_intrinsics_support; # WINDOWS_NO_EXPORT
-	rte_epoll_wait_interruptible;
 	rte_service_lcore_may_be_active;
 	rte_vect_get_max_simd_bitwidth;
 	rte_vect_set_max_simd_bitwidth;
-- 
2.35.1


  reply	other threads:[~2022-10-18  1:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18  1:57 [PATCH 0/3] remove more experimental tags Stephen Hemminger
2022-10-18  1:57 ` Stephen Hemminger [this message]
2022-10-18  1:57 ` [PATCH 2/3] eal: make rte_log_list_types not experimental Stephen Hemminger
2022-10-18  1:57 ` [PATCH 3/3] rwlock: make trylock operations no longer experimental Stephen Hemminger
2022-10-18 14:15 ` [PATCH 0/3] remove more experimental tags David Marchand
2022-10-27 11:16 ` 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=20221018015720.411702-2-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=hkalra@marvell.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).