DPDK patches and discussions
 help / color / mirror / Atom feed
* VMXNET3 MTU
@ 2023-12-05 11:50 Morten Brørup
  0 siblings, 0 replies; only message in thread
From: Morten Brørup @ 2023-12-05 11:50 UTC (permalink / raw)
  To: Jochen Behrens; +Cc: dev

Hi Jochen,

The VMXNET3 driver supports two different max MTU sizes, depending on VMware guest version:
https://elixir.bootlin.com/dpdk/latest/source/drivers/net/vmxnet3/vmxnet3_ethdev.c#L1650

I think the reported max MTU size should reflect this too, e.g.:
https://elixir.bootlin.com/dpdk/latest/source/drivers/net/vmxnet3/vmxnet3_ethdev.c#L1564

- dev_info->max_mtu = VMXNET3_MAX_MTU;
+ dev_info->max_mtu = VMXNET3_VERSION_GE_6(hw) ? VMXNET3_V6_MAX_MTU : VMXNET3_MAX_MTU;


Med venlig hilsen / Kind regards,
-Morten Brørup



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-05 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-05 11:50 VMXNET3 MTU Morten Brørup

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).