aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-11-17 14:56:16 +0000
committerDavid S. Miller <davem@davemloft.net>2021-11-17 14:56:16 +0000
commit17a7555bf21ce755219bf575b8a83adbf19580bd (patch)
treef65c3ea6e59bec67d28be3c77a713689433b0ff6 /tools/perf/scripts/python/export-to-postgresql.py
parentMerge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next (diff)
parentnet: no longer stop all TX queues in dev_watchdog() (diff)
downloadwireguard-linux-17a7555bf21ce755219bf575b8a83adbf19580bd.tar.xz
wireguard-linux-17a7555bf21ce755219bf575b8a83adbf19580bd.zip
Merge branch 'dev_watchdog-less-intrusive'
Eric Dumazet says: ==================== net: make dev_watchdog() less intrusive dev_watchdog() is used on many NIC to periodically monitor TX queues to detect hangs. Problem is : It stops all queues, then check them, then 'unfreeze' them. Not only this stops feeding the NIC, it also migrates all qdiscs to be serviced on the cpu calling netif_tx_unlock(), causing a potential latency artifact. With many TX queues, this is becoming more visible. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions