aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-12-03 21:49:23 +0000
committerDavid S. Miller <davem@davemloft.net>2022-12-03 21:49:23 +0000
commit32163491c0c205ffb1596baf9c308dee5338ae94 (patch)
treef57cc1bfc2ee3dcf4b695af928af8918af28415d /tools/perf/scripts/python/bin/stackcollapse-report
parentnet: ethernet: mtk_wed: fix sleep while atomic in mtk_wed_wo_queue_refill (diff)
parentr8169: enable GRO software interrupt coalescing per default (diff)
downloadlinux-32163491c0c205ffb1596baf9c308dee5338ae94.tar.gz
linux-32163491c0c205ffb1596baf9c308dee5338ae94.zip
Merge branch 'r8169-irq-coalesce'
Heiner Kallweit says: ==================== net: add and use netdev_sw_irq_coalesce_default_on() There are reports about r8169 not reaching full line speed on certain systems (e.g. SBC's) with a 2.5Gbps link. There was a time when hardware interrupt coalescing was enabled per default, but this was changed due to ASPM-related issues on few systems. Meanwhile we have sysfs attributes for controlling kind of "software interrupt coalescing" on the GRO level. However most distros and users don't know about it. So lets set a conservative default for both involved parameters. Users can still override the defaults via sysfs. Don't enable these settings on the fast ethernet chip versions, they are slow enough. Even with these conservative setting interrupt load on my 1Gbps test system reduced significantly. Follow Jakub's suggestion and put this functionality into net core so that other MAC drivers can reuse it. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
linux/commit/drivers/nfc/st21nfca/i2c.c?id=dfa8070d7f641e1fb1b5e5fe643faddfa4869e07&follow=1'>nfc: st21nfca: Add support for acpi probing for i2c device.Christophe Ricard1-1/+50 2015-12-29nfc: st-nci: Add support for acpi probing for spi device.Christophe Ricard1-0/+52 2015-12-29nfc: st-nci: Add support for acpi probing for i2c device.Christophe Ricard1-0/+53 2015-12-29nfc: st21nfca: Add macro for gpio nameChristophe Ricard1-2/+5 2015-12-29nfc: st-nci: Add macro for gpio nameChristophe Ricard2-4/+9 2015-12-29nfc: st21nfca: Group device table togetherChristophe Ricard1-7/+6 2015-12-29nfc: st-nci: Group device table togetherChristophe Ricard2-11/+12 2015-12-29nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard1-11/+0 2015-12-29nfc: nxp-nci: Remove #ifdef CONFIG_OFChristophe Ricard1-11/+0 2015-12-29nfc: st21nfca: Remove unneeded CONFIG_OF switchesChristophe Ricard1-9/+0 2015-12-29nfc: st-nci: Remove unneeded CONFIG_OF switchesChristophe Ricard2-18/+0 2015-12-29nfc: st-nci: Remove useless #include "ndlc.h"Christophe Ricard1-1/+0 2015-12-29NFC: trf7970a: use to_spi_deviceGeliang Tang1-4/+4 2015-12-29NFC: st95hf: Fix build errorShikha Singh1-4/+4