OSDN Git Service

Merge branch 'dpaa2-eth-Introduce-XDP-support'
authorDavid S. Miller <davem@davemloft.net>
Wed, 28 Nov 2018 18:57:46 +0000 (10:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Nov 2018 18:57:46 +0000 (10:57 -0800)
Ioana Ciocoi Radulescu says:

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

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

Trivial merge