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:   1719 MB/s  1398882 calls/s
# udp tx:   1867 MB/s    31669 calls/s  31669 msg/s
# udp rx:   1868 MB/s  1521371 calls/s
# udp tx:   1941 MB/s    32923 calls/s  32923 msg/s
# udp rx:   1930 MB/s  1571711 calls/s
# udp tx:   1939 MB/s    32890 calls/s  32890 msg/s
# UDP GRO fwd perf                        udp rx:   1565 MB/s  1272228 calls/s
# udp tx:   1855 MB/s    31464 calls/s  31464 msg/s
# udp rx:   1823 MB/s  1482573 calls/s
# udp tx:   1912 MB/s    32439 calls/s  32439 msg/s
# udp rx:   1780 MB/s  1448716 calls/s
# udp tx:   1850 MB/s    31393 calls/s  31393 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:    966 MB/s   785788 calls/s
# udp tx:   1144 MB/s    19409 calls/s  19409 msg/s
# udp rx:   1068 MB/s   868782 calls/s
# udp tx:   1204 MB/s    20428 calls/s  20428 msg/s
# udp rx:   1135 MB/s   924614 calls/s
# udp tx:   1209 MB/s    20510 calls/s  20510 msg/s
# UDP GRO fwd perf                        udp rx:   1668 MB/s  1356728 calls/s
# udp tx:   1802 MB/s    30569 calls/s  30569 msg/s
# udp rx:   1750 MB/s  1422700 calls/s
# udp tx:   1821 MB/s    30886 calls/s  30886 msg/s
# udp rx:   1752 MB/s  1420899 calls/s
# udp tx:   1892 MB/s    32106 calls/s  32106 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__->