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|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 encourage this in
> documentation for ADD_INT, because there should
> be good reasoning behind using internal interface.
> 
> Signed-off-by: Ales Musil <amu...@redhat.com>

Reviewed-by: Simon Horman <simon.hor...@corigine.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to