Re: [PATCH net-next 6/6] net: mvneta: enable jumbo frames for XDP
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-08-19 21:14:38
Also in:
bpf
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-08-19 21:14:38
Also in:
bpf
On Wed, 19 Aug 2020 22:22:23 +0200 Lorenzo Bianconi wrote:
quoted
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.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.
Is there an API for programs to access the multi-buf frames?