aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorXuan Zhuo <[email protected]>2021-03-10 10:24:45 +0800
committerDavid S. Miller <[email protected]>2021-03-10 12:45:14 -0800
commit97c2c69e1926260c78c7f1c0b2c987934f1dc7a1 (patch)
treea74a737cc75efcf3a1a7c7b21df03caf79d954e6 /tools/perf/scripts/python/stackcollapse.py
parent0bb3262c0248d44aea3be31076f44beb82a7b120 (diff)
virtio-net: support XDP when not more queues
The number of queues implemented by many virtio backends is limited, especially some machines have a large number of CPUs. In this case, it is often impossible to allocate a separate queue for XDP_TX/XDP_REDIRECT, then xdp cannot be loaded to work, even xdp does not use the XDP_TX/XDP_REDIRECT. This patch allows XDP_TX/XDP_REDIRECT to run by reuse the existing SQ with __netif_tx_lock() hold when there are not enough queues. Signed-off-by: Xuan Zhuo <[email protected]> Reviewed-by: Dust Li <[email protected]> Acked-by: Jason Wang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions