commit | 42421a56541a3b0fb6656406b657ad4686cdaaeb | [log] [tgz] |
---|---|---|
author | Jesper Dangaard Brouer <brouer@redhat.com> | Tue Jun 05 13:55:45 2018 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Jun 05 14:03:16 2018 +0200 |
tree | 37dd621efcbd4d793b1332a23355d12f3a45bdc8 | |
parent | 16ec025aa5077144747c97a1e40635f547457a95 [diff] |
tun: remove ndo_xdp_flush call tun_xdp_flush Remove the ndo_xdp_flush call implementation tun_xdp_flush as no callers of ndo_xdp_flush are left. The tun drivers XDP_TX implementation also used tun_xdp_flush (and tun_xdp_xmit). This is easily solved by passing the XDP_XMIT_FLUSH flag to tun_xdp_xmit in tun_xdp_tx. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>