[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1543249591-14563-1-git-send-email-ruxandra.radulescu@nxp.com>
Date: Mon, 26 Nov 2018 16:27:28 +0000
From: Ioana Ciocoi Radulescu <ruxandra.radulescu@....com>
To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"davem@...emloft.net" <davem@...emloft.net>
CC: Ioana Ciornei <ioana.ciornei@....com>,
"dsahern@...il.com" <dsahern@...il.com>,
Camelia Alexandra Groza <camelia.groza@....com>
Subject: [PATCH v2 net-next 0/8] dpaa2-eth: Introduce XDP support
Add support for XDP programs. Only XDP_PASS, XDP_DROP and XDP_TX
actions are supported for now. Frame header changes are also
allowed.
v2: - count the XDP packets in the rx/tx inteface stats
- add message with the maximum supported MTU value for XDP
Ioana Radulescu (8):
dpaa2-eth: Add basic XDP support
dpaa2-eth: Allow XDP header adjustments
dpaa2-eth: Move function
dpaa2-eth: Release buffers back to pool on XDP_DROP
dpaa2-eth: Map Rx buffers as bidirectional
dpaa2-eth: Add support for XDP_TX
dpaa2-eth: Cleanup channel stats
dpaa2-eth: Add xdp counters
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 349 +++++++++++++++++++--
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h | 20 +-
.../net/ethernet/freescale/dpaa2/dpaa2-ethtool.c | 19 +-
3 files changed, 350 insertions(+), 38 deletions(-)
--
2.7.4
Powered by blists - more mailing lists