Hello:
This series was applied to netdev/net-next.git (main) by Paolo Abeni pabeni@redhat.com:
On Tue, 1 Aug 2023 17:22:21 -0400 you wrote:
The openvswitch selftests currently contain a few cases for managing the datapath, which includes creating datapath instances, adding interfaces, and doing some basic feature / upcall tests. This is useful to validate the control path.
Add the ability to program some of the more common flows with actions. This can be improved overtime to include regression testing, etc.
[...]
Here is the summary with links: - [v3,net-next,1/5] selftests: openvswitch: add an initial flow programming case https://git.kernel.org/netdev/net-next/c/918423fda910 - [v3,net-next,2/5] selftests: openvswitch: support key masks https://git.kernel.org/netdev/net-next/c/9f1179fbbd84 - [v3,net-next,3/5] selftests: openvswitch: add a test for ipv4 forwarding https://git.kernel.org/netdev/net-next/c/05398aa40953 - [v3,net-next,4/5] selftests: openvswitch: add basic ct test case parsing https://git.kernel.org/netdev/net-next/c/2893ba9c1d1a - [v3,net-next,5/5] selftests: openvswitch: add ct-nat test case with ipv4 https://git.kernel.org/netdev/net-next/c/60f10077eec6
You are awesome, thank you!