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:   1638 MB/s  1332252 calls/s
# udp tx:   1909 MB/s    32391 calls/s  32391 msg/s
# udp rx:   1746 MB/s  1420524 calls/s
# udp tx:   1949 MB/s    33064 calls/s  33064 msg/s
# udp rx:   1641 MB/s  1335006 calls/s
# udp tx:   1945 MB/s    33003 calls/s  33003 msg/s
# UDP GRO fwd perf                        udp rx:   1069 MB/s   870015 calls/s
# udp tx:   1890 MB/s    32058 calls/s  32058 msg/s
# udp rx:   1609 MB/s  1309242 calls/s
# udp tx:   1950 MB/s    33081 calls/s  33081 msg/s
# udp rx:   1728 MB/s  1405628 calls/s
# udp tx:   1816 MB/s    30813 calls/s  30813 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:    744 MB/s   606181 calls/s
# udp tx:   1031 MB/s    17503 calls/s  17503 msg/s
# udp rx:   1147 MB/s   933999 calls/s
# udp tx:   1160 MB/s    19677 calls/s  19677 msg/s
# udp rx:   1138 MB/s   926811 calls/s
# udp tx:   1160 MB/s    19687 calls/s  19687 msg/s
# UDP GRO fwd perf                        udp rx:   1327 MB/s  1077486 calls/s
# udp tx:   1908 MB/s    32376 calls/s  32376 msg/s
# udp rx:   1661 MB/s  1348752 calls/s
# udp tx:   1756 MB/s    29799 calls/s  29799 msg/s
# udp rx:   1719 MB/s  1396219 calls/s
# udp tx:   1821 MB/s    30887 calls/s  30887 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__->