Hello:
This series was applied to netdev/net-next.git (master) by Paolo Abeni pabeni@redhat.com:
On Wed, 15 Feb 2023 14:46:56 +0100 you wrote:
Segment Routing for IPv6 (SRv6 in short) [1] is the instantiation of the Segment Routing (SR) [2] architecture on the IPv6 dataplane. In SRv6, the segment identifiers (SID) are IPv6 addresses and the segment list (SID List) is carried in the Segment Routing Header (SRH). A segment may be bound to a specific packet processing operation called "behavior". The RFC8986 [3] defines and standardizes the most common/relevant behaviors for network operators, e.g., End, End.X and End.T and so on.
[...]
Here is the summary with links: - [net-next,1/3] seg6: factor out End lookup nexthop processing to a dedicated function https://git.kernel.org/netdev/net-next/c/525c65ff5696 - [net-next,2/3] seg6: add PSP flavor support for SRv6 End behavior https://git.kernel.org/netdev/net-next/c/bdf3c0b9c10b - [net-next,3/3] selftests: seg6: add selftest for PSP flavor in SRv6 End behavior https://git.kernel.org/netdev/net-next/c/5198cb408fcf
You are awesome, thank you!