From: Robin Jarry <rjarry@redhat.com>
To: dev@dpdk.org
Cc: "Bruce Richardson" <bruce.richardson@intel.com>,
"Morten Brørup" <mb@smartsharesystems.com>,
"Stephen Hemminger" <stephen@networkplumber.org>,
"Vladimir Medvedkin" <vladimir.medvedkin@intel.com>,
"Konstantin Ananyev" <konstantin.ananyev@huawei.com>
Subject: [PATCH dpdk] rel_notes: announce 24.11 ipv6 api breakage
Date: Mon, 22 Jul 2024 19:39:37 +0200 [thread overview]
Message-ID: <20240722173936.24303-2-rjarry@redhat.com> (raw)
In 24.11, all IPv6 public APIs will be modified to use a structure
instead of fixed size arrays.
Cc: Bruce Richardson <bruce.richardson@intel.com>
Cc: Morten Brørup <mb@smartsharesystems.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Cc: Konstantin Ananyev <konstantin.ananyev@huawei.com>
Signed-off-by: Robin Jarry <rjarry@redhat.com>
---
doc/guides/rel_notes/deprecation.rst | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 6948641ff69b..0d7da802382e 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -147,3 +147,19 @@ Deprecation Notices
will be deprecated and subsequently removed in DPDK 24.11 release.
Before this, the new port library API (functions rte_swx_port_*)
will gradually transition from experimental to stable status.
+
+* net: A new IPv6 address structure will be introduced in DPDK 24.11.
+ It will replace all ad-hoc ``uint8_t[16]`` arrays in all public APIs and structures.
+ The following libraries are expected to be affected:
+
+ - ethdev (rte_flow)
+ - fib
+ - gro (tcp6_flow_key)
+ - hash (rte_ipv6_tuple)
+ - ipsec (rte_ipsec_sadv6_key)
+ - lpm (
+ - net (rte_ipv6_hdr)
+ - node
+ - pipeline (rte_table_action_ipv6_header)
+ - rib
+ - table (rte_table_lpm_ipv6_key)
--
2.45.2
next reply other threads:[~2024-07-22 17:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-22 17:39 Robin Jarry [this message]
2024-07-22 19:19 ` Morten Brørup
2024-07-23 8:27 ` [PATCH dpdk v2] " Robin Jarry
2024-07-23 8:29 ` Bruce Richardson
2024-07-23 8:48 ` Konstantin Ananyev
2024-07-25 17:28 ` Medvedkin, Vladimir
2024-07-31 10:52 ` Thomas Monjalon
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=20240722173936.24303-2-rjarry@redhat.com \
--to=rjarry@redhat.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=konstantin.ananyev@huawei.com \
--cc=mb@smartsharesystems.com \
--cc=stephen@networkplumber.org \
--cc=vladimir.medvedkin@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).