Re: [PATCH v3 2/2] net/vmxnet3: support larger MTU with version 6

2025-03-30 Thread spyroot
Hi Folks, how can you bump them VMXNET3 version, and do we have a VMXNET3 unit test for RSS / Max mtu and 32 queue? On Wed, Nov 6, 2024 at 8:00 AM Ferruh Yigit wrote: > On 11/4/2024 9:44 PM, Jochen Behrens wrote: > > > On 11/4/24 02:52, Morten Brørup wrote: > >> Virtual hardware version 6 suppor

Re: [PATCH v3 2/2] net/vmxnet3: support larger MTU with version 6

2024-11-05 Thread Ferruh Yigit
On 11/4/2024 9:44 PM, Jochen Behrens wrote: > On 11/4/24 02:52, Morten Brørup wrote: >> Virtual hardware version 6 supports larger max MTU, but the device >> information (dev_info) did not reflect this, so it could not be used. >> >> Fixes: b1584dd0affe ("net/vmxnet3: support version 6") >> >> Sig

Re: [PATCH v3 2/2] net/vmxnet3: support larger MTU with version 6

2024-11-04 Thread Jochen Behrens
Hi Morten, thanks for fixing the MTU setting! Acked-by: Jochen Behrens jochen.behr...@broadcom.com On 11/4/24 02:52, Morten Brørup wrote: Virtual hardware version 6 supports larger max MTU, but the device information (dev_info) did not reflect this, so it could not be used. Fixes: b1584dd0aff

[PATCH v3 2/2] net/vmxnet3: support larger MTU with version 6

2024-11-04 Thread Morten Brørup
Virtual hardware version 6 supports larger max MTU, but the device information (dev_info) did not reflect this, so it could not be used. Fixes: b1584dd0affe ("net/vmxnet3: support version 6") Signed-off-by: Morten Brørup --- v3: * Moved support for larger MTU with virtual hardware version 6 to s