Merge branch 'bpf-xdp-remove-xdp-flush'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 5 Jun 2018 12:03:17 +0000 (14:03 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 5 Jun 2018 12:03:17 +0000 (14:03 +0200)
commit763f9b414a0b92d6c0edc28030e80658f773634b
tree96a090754d90078b43b2797a1db3bece013d2a86
parent68565a1af9f7012e6f2fe2bdd612f67d2d830c28
parent189454e868c45ce3476bfac03ace921dec34208a
Merge branch 'bpf-xdp-remove-xdp-flush'

Jesper Dangaard Brouer says:

====================
This patchset removes the net_device operation ndo_xdp_flush() call.
This is a follow merge commit ea9916ea3ed9 ("Merge branch
'ndo_xdp_xmit-cleanup'").  As after commit c1ece6b245bd ("bpf/xdp:
devmap can avoid calling ndo_xdp_flush") no callers of ndo_xdp_flush
are left in bpf-next tree.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>