On Wed, Mar 08, 2023 at 03:32:08PM +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|WARN|ethtool command ETHTOOL_GSET on network device vm1 > failed: No such device > |00091|netdev_linux|WARN|ethtool command ETHTOOL_GDRVINFO on network device > vm1 failed: No such device > > To avoid any warnings that might fail the tests > use ADD_VETH instead. Also remove ADD_INT as it > is not used anywhere else. > > Signed-off-by: Ales Musil <[email protected]>
Reviewed-by: Simon Horman <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
