DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net: announce changes in TCP header
@ 2021-08-02 10:42 Gregory Etelson
  2021-08-02 12:09 ` Slava Ovsiienko
  2021-08-05 15:28 ` Thomas Monjalon
  0 siblings, 2 replies; 6+ messages in thread
From: Gregory Etelson @ 2021-08-02 10:42 UTC (permalink / raw)
  To: dev; +Cc: getelson, matan, rasland, orika, Ray Kinsella

Announce change to add a union that will provide byte and bitfield
access to TCP flags.

Signed-off-by: Gregory Etelson <getelson@nvidia.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index d9c0e65921..a78a68108c 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -158,3 +158,6 @@ Deprecation Notices
 * security: The functions ``rte_security_set_pkt_metadata`` and
   ``rte_security_get_userdata`` will be made inline functions and additional
   flags will be added in structure ``rte_security_ctx`` in DPDK 21.11.
+
+* net: structure ``rte_tcp_hdr`` will have a union that will provide
+  byte access to existing ``tcp_flags`` and add a bitfield for TCP flags.
-- 
2.32.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-29 16:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 10:42 [dpdk-dev] [PATCH] net: announce changes in TCP header Gregory Etelson
2021-08-02 12:09 ` Slava Ovsiienko
2021-08-05 15:28 ` Thomas Monjalon
2021-08-06  9:02   ` Andrew Rybchenko
2021-08-06 13:56     ` Gregory Etelson
2023-06-29 16:48       ` Stephen Hemminger

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).