DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/5] fix and complete the eCPRI header
@ 2026-08-04  8:13 Mattias Rönnblom
  2026-08-04  8:13 ` [RFC 1/5] net: fix eCPRI delay measurement message header Mattias Rönnblom
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Mattias Rönnblom @ 2026-08-04  8:13 UTC (permalink / raw)
  To: stephen, thomas, andrew.rybchenko, sriram.yagnaraman
  Cc: dev, bingz, rasland, Mattias Rönnblom

From: Mattias Rönnblom <mattias.ronnblom@ericsson.com>

The objective of this series is to make rte_ecpri.h a complete and
correct description of the eCPRI V2.0 message headers, usable for
parsing and building messages, and not only for matching on a few
header fields with rte_flow, which is what it was added for.

The first two patches fix wire format bugs in rte_ecpri.h: missing
fields in the One-Way Delay Measurement message header, and padding in
the Remote Reset one. Both change struct sizes, hence the release note
entries and the lack of a stable tag.

The rest completes the eCPRI V2.0 coverage of the header.

Mattias Rönnblom (5):
  net: fix eCPRI delay measurement message header
  net: fix eCPRI remote reset message header size
  net: add missing eCPRI message field values
  net: allow byte swapping eCPRI remote memory access
  net: add eCPRI IWF message headers

 doc/guides/rel_notes/release_26_11.rst |   8 ++
 lib/net/rte_ecpri.h                    | 164 +++++++++++++++++++++++--
 2 files changed, 159 insertions(+), 13 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-08-04 16:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04  8:13 [RFC 0/5] fix and complete the eCPRI header Mattias Rönnblom
2026-08-04  8:13 ` [RFC 1/5] net: fix eCPRI delay measurement message header Mattias Rönnblom
2026-08-04  8:13 ` [RFC 2/5] net: fix eCPRI remote reset message header size Mattias Rönnblom
2026-08-04  8:13 ` [RFC 3/5] net: add missing eCPRI message field values Mattias Rönnblom
2026-08-04  8:13 ` [RFC 4/5] net: allow byte swapping eCPRI remote memory access Mattias Rönnblom
2026-08-04  8:13 ` [RFC 5/5] net: add eCPRI IWF message headers Mattias Rönnblom
2026-08-04 16:31 ` [RFC 0/5] fix and complete the eCPRI header Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox