[ovs-dev] [PATCH net-next 0/3] selftests: openvswitch: add support for testing upcall interface

2023-04-14 Thread Aaron Conole
The existing selftest suite for openvswitch will work for regression testing the datapath feature bits, but won't test things like adding interfaces, or the upcall interface. Here, we add some additional test facilities. First, extend the ovs-dpctl.py python module to support the OVS_FLOW and OVS

Re: [ovs-dev] [PATCH net-next 0/3] selftests: openvswitch: add support for testing upcall interface

2023-04-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Fri, 14 Apr 2023 09:17:47 -0400 you wrote: > The existing selftest suite for openvswitch will work for regression > testing the datapath feature bits, but won't test things like adding > interfaces, or the upcall