Linux Kernel Selftest development
 help / color / mirror / Atom feed
From: Aaron Conole <aconole@redhat.com>
To: netdev@vger.kernel.org
Cc: dev@openvswitch.org, linux-kselftest@vger.kernel.org,
	linux-kernel@vger.kernel.org, Shuah Khan <shuah@kernel.org>,
	Paolo Abeni <pabeni@redhat.com>, Jakub Kicinski <kuba@kernel.org>,
	Eric Dumazet <edumazet@google.com>,
	"David S. Miller" <davem@davemloft.net>,
	Pravin B Shelar <pshelar@ovn.org>,
	Ilya Maximets <i.maximets@ovn.org>
Subject: [PATCH v2 net-next 0/5] selftests: openvswitch: add flow programming cases
Date: Fri, 28 Jul 2023 07:59:35 -0400	[thread overview]
Message-ID: <20230728115940.578658-1-aconole@redhat.com> (raw)

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


             reply	other threads:[~2023-07-28 12:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28 11:59 Aaron Conole [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230728115940.578658-1-aconole@redhat.com \
    --to=aconole@redhat.com \
    --cc=davem@davemloft.net \
    --cc=dev@openvswitch.org \
    --cc=edumazet@google.com \
    --cc=i.maximets@ovn.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pshelar@ovn.org \
    --cc=shuah@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox