Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Sat, 12 Aug 2023 20:09:24 +0200 you wrote:
In the Segment Routing (SR) architecture a list of instructions, called segments, can be added to the packet headers to influence the forwarding and processing of the packets in an SR enabled network.
Considering the Segment Routing over IPv6 data plane (SRv6) [1], the segment identifiers (SIDs) are IPv6 addresses (128 bits) and the segment list (SID List) is carried in the Segment Routing Header (SRH). A segment may correspond to a "behavior" that is executed by a node when the packet is received. The Linux kernel currently supports a large subset of the behaviors described in [2] (e.g., End, End.X, End.T and so on).
[...]
Here is the summary with links: - [net-next,v2,1/2] seg6: add NEXT-C-SID support for SRv6 End.X behavior https://git.kernel.org/netdev/net-next/c/7458575a07f1 - [net-next,v2,2/2] selftests: seg6: add selftest for NEXT-C-SID flavor in SRv6 End.X behavior https://git.kernel.org/netdev/net-next/c/1c53717c8074
You are awesome, thank you!