Re: [PATCH v1 net-next] vmxnet3: support higher link speeds from vmxnet3 v9
From: Simon Horman
Date: Mon Oct 07 2024 - 11:18:36 EST
On Fri, Oct 04, 2024 at 10:43:03AM -0700, Ronak Doshi wrote:
> Until now, vmxnet3 was default reporting 10Gbps as link speed.
> Vmxnet3 v9 adds support for user to configure higher link speeds.
> User can configure the link speed via VMs advanced parameters options
> in VCenter. This speed is reported in gbps by hypervisor.
>
> This patch adds support for vmxnet3 to report higher link speeds and
> converts it to mbps as expected by Linux stack.
>
> Signed-off-by: Ronak Doshi <ronak.doshi@xxxxxxxxxxxx>
> Acked-by: Guolin Yang <guolin.yang@xxxxxxxxxxxx>
> ---
> Changes in v1:
> - Add a comment to explain the changes
Thanks for the update.
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>
...