diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-08-14 08:35:21 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-08-15 19:07:12 -0700 |
commit | cf74eb5a5bc867258e7d0b0d1c3c4a60e1e3de2f (patch) | |
tree | 9f83f15073de84b5a0d959c59a5235cc0951df56 /net/core/dev.c | |
parent | 3bfdcc324a04ba27f3fd2a6633c53de1758e7b6a (diff) | |
download | linux-cf74eb5a5bc867258e7d0b0d1c3c4a60e1e3de2f.tar.gz linux-cf74eb5a5bc867258e7d0b0d1c3c4a60e1e3de2f.tar.bz2 linux-cf74eb5a5bc867258e7d0b0d1c3c4a60e1e3de2f.zip |
eth: r8152: try to use a normal budget
Mario reports that loading r8152 on his system leads to a:
netif_napi_add_weight() called with weight 256
warning getting printed. We don't have any solid data
on why such high budget was chosen, and it may cause
stalls in processing other softirqs and rt threads.
So try to switch back to the default (64) weight.
If this slows down someone's system we should investigate
which part of stopping starting the NAPI poll in this
driver are expensive.
Reported-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/all/0bfd445a-81f7-f702-08b0-bd5a72095e49@amd.com/
Acked-by: Hayes Wang <hayeswang@realtek.com>
Link: https://lore.kernel.org/r/20230814153521.2697982-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions