diff options
author | Jesper Dangaard Brouer <[email protected]> | 2018-05-31 11:00:23 +0200 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2018-06-03 08:11:35 -0700 |
commit | c1ece6b245bd12a57124da78abafbf8a511394d6 (patch) | |
tree | 98d1d3475a3b6ca67e1f6eaa65fb4774fa1950cd /scripts/bpf_helpers_doc.py | |
parent | 1e67575a5840908e33502b210a22509fe5d6ca53 (diff) |
bpf/xdp: devmap can avoid calling ndo_xdp_flush
The XDP_REDIRECT map devmap can avoid using ndo_xdp_flush, by instead
instructing ndo_xdp_xmit to flush via XDP_XMIT_FLUSH flag in
appropriate places.
Notice after this patch it is possible to remove ndo_xdp_flush
completely, as this is the last user of ndo_xdp_flush. This is left
for later patches, to keep driver changes separate.
Signed-off-by: Jesper Dangaard Brouer <[email protected]>
Acked-by: Song Liu <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions