Re: [ovs-dev] [PATCH net-next 0/4] selftests: openvswitch: add flow programming cases

2023-06-29 Thread Simon Horman
On Thu, Jun 29, 2023 at 08:25:35AM -0400, Aaron Conole wrote: > Simon Horman writes: > > > On Wed, Jun 28, 2023 at 12:27:10PM -0400, Aaron Conole wrote: > >> The openvswitch selftests currently contain a few cases for managing the > >> datapath, which includes creating datapath instances, adding

Re: [ovs-dev] [PATCH net-next 0/4] selftests: openvswitch: add flow programming cases

2023-06-29 Thread Aaron Conole
Simon Horman writes: > On Wed, Jun 28, 2023 at 12:27:10PM -0400, Aaron Conole 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

Re: [ovs-dev] [PATCH net-next 0/4] selftests: openvswitch: add flow programming cases

2023-06-28 Thread Simon Horman
On Wed, Jun 28, 2023 at 12:27:10PM -0400, Aaron Conole 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

[ovs-dev] [PATCH net-next 0/4] selftests: openvswitch: add flow programming cases

2023-06-28 Thread Aaron Conole
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