From mboxrd@z Thu Jan 1 00:00:00 1970 From: Camelia Alexandra Groza Subject: RE: [PATCH v2 net-next 1/8] dpaa2-eth: Add basic XDP support Date: Tue, 27 Nov 2018 15:45:28 +0000 Message-ID: References: <1543249591-14563-1-git-send-email-ruxandra.radulescu@nxp.com> <1543249591-14563-2-git-send-email-ruxandra.radulescu@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: Ioana Ciornei , "dsahern@gmail.com" To: Ioana Ciocoi Radulescu , "netdev@vger.kernel.org" , "davem@davemloft.net" Return-path: Received: from mail-eopbgr130043.outbound.protection.outlook.com ([40.107.13.43]:60592 "EHLO EUR01-HE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726524AbeK1Cnu (ORCPT ); Tue, 27 Nov 2018 21:43:50 -0500 In-Reply-To: <1543249591-14563-2-git-send-email-ruxandra.radulescu@nxp.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: > -----Original Message----- > From: Ioana Ciocoi Radulescu > Sent: Monday, November 26, 2018 18:27 > To: netdev@vger.kernel.org; davem@davemloft.net > Cc: Ioana Ciornei ; dsahern@gmail.com; Camelia > Alexandra Groza > Subject: [PATCH v2 net-next 1/8] dpaa2-eth: Add basic XDP support >=20 > We keep one XDP program reference per channel. The only actions > supported for now are XDP_DROP and XDP_PASS. >=20 > 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. >=20 > Signed-off-by: Ioana Radulescu Acked-by: Camelia Groza