On Wed, 19 Aug 2020 22:22:23 +0200 Lorenzo Bianconi wrote: > > On Wed, 19 Aug 2020 15:13:51 +0200 Lorenzo Bianconi wrote: > > > Enable the capability to receive jumbo frames even if the interface is > > > running in XDP mode > > > > > > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > > > > 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?