make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1471 MB/s  1195161 calls/s
# udp tx:   1817 MB/s    30823 calls/s  30823 msg/s
# udp rx:   1820 MB/s  1480445 calls/s
# udp tx:   1855 MB/s    31466 calls/s  31466 msg/s
# udp rx:   1888 MB/s  1536862 calls/s
# udp tx:   1903 MB/s    32285 calls/s  32285 msg/s
# UDP GRO fwd perf                        udp rx:   1084 MB/s   880481 calls/s
# udp tx:   1358 MB/s    23036 calls/s  23036 msg/s
# udp rx:    899 MB/s   729221 calls/s
# udp tx:   1255 MB/s    21296 calls/s  21296 msg/s
# udp rx:   1039 MB/s   843542 calls/s
# udp tx:   1250 MB/s    21216 calls/s  21216 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:   1331 MB/s  1079503 calls/s
# udp tx:   1856 MB/s    31490 calls/s  31490 msg/s
# udp rx:   1092 MB/s   885635 calls/s
# udp tx:   1784 MB/s    30262 calls/s  30262 msg/s
# udp rx:   1662 MB/s  1346965 calls/s
# udp tx:   1925 MB/s    32651 calls/s  32651 msg/s
# UDP GRO fwd perf                        udp rx:   1517 MB/s  1231591 calls/s
# udp tx:   1854 MB/s    31459 calls/s  31459 msg/s
# udp rx:   1592 MB/s  1289830 calls/s
# udp tx:   1912 MB/s    32435 calls/s  32435 msg/s
# udp rx:   1664 MB/s  1347960 calls/s
# udp tx:   1922 MB/s    32610 calls/s  32610 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__->