netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/5] selftests: openvswitch: add flow programming cases
@ 2023-07-28 11:59 Aaron Conole
  2023-07-28 11:59 ` [PATCH v2 net-next 1/5] selftests: openvswitch: add an initial flow programming case Aaron Conole
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Aaron Conole @ 2023-07-28 11:59 UTC (permalink / raw)
  To: netdev
  Cc: dev, linux-kselftest, linux-kernel, Shuah Khan, Paolo Abeni,
	Jakub Kicinski, Eric Dumazet, David S. Miller, Pravin B Shelar,
	Ilya Maximets

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.

Changes from original:

1. Fix issue when parsing ipv6 in the NAT action
2. Fix issue calculating length during ctact parsing
3. Fix error message when invalid bridge is passed
4. Fold in Adrian's patch to support key masks

Aaron Conole (4):
  selftests: openvswitch: add an initial flow programming case
  selftests: openvswitch: add a test for ipv4 forwarding
  selftests: openvswitch: add basic ct test case parsing
  selftests: openvswitch: add ct-nat test case with ipv4

Adrian Moreno (1):
  selftests: openvswitch: support key masks

 .../selftests/net/openvswitch/openvswitch.sh  | 223 +++++++
 .../selftests/net/openvswitch/ovs-dpctl.py    | 601 +++++++++++++++++-
 2 files changed, 800 insertions(+), 24 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-07-31 18:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28 11:59 [PATCH v2 net-next 0/5] selftests: openvswitch: add flow programming cases Aaron Conole
2023-07-28 11:59 ` [PATCH v2 net-next 1/5] selftests: openvswitch: add an initial flow programming case Aaron Conole
2023-07-28 15:13   ` [ovs-dev] " Adrian Moreno
2023-07-28 11:59 ` [PATCH v2 net-next 2/5] selftests: openvswitch: support key masks Aaron Conole
2023-07-30 15:42   ` [ovs-dev] " Simon Horman
2023-07-28 11:59 ` [PATCH v2 net-next 3/5] selftests: openvswitch: add a test for ipv4 forwarding Aaron Conole
2023-07-28 15:08   ` [ovs-dev] " Adrian Moreno
2023-07-28 11:59 ` [PATCH v2 net-next 4/5] selftests: openvswitch: add basic ct test case parsing Aaron Conole
2023-07-28 15:08   ` [ovs-dev] " Adrian Moreno
2023-07-28 11:59 ` [PATCH v2 net-next 5/5] selftests: openvswitch: add ct-nat test case with ipv4 Aaron Conole
2023-07-28 14:31   ` Adrian Moreno
2023-07-31 18:53     ` Aaron Conole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).