make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro.sh TEST_GEEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro.sh
# 0.00 [+0.00] ipv4
# 0.00 [+0.00]  no GRO                                  ok
# 0.20 [+0.20]  no GRO chk cmsg                         ok
# 0.41 [+0.21]  GRO                                     ok
# 0.62 [+0.21]  GRO chk cmsg                            ok
# 0.83 [+0.20]  GRO with custom segment size            ok
# 1.03 [+0.21]  GRO with custom segment size cmsg       ok
# 1.25 [+0.21]  bad GRO lookup                          ok
# 1.51 [+0.27]  multiple GRO socks                      ok
# 1.75 [+0.24] ipv6
# 1.75 [+0.00]  no GRO                                  ok
# 1.96 [+0.21]  no GRO chk cmsg                         ok
# 2.18 [+0.22]  GRO                                     ok
# 2.40 [+0.22]  GRO chk cmsg                            ok
# 2.63 [+0.22]  GRO with custom segment size            ok
# 2.83 [+0.21]  GRO with custom segment size cmsg       ok
# 3.05 [+0.22]  bad GRO lookup                          ok
# 3.28 [+0.23]  multiple GRO socks                      ok
ok 1 selftests: net: udpgro.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->