[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20211108234416.660a29b1@thinkpad>
Date: Mon, 8 Nov 2021 23:44:16 +0100
From: Marek BehĂșn <kabel@...nel.org>
To: Andrew Lunn <andrew@...n.ch>
Cc: netdev@...r.kernel.org
Subject: about "net: mvpp2: increase MTU limit when XDP enabled"
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
Powered by blists - more mailing lists