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:   1531 MB/s  1242897 calls/s
# udp tx:   1927 MB/s    32698 calls/s  32698 msg/s
# udp rx:   1683 MB/s  1366232 calls/s
# udp tx:   1969 MB/s    33406 calls/s  33406 msg/s
# udp rx:   1910 MB/s  1554750 calls/s
# udp tx:   1925 MB/s    32659 calls/s  32659 msg/s
# UDP GRO fwd perf                        udp rx:   1803 MB/s  1467110 calls/s
# udp tx:   1891 MB/s    32080 calls/s  32080 msg/s
# udp rx:   1916 MB/s  1559446 calls/s
# udp tx:   1934 MB/s    32805 calls/s  32805 msg/s
# udp rx:   1920 MB/s  1562749 calls/s
# udp tx:   1939 MB/s    32890 calls/s  32890 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:   1596 MB/s  1293613 calls/s
# udp tx:   1912 MB/s    32445 calls/s  32445 msg/s
# udp rx:   1787 MB/s  1449513 calls/s
# udp tx:   1922 MB/s    32615 calls/s  32615 msg/s
# udp rx:   1787 MB/s  1451261 calls/s
# udp tx:   1901 MB/s    32253 calls/s  32253 msg/s
# UDP GRO fwd perf                        udp rx:   1561 MB/s  1267025 calls/s
# udp tx:   1850 MB/s    31394 calls/s  31394 msg/s
# udp rx:   1718 MB/s  1395024 calls/s
# udp tx:   1874 MB/s    31792 calls/s  31792 msg/s
# udp rx:   1757 MB/s  1427933 calls/s
# udp tx:   1849 MB/s    31364 calls/s  31364 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__->