> -----Original Message----- > From: Ioana Ciocoi Radulescu > Sent: Monday, November 26, 2018 18:27 > To: netdev@vger.kernel.org; da...@davemloft.net > Cc: Ioana Ciornei <ioana.cior...@nxp.com>; dsah...@gmail.com; Camelia > Alexandra Groza <camelia.gr...@nxp.com> > Subject: [PATCH v2 net-next 1/8] dpaa2-eth: Add basic XDP support > > We keep one XDP program reference per channel. The only actions > supported for now are XDP_DROP and XDP_PASS. > > Until now we didn't enforce a maximum size for Rx frames based > on MTU value. Change that, since for XDP mode we must ensure no > scatter-gather frames can be received. > > Signed-off-by: Ioana Radulescu <ruxandra.radule...@nxp.com>
Acked-by: Camelia Groza <camelia.gr...@nxp.com>