lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ