From: Rahul Shah <rahul.r.shah@intel.com>
To: mdr@ashroe.eu
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] port: eventdev port api promoted
Date: Thu, 9 Sep 2021 12:40:08 -0400 [thread overview]
Message-ID: <20210909164008.343712-1-rahul.r.shah@intel.com> (raw)
rte_port_eventdev_reader_ops, rte_port_eventdev_writer_nodrops_ops,
rte_port_eventdev_writer_ops symbols promoted
Signed-off-by: Rahul Shah <rahul.r.shah@intel.com>
---
lib/port/version.map | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/lib/port/version.map b/lib/port/version.map
index 73d0825d2e..c4cd40f279 100644
--- a/lib/port/version.map
+++ b/lib/port/version.map
@@ -27,6 +27,9 @@ DPDK_22 {
rte_port_sym_crypto_reader_ops;
rte_port_sym_crypto_writer_nodrop_ops;
rte_port_sym_crypto_writer_ops;
+ rte_port_eventdev_reader_ops;
+ rte_port_eventdev_writer_nodrop_ops;
+ rte_port_eventdev_writer_ops;
local: *;
};
@@ -34,11 +37,6 @@ DPDK_22 {
EXPERIMENTAL {
global:
- # added in 19.11
- rte_port_eventdev_reader_ops;
- rte_port_eventdev_writer_nodrop_ops;
- rte_port_eventdev_writer_ops;
-
# added in 20.11
rte_swx_port_ethdev_reader_ops;
rte_swx_port_ethdev_writer_ops;
--
2.31.1
next reply other threads:[~2021-09-09 23:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-09 16:40 Rahul Shah [this message]
2021-09-10 7:30 ` Kinsella, Ray
2021-09-10 7:36 ` David Marchand
2021-09-10 13:40 ` Kinsella, Ray
2021-10-13 12:12 ` Thomas Monjalon
2021-10-20 9:55 ` Kinsella, Ray
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=20210909164008.343712-1-rahul.r.shah@intel.com \
--to=rahul.r.shah@intel.com \
--cc=dev@dpdk.org \
--cc=mdr@ashroe.eu \
/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).