On Wed, May 29, 2024 at 11:15:59PM +0800, Po-Hsu Lin wrote: > Since upstream commit 4acffb66 "selftests: net: explicitly wait for > listener ready", the net_helper.sh from commit 3bdd9fd2 "selftests/net: > synchronize udpgro tests' tx and rx connection" will be needed. > > Otherwise selftests/net/udpgro_fwd.sh will complain about: > $ sudo ./udpgro_fwd.sh > ./udpgro_fwd.sh: line 4: net_helper.sh: No such file or directory > IPv4 > No GRO ./udpgro_fwd.sh: line 134: wait_local_port_listen: command not found > > Patch "selftests/net: synchronize udpgro tests' tx and rx connection" adds > the missing net_helper.sh. Context adjustment is needed for applying this > patch, as the BPF_FILE is different in 6.6.y > > Patch "selftests: net: Remove executable bits from library scripts" fixes > the script permission. > > Patch "selftests: net: included needed helper in the install targets" and > "selftests: net: List helper scripts in TEST_FILES Makefile variable" will > add this helper to the Makefile and fix the installation, lib.sh needs to > be ignored for them. All now queued up, thanks. greg k-h