Re: [PATCH net-next 6/6] net: mvneta: enable jumbo frames for XDP
From: Lorenzo Bianconi <hidden>
Date: 2020-08-19 20:22:41
Also in:
bpf
Attachments
- signature.asc [application/pgp-signature] 228 bytes
From: Lorenzo Bianconi <hidden>
Date: 2020-08-19 20:22:41
Also in:
bpf
On Wed, 19 Aug 2020 15:13:51 +0200 Lorenzo Bianconi wrote:quoted
Enable the capability to receive jumbo frames even if the interface is running in XDP mode Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>Hm, already? Is all the infra in place? Or does it not imply multi-buffer.
Hi Jakub, with this series mvneta supports xdp multi-buff on both rx and tx sides (XDP_TX and ndo_xpd_xmit()) so we can remove MTU limitation. Regards, Lorenzo