mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-03 01:21:34 +00:00
netifd: fix napi process name matching in packet steering script
Fixes CPU usage imbalance on some devices using threaded NAPI Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 67a4aeef6c63e5836bd6b82faf6cc15934869efb)
This commit is contained in:
parent
93cdb10411
commit
e7cd87e72d
@ -87,7 +87,7 @@ function set_netdev_cpu(dev, cpu) {
|
||||
|
||||
function task_device_match(name, device)
|
||||
{
|
||||
let napi_match = match(name, /napi\/([^-+])-\d+/);
|
||||
let napi_match = match(name, /napi\/([^-]*)-\d+/);
|
||||
if (!napi_match)
|
||||
napi_match = match(name, /mt76-tx (phy\d+)/);
|
||||
if (napi_match &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user