linux/net/devlink
Marco Crivellari 5fd8bb982e net: replace use of system_wq with system_percpu_wq
Currently if a user enqueue a work item using schedule_delayed_work() the
used wq is "system_wq" (per-cpu wq) while queue_delayed_work() use
WORK_CPU_UNBOUND (used when a cpu is not specified). The same applies to
schedule_work() that is using system_wq and queue_work(), that makes use
again of WORK_CPU_UNBOUND.

This lack of consistentcy cannot be addressed without refactoring the API.

system_unbound_wq should be the default workqueue so as not to enforce
locality constraints for random work whenever it's not required.

Adding system_dfl_wq to encourage its use when unbound work should be used.

The old system_unbound_wq will be kept for a few release cycles.

Suggested-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
Link: https://patch.msgid.link/20250918142427.309519-3-marco.crivellari@suse.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-09-22 17:40:30 -07:00
..
core.c net: replace use of system_wq with system_percpu_wq 2025-09-22 17:40:30 -07:00
dev.c
devl_internal.h
dpipe.c
health.c devlink: Make health reporter burst period configurable 2025-08-26 17:24:16 -07:00
linecard.c
Makefile
netlink.c
netlink_gen.c devlink: Make health reporter burst period configurable 2025-08-26 17:24:16 -07:00
netlink_gen.h
param.c devlink: Add a 'num_doorbells' driverinit param 2025-09-17 18:30:51 -07:00
port.c devlink/port: Check attributes early and constify 2025-08-14 17:35:20 -07:00
rate.c devlink rate: Remove unnecessary 'static' from a couple places 2025-09-18 07:47:18 -07:00
region.c
resource.c
sb.c
trap.c