mbox series

[v2,0/2] dpaa2-eth: add XDP_REDIRECT support

Message ID 1551462396-5115-1-git-send-email-ioana.ciornei@nxp.com
Headers show
Series dpaa2-eth: add XDP_REDIRECT support | expand

Message

Ioana Ciornei March 1, 2019, 5:47 p.m. UTC
The first patch adds different software annotation types for Tx frames
depending on frame type while the second one actually adds support for basic
XDP_REDIRECT.

Changes in v2:
  - add missing xdp_do_flush_map() call

Ioana Radulescu (2):
  dpaa2-eth: Add software annotation types
  dpaa2-eth: add XDP_REDIRECT support

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c   | 209 ++++++++++++++++++---
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h   |  38 +++-
 .../net/ethernet/freescale/dpaa2/dpaa2-ethtool.c   |   1 +
 3 files changed, 214 insertions(+), 34 deletions(-)

Comments

David Miller March 4, 2019, 4:41 a.m. UTC | #1
From: Ioana Ciornei <ioana.ciornei@nxp.com>
Date: Fri, 1 Mar 2019 17:47:23 +0000

> The first patch adds different software annotation types for Tx frames
> depending on frame type while the second one actually adds support for basic
> XDP_REDIRECT.
> 
> Changes in v2:
>   - add missing xdp_do_flush_map() call

Series applied, thanks.