[RFC 0/5] fix and complete the eCPRI header
Mattias Rönnblom
hofors at lysator.liu.se
Tue Aug 4 10:13:14 CEST 2026
From: Mattias Rönnblom <mattias.ronnblom at 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
More information about the dev
mailing list