Re: [PATCH net-next v3 3/3] selftests: drv-net: Test that NAPI ID is non-zero

2025-04-23 Thread Jakub Kicinski
On Wed, 23 Apr 2025 17:06:05 -0700 Joe Damato wrote: > # Exception| Traceback (most recent call last): > # Exception| File > "/home/jdamato/code/net-next/tools/testing/selftests/net/lib/py/ksft.py", > line 223, in ksft_run > # Exception| case(*args) > # Exception| File > "/home/jdamato/c

Re: [PATCH net-next v3 3/3] selftests: drv-net: Test that NAPI ID is non-zero

2025-04-23 Thread Joe Damato
On Wed, Apr 23, 2025 at 04:16:12PM -0700, Jakub Kicinski wrote: > On Fri, 18 Apr 2025 01:37:05 + Joe Damato wrote: > > +bin_remote = cfg.remote.deploy(cfg.test_dir / "napi_id_helper") > > +listen_cmd = f"{bin_remote} {cfg.addr_v['4']} {port}" > > + > > +with bkg(listen_cmd, ksft_wai

Re: [PATCH net-next v3 3/3] selftests: drv-net: Test that NAPI ID is non-zero

2025-04-23 Thread Jakub Kicinski
On Fri, 18 Apr 2025 01:37:05 + Joe Damato wrote: > +bin_remote = cfg.remote.deploy(cfg.test_dir / "napi_id_helper") > +listen_cmd = f"{bin_remote} {cfg.addr_v['4']} {port}" > + > +with bkg(listen_cmd, ksft_wait=3) as server: Sorry, not sure how I misread v2 but you are running the