* about "net: mvpp2: increase MTU limit when XDP enabled"
@ 2021-11-08 22:44 Marek Behún
0 siblings, 0 replies; only message in thread
From: Marek Behún @ 2021-11-08 22:44 UTC (permalink / raw)
To: Andrew Lunn; +Cc: netdev
Hello Andrew,
I am writing regarding your suggestion on the patch I sent 6 months ago:
https://www.mail-archive.com/netdev@vger.kernel.org/msg380830.html
Sorry about the delay :-( I forgot about this patch.
Anyway I don't think it can be done, at least not in a simple way.
Would it be sufficient if I added the maximum MTU
(MVPP2_MAX_RX_BUF_SIZE) to the first error message, in
mvpp2_change_mtu()) ?
+ netdev_err(dev, "Illegal MTU value %d (> %d) for XDP mode\n",
+ mtu, (int)MVPP2_MAX_RX_BUF_SIZE);
Thanks.
Marek
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-11-08 22:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08 22:44 about "net: mvpp2: increase MTU limit when XDP enabled" Marek Behún
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.