aboutsummaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorJason Wang <[email protected]>2018-04-13 14:58:25 +0800
committerDavid S. Miller <[email protected]>2018-04-13 11:26:40 -0400
commit9267c430c6b6f4c0120e3c6bb847313d633f02a6 (patch)
tree2626b951ac295e8dbf8f156fbc2d63fd281514d9 /scripts/stackusage
parent2290482379278e0254e6edfdb681d88359143fd1 (diff)
virtio-net: add missing virtqueue kick when flushing packets
We tends to batch submitting packets during XDP_TX. This requires to kick virtqueue after a batch, we tried to do it through xdp_do_flush_map() which only makes sense for devmap not XDP_TX. So explicitly kick the virtqueue in this case. Reported-by: Kimitoshi Takahashi <[email protected]> Tested-by: Kimitoshi Takahashi <[email protected]> Cc: Daniel Borkmann <[email protected]> Fixes: 186b3c998c50 ("virtio-net: support XDP_REDIRECT") Signed-off-by: Jason Wang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions