Re: [PATCH net-next v2 0/4] selftest: net: Add selftest for netpoll

2025-06-26 Thread Simon Horman
On Wed, Jun 25, 2025 at 02:46:04PM -0700, Jakub Kicinski wrote: > On Wed, 25 Jun 2025 19:43:46 +0100 Simon Horman wrote: > > # # Exception| Traceback (most recent call last): > > # # Exception| File > > "/home/virtme/testing-17/tools/testing/selftests/net/lib/py/ksft.py", line > > 243, in ksft_

Re: [PATCH net-next v2 0/4] selftest: net: Add selftest for netpoll

2025-06-25 Thread Jakub Kicinski
On Wed, 25 Jun 2025 19:43:46 +0100 Simon Horman wrote: > # # Exception| Traceback (most recent call last): > # # Exception| File > "/home/virtme/testing-17/tools/testing/selftests/net/lib/py/ksft.py", line > 243, in ksft_run > # # Exception| case(*args) > # # Exception| File > "/home/vir

Re: [PATCH net-next v2 0/4] selftest: net: Add selftest for netpoll

2025-06-25 Thread Simon Horman
+ Stan On Wed, Jun 25, 2025 at 04:39:45AM -0700, Breno Leitao wrote: > I am submitting a new selftest for the netpoll subsystem specifically > targeting the case where the RX is polling in the TX path, which is > a case that we don't have any test in the tree today. This is done when > netpoll_pol

[PATCH net-next v2 0/4] selftest: net: Add selftest for netpoll

2025-06-25 Thread Breno Leitao
I am submitting a new selftest for the netpoll subsystem specifically targeting the case where the RX is polling in the TX path, which is a case that we don't have any test in the tree today. This is done when netpoll_poll_dev() called, and this test creates a scenario when that is probably. The t