On Fri, 18 Apr 2025 01:37:05 +0000 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 helper locally. So you don't have to deploy it to the remote machine :(
BTW does removing the ksft_wait() from the binary work? Or does it cause trouble? Don't think we need to wait for anything in this case. With the XSK test we had to wait for the test to do the inspection before we unbound. Here once we get the connection we can just exit, no?