Re: [PATCH net-next 1/2] selftests: net-drv: exercise queue stats when the device is down

2024-07-29 Thread Jakub Kicinski
On Mon, 29 Jul 2024 15:10:41 -0700 Stanislav Fomichev wrote: > Verify that total device stats don't decrease after it has been turned down. > Also make sure the device doesn't crash when we access per-queue stats > when it's down (in case it tries to access some pointers that are NULL). > > KTAP v

[PATCH net-next 1/2] selftests: net-drv: exercise queue stats when the device is down

2024-07-29 Thread Stanislav Fomichev
Verify that total device stats don't decrease after it has been turned down. Also make sure the device doesn't crash when we access per-queue stats when it's down (in case it tries to access some pointers that are NULL). KTAP version 1 1..5 ok 1 stats.check_pause ok 2 stats.check_fec ok 3 stats.pk