[ovs-dev] [PATCH ovn v3 4/8] system-tests: Replace use of ADD_INT with ADD_VETH

2023-03-02 Thread Ales Musil
The ADD_INT does not work very well with userspace datapath. When we move the interface into separate namespace the ovs-vswitch cannot get ethtool info from that interface and reports errors for some calls: |00089|netdev_linux|WARN|ethtool command ETHTOOL_GSET on network device vm1 failed: No suc

Re: [ovs-dev] [PATCH ovn v3 4/8] system-tests: Replace use of ADD_INT with ADD_VETH

2023-03-02 Thread Simon Horman
On Thu, Mar 02, 2023 at 09:08:47AM +0100, Ales Musil wrote: > The ADD_INT does not work very well with userspace datapath. > When we move the interface into separate namespace > the ovs-vswitch cannot get ethtool info from that interface > and reports errors for some calls: > > |00089|netdev_linux