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:   1341 MB/s  1091041 calls/s
# udp tx:   1773 MB/s    30079 calls/s  30079 msg/s
# udp rx:   1819 MB/s  1479357 calls/s
# udp tx:   1937 MB/s    32860 calls/s  32860 msg/s
# udp rx:   1827 MB/s  1485937 calls/s
# udp tx:   1936 MB/s    32843 calls/s  32843 msg/s
# UDP GRO fwd perf                        udp rx:   1500 MB/s  1220300 calls/s
# udp tx:   1653 MB/s    28047 calls/s  28047 msg/s
# udp rx:   1677 MB/s  1364434 calls/s
# udp tx:   1856 MB/s    31486 calls/s  31486 msg/s
# udp rx:   1685 MB/s  1371418 calls/s
# udp tx:   1949 MB/s    33060 calls/s  33060 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:   1100 MB/s   892503 calls/s
# udp tx:   1841 MB/s    31230 calls/s  31230 msg/s
# udp rx:   1661 MB/s  1348264 calls/s
# udp tx:   1814 MB/s    30768 calls/s  30768 msg/s
# udp rx:   1772 MB/s  1436854 calls/s
# udp tx:   1937 MB/s    32869 calls/s  32869 msg/s
# UDP GRO fwd perf                        udp rx:   1529 MB/s  1242776 calls/s
# udp tx:   1793 MB/s    30424 calls/s  30424 msg/s
# udp rx:   1658 MB/s  1346920 calls/s
# udp tx:   1756 MB/s    29798 calls/s  29798 msg/s
# udp rx:   1667 MB/s  1351531 calls/s
# udp tx:   1907 MB/s    32355 calls/s  32355 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__->