On 9/29/2023 9:38 PM, Joshua Washington wrote: > This patch corrects the MTU setting behavior in the GVE DPDK driver to > remove the artificial upper limit of RTE_ETHER_MTU. Instead, the max MTU > is dictated by the default value of the MTU that the device sends during > initialization, which will always be the maximum supported MTU. > > Signed-off-by: Joshua Washington <joshw...@google.com> >
Fixes: 71dea04cdf9a ("net/gve: support device info and configure") Cc: sta...@dpdk.org Applied to dpdk-next-net/main, thanks.