Merge branch 'xdp-flush'
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2018 05:27:52 +0000 (14:27 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2018 05:27:52 +0000 (14:27 +0900)
commit12bd45b3a9fd6988444fdeb998750ee8ffaaf11b
treec26c51c7399a96e4e3e417c04a4bd54e78895c1f
parentfec9d3b1dc4c481f20f5d2f5aef3ad1cb7504186
parent2471c75efed32529698c26da499954f0253cb401
Merge branch 'xdp-flush'

Jesper Dangaard Brouer says:

====================
xdp: don't mix XDP_TX and XDP_REDIRECT flush ops

Fix driver logic that are combining XDP_TX flush and XDP_REDIRECT map
flushing.  These are two different XDP xmit modes, and it is clearly
wrong to invoke both types of flush operations when only one of the
XDP xmit modes is used.
====================

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