aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorWei Wang <[email protected]>2021-02-08 11:34:09 -0800
committerDavid S. Miller <[email protected]>2021-02-09 15:27:28 -0800
commit29863d41bb6e1d969c62fdb15b0961806942960e (patch)
treee54c1a792696d1f5bbfdbdfe91abdbcdf382d8ef /tools/perf/scripts/python/check-perf-trace.py
parent898f8015ffe74118e7b461827451f2cc6e51035b (diff)
net: implement threaded-able napi poll loop support
This patch allows running each napi poll loop inside its own kernel thread. The kthread is created during netif_napi_add() if dev->threaded is set. And threaded mode is enabled in napi_enable(). We will provide a way to set dev->threaded and enable threaded mode without a device up/down in the following patch. Once that threaded mode is enabled and the kthread is started, napi_schedule() will wake-up such thread instead of scheduling the softirq. The threaded poll loop behaves quite likely the net_rx_action, but it does not have to manipulate local irqs and uses an explicit scheduling point based on netdev_budget. Co-developed-by: Paolo Abeni <[email protected]> Signed-off-by: Paolo Abeni <[email protected]> Co-developed-by: Hannes Frederic Sowa <[email protected]> Signed-off-by: Hannes Frederic Sowa <[email protected]> Co-developed-by: Jakub Kicinski <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: Wei Wang <[email protected]> Reviewed-by: Alexander Duyck <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions