make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_GEN_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_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1422 MB/s  1156893 calls/s
# udp tx:   1805 MB/s    30618 calls/s  30618 msg/s
# udp rx:   1291 MB/s  1051143 calls/s
# udp tx:   1350 MB/s    22913 calls/s  22913 msg/s
# udp rx:   1103 MB/s   898469 calls/s
# udp tx:   1330 MB/s    22565 calls/s  22565 msg/s
# UDP GRO fwd perf                        udp rx:   1260 MB/s  1025599 calls/s
# udp tx:   1327 MB/s    22507 calls/s  22507 msg/s
# udp rx:   1340 MB/s  1091470 calls/s
# udp tx:   1349 MB/s    22880 calls/s  22880 msg/s
# udp rx:   1339 MB/s  1090155 calls/s
# udp tx:   1350 MB/s    22912 calls/s  22912 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:    950 MB/s   771370 calls/s
# udp tx:   1733 MB/s    29393 calls/s  29393 msg/s
# udp rx:   1793 MB/s  1456555 calls/s
# udp tx:   1899 MB/s    32221 calls/s  32221 msg/s
# udp rx:   1817 MB/s  1474563 calls/s
# udp tx:   1925 MB/s    32664 calls/s  32664 msg/s
# UDP GRO fwd perf                        udp rx:   1511 MB/s  1228167 calls/s
# udp tx:   1792 MB/s    30403 calls/s  30403 msg/s
# udp rx:   1606 MB/s  1303244 calls/s
# udp tx:   1854 MB/s    31450 calls/s  31450 msg/s
# udp rx:   1815 MB/s  1472421 calls/s
# udp tx:   1937 MB/s    32859 calls/s  32859 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
ok 1 selftests: net: udpgro_fwd.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__->