selftests: openvswitch: add flow dump support
authorAaron Conole <aconole@redhat.com>
Fri, 14 Apr 2023 13:17:49 +0000 (09:17 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Apr 2023 07:12:33 +0000 (08:12 +0100)
commite52b07aa1a54fcb66461149c5185a815c1c60340
tree17dd24bb2e3065ca6d98fc08fa57770d0f44d126
parent74cc26f416b9ed88af300393a6f06e0765ebde8b
selftests: openvswitch: add flow dump support

Add a basic set of fields to print in a 'dpflow' format.  This will be
used by future commits to check for flow fields after parsing, as
well as verifying the flow fields pushed into the kernel from
userspace.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/openvswitch/ovs-dpctl.py