Merge branch 'dpaa2-eth-add-XDP_REDIRECT-support'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2019 04:41:18 +0000 (20:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2019 04:41:18 +0000 (20:41 -0800)
commita5f1512d0b860ce0dfea684d953898a4803e6b4a
tree12923e831755129843737322963c37ff0bf5e4fe
parent3cec12ce5ad67ed6f59ed86ef51b393c35cd376b
parentd678be1dc1ec59eee1f733ff603f601469ff368d
Merge branch 'dpaa2-eth-add-XDP_REDIRECT-support'

Ioana Ciornei says:

====================
dpaa2-eth: add XDP_REDIRECT support

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>