Re: [PATCH 1/2] mlx5_vnet: Set speed and duplex of vDPA devices to UNKNOWN

2024-08-29 Thread Carlos Bilbao
Hello, On 8/29/24 1:44 PM, Dragos Tatulea wrote: > > On 29.08.24 18:16, Carlos Bilbao wrote: >> From: Carlos Bilbao >> >> Initialize the speed and duplex fields in virtio_net_config to UNKNOWN. >> This is needed because mlx5_vdpa vDPA devicess currently do not support the >> VIRTIO_NET_F_SPEED_DU

Re: [PATCH 1/2] mlx5_vnet: Set speed and duplex of vDPA devices to UNKNOWN

2024-08-29 Thread Dragos Tatulea
On 29.08.24 18:16, Carlos Bilbao wrote: > From: Carlos Bilbao > > Initialize the speed and duplex fields in virtio_net_config to UNKNOWN. > This is needed because mlx5_vdpa vDPA devicess currently do not support the > VIRTIO_NET_F_SPEED_DUPLEX feature which reports speed and duplex. Add > need