Hello:
This series was applied to netdev/net-next.git (main) by David S. Miller davem@davemloft.net:
On Fri, 12 May 2023 11:40:33 +0800 you wrote:
If a packet needs to be encapsulated towards a local destination IP, the packet will undergo a "local bypass" and be injected into the Rx path as if it was received by the target VXLAN device without undergoing encapsulation. If such a device does not exist, the packet will be dropped.
There are scenarios where we do not want to perform such a bypass, but instead want the packet to be encapsulated and locally received by a user space program for post-processing.
[...]
Here is the summary with links: - [net-next,v9,1/2] net: vxlan: Add nolocalbypass option to vxlan. https://git.kernel.org/netdev/net-next/c/69474a8a5837 - [net-next,v9,2/2] selftests: net: vxlan: Add tests for vxlan nolocalbypass option. https://git.kernel.org/netdev/net-next/c/305c04189997
You are awesome, thank you!