aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJason Wang <[email protected]>2017-07-19 16:54:48 +0800
committerDavid S. Miller <[email protected]>2017-07-24 13:37:00 -0700
commit4941d472bf95b4345d6e38906fcf354e74afa311 (patch)
tree4ec5fbe67190226d8402a1a73f42a4472079a3fb /tools/perf/scripts/python
parent192f68cf35f5eefe28ce8acbb9a3dfc747149b64 (diff)
virtio-net: do not reset during XDP set
We currently reset the device during XDP set, the main reason is that we allocate more headroom with XDP (for header adjustment). This works but causes network downtime for users. Previous patches encoded the headroom in the buffer context, this makes it possible to detect the case where a buffer with headroom insufficient for XDP is added to the queue and XDP is enabled afterwards. Upon detection, we handle this case by copying the packet (slow, but it's a temporary condition). Signed-off-by: Jason Wang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions