summaryrefslogtreecommitdiff
path: root/tools/testing/vma/include/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorKevin Hao <haokexin@gmail.com>2026-04-02 21:41:22 +0800
committerJakub Kicinski <kuba@kernel.org>2026-04-03 15:51:04 -0700
commitdc3bd465ea36af7fd6f9197c05353effc616145c (patch)
tree0c1b93d72a304b2b0ddc42b25c48daaef07f6c4b /tools/testing/vma/include/git@git.tavy.me:linux.git
parent779fae61a3c84bf5a086509558eb5b432fa5ab62 (diff)
net: macb: Replace open-coded implementation with napi_schedule()
The driver currently duplicates the logic of napi_schedule() primarily to include additional debug information. However, these debug details are not essential for a specific driver and can be effectively obtained through existing tracepoints in the networking core, such as /sys/kernel/tracing/events/napi/napi_poll. Therefore, this patch replaces the open-coded implementation with napi_schedule() to simplify the driver's code. Signed-off-by: Kevin Hao <haokexin@gmail.com> Link: https://patch.msgid.link/20260402-macb-irq-v2-1-942d98ab1154@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/vma/include/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions