Parav Pandit
Parav Pandit
@j0hnL, what you explained should work well in shared mode. Some of the other users at present are ok. to use it too. No sr-iov is almost at par with...
Hi @flymark2010, I see the output of ethtool -i eth0. Driver is veth instead of mlx5. It indicates that instead of sriov-cni some other cni provided the eth device. You...
@flymark2010, veth is certainly not a mlx5 driver. So something went wrong there. you can try to unload veth driver at that host using rmmod veth and see that this...
@tingweiwu you need to look at calico configuration on how to specify a netdevice. calico documentation can be found here: https://docs.projectcalico.org/v2.0/reference/cni-plugin/configuration
Hi, I need some more information. Did you assign the mac address using #ip link set vf command before starting the container? 00:22:33:44:55:66 seems human assigned mac address. Did you...
Seems like issue that is not related to this plugin. Can you please share the output of 1. uname -a 2. ls -l /sys/class/net/enp4s0/ 3. ls -l /sys/class/net/enp4s0/virtfn0/ 4. ip...
From output of command 4, it appears that netdevices for the VF are not created for some reason. I suggest you that you talk to Mellanox tech support first to...
4th command - ip link show This needs to show list of netdevices which belong to this VFs. Sometime ufio driver takes over the VFs if there is past KVM...
if you share the output (pretty long) of lspci -vvv it will reflect which driver (mlx5_core) or vfio driver owns the VFs that might throw light on why netdevices are...
/var/log/syslog and /var/log/dmesg should have some driver failure logs for the VFs.