Re: [RFC] Why is set_config not supported in mlx5_vnet?
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-26 01:48:43
Also in:
kvm, lkml, virtualization
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-26 01:48:43
Also in:
kvm, lkml, virtualization
On Fri, Aug 23, 2024 at 11:54:13AM -0500, Carlos Bilbao wrote:
Hello, I'm debugging my vDPA setup, and when using ioctl to retrieve the configuration, I noticed that it's running in half duplex mode: Configuration data (24 bytes): MAC address: (Mac address) Status: 0x0001 Max virtqueue pairs: 8 MTU: 1500 Speed: 0 Mb Duplex: Half Duplex
If the speed is 0, does duplex even matter? Andrew