summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2025-08-14 18:33:14 -0700
committerPaolo Abeni <pabeni@redhat.com>2025-08-19 15:46:04 +0200
commit0283b8f134e499a51bb972403eb47cda6b960f7c (patch)
tree2fa1522f18f3deca20a3fd6c75bb640676b1a37b /tools/perf/scripts/python/net_dropmonitor.py
parent730ff06d3f5cc2ce0348414b78c10528b767d4a3 (diff)
downloadkernel-0283b8f134e499a51bb972403eb47cda6b960f7c.tar.gz
selftests: drv-net: test the napi init state
Test that threaded state (in the persistent NAPI config) gets updated even when NAPI with given ID is not allocated at the time. This test is validating commit ccba9f6baa90 ("net: update NAPI threaded config even for disabled NAPIs"). Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Joe Damato <joe@dama.to> Link: https://patch.msgid.link/20250815013314.2237512-1-kuba@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
4a70461bbf3e5c0770893feb0a49292'>arm64: rework FPAC exception handlingMark Rutland 2022-09-16arm64: consistently pass ESR_ELx to die()Mark Rutland 2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker 2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker 2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2022-05-20Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas 2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei 2022-04-22arm64/sme: Implement traps and syscall handling for SMEMark Brown 2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers 2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2022-02-22arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryPeter Collingbourne 2022-02-19arm64: Support PREEMPT_DYNAMICMark Rutland 2022-02-19arm64: entry: Centralize preemption decisionMark Rutland 2021-12-01arm64: Snapshot thread flagsMark Rutland 2021-10-26irq: arm64: perform irqentry in entry codeMark Rutland 2021-08-05arm64: entry: call exit_to_user_mode() from CMark Rutland 2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland 2021-08-05arm64: entry: clarify entry/exit helpersMark Rutland 2021-08-05arm64: entry: consolidate entry/exit helpersMark Rutland 2021-07-15arm64: entry: add missing noinstrMark Rutland 2021-06-07arm64: entry: make NMI entry/exit functions staticMark Rutland 2021-06-07arm64: entry: split SDEI entryMark Rutland 2021-06-07arm64: entry: split bad stack entryMark Rutland 2021-06-07arm64: entry: fold el1_inv() into el1h_64_sync_handler()Mark Rutland 2021-06-07arm64: entry: handle all vectors with CMark Rutland 2021-06-07arm64: entry: improve bad_mode()Mark Rutland 2021-06-07arm64: entry: move bad_mode() to entry-common.cMark Rutland 2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland 2021-06-07arm64: entry: move NMI preempt logic to CMark Rutland 2021-06-07arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland 2021-06-07arm64: entry: convert SError handlers to CMark Rutland 2021-06-07arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland 2021-05-05arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland 2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino