On Thu, Aug 14, 2025 at 06:33:14PM -0700, Jakub Kicinski wrote:
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
Somehow I missed sending this out with the fix series.
CC: joe@dama.to CC: shuah@kernel.org CC: linux-kselftest@vger.kernel.org
.../selftests/drivers/net/napi_threaded.py | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-)
Reviewed-by: Joe Damato joe@dama.to