Re: [PATCH net-next v2 4/4] selftests: net: add netpoll basic functionality test

2025-06-26 Thread Breno Leitao
On Thu, Jun 26, 2025 at 12:31:10PM -0400, Willem de Bruijn wrote: > Breno Leitao wrote: > > Add a basic selftest for the netpoll polling mechanism, specifically > > targeting the netpoll poll() side. > > > > The test creates a scenario where network transmission is running at > > maximum speed, an

Re: [PATCH net-next v2 4/4] selftests: net: add netpoll basic functionality test

2025-06-26 Thread Willem de Bruijn
Breno Leitao wrote: > Add a basic selftest for the netpoll polling mechanism, specifically > targeting the netpoll poll() side. > > The test creates a scenario where network transmission is running at > maximum speed, and netpoll needs to poll the NIC. This is achieved by: > > 1. Configuring a

Re: [PATCH net-next v2 4/4] selftests: net: add netpoll basic functionality test

2025-06-26 Thread Breno Leitao
On Wed, Jun 25, 2025 at 03:09:19PM -0700, Jakub Kicinski wrote: > On Wed, 25 Jun 2025 04:39:49 -0700 Breno Leitao wrote: > > +raise KsftSkipEx("netpoll_poll_dev() was not called. Skipping test") > > Let's make this an Xfail. Looks like the condition doesn't trigger > in VM testing :( Exactly

Re: [PATCH net-next v2 4/4] selftests: net: add netpoll basic functionality test

2025-06-26 Thread Simon Horman
On Wed, Jun 25, 2025 at 04:39:49AM -0700, Breno Leitao wrote: > Add a basic selftest for the netpoll polling mechanism, specifically > targeting the netpoll poll() side. > > The test creates a scenario where network transmission is running at > maximum speed, and netpoll needs to poll the NIC. Thi

Re: [PATCH net-next v2 4/4] selftests: net: add netpoll basic functionality test

2025-06-25 Thread Jakub Kicinski
On Wed, 25 Jun 2025 04:39:49 -0700 Breno Leitao wrote: > +raise KsftSkipEx("netpoll_poll_dev() was not called. Skipping test") Let's make this an Xfail. Looks like the condition doesn't trigger in VM testing :(

[PATCH net-next v2 4/4] selftests: net: add netpoll basic functionality test

2025-06-25 Thread Breno Leitao
Add a basic selftest for the netpoll polling mechanism, specifically targeting the netpoll poll() side. The test creates a scenario where network transmission is running at maximum speed, and netpoll needs to poll the NIC. This is achieved by: 1. Configuring a single RX/TX queue to create conte