[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240220194444.36127-1-justin.iurman@uliege.be>
Date: Tue, 20 Feb 2024 20:44:41 +0100
From: Justin Iurman <justin.iurman@...ege.be>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net,
dsahern@...nel.org,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
linux-kernel@...r.kernel.org,
justin.iurman@...ege.be
Subject: [PATCH net-next 0/3] multicast event support for ioam6
Add generic netlink multicast event support to ioam6 as another solution
to share IOAM data with user space. The other one being via IPv6 raw
sockets combined with ancillary data. This patchset focuses on the IOAM
Pre-allocated Trace (the only Option-Type currently supported), and so
on IOAM "trace" events. See an example of a consumer here [1].
[1] https://github.com/Advanced-Observability/ioam-agent-python/blob/netlink_event/ioam-agent.py
Suggested-By: Paolo Abeni <pabeni@...hat.com>
Justin Iurman (3):
uapi: ioam6: API for netlink multicast events
ioam6: multicast event
net: exthdrs: ioam6: send trace event
include/net/ioam6.h | 4 +++
include/uapi/linux/ioam6_genl.h | 20 +++++++++++
net/ipv6/exthdrs.c | 5 +++
net/ipv6/ioam6.c | 61 +++++++++++++++++++++++++++++++++
4 files changed, 90 insertions(+)
base-commit: a6e0cb150c514efba4aaba4069927de43d80bb59
--
2.34.1
Powered by blists - more mailing lists