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:   1751 MB/s  1425167 calls/s
# udp tx:   1912 MB/s    32445 calls/s  32445 msg/s
# udp rx:   1381 MB/s  1124081 calls/s
# udp tx:   1941 MB/s    32932 calls/s  32932 msg/s
# udp rx:   1880 MB/s  1530860 calls/s
# udp tx:   1925 MB/s    32655 calls/s  32655 msg/s
# UDP GRO fwd perf                        udp rx:   1837 MB/s  1495984 calls/s
# udp tx:   1921 MB/s    32582 calls/s  32582 msg/s
# udp rx:   1914 MB/s  1558406 calls/s
# udp tx:   1921 MB/s    32598 calls/s  32598 msg/s
# udp rx:   1920 MB/s  1563722 calls/s
# udp tx:   1926 MB/s    32672 calls/s  32672 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:   1672 MB/s  1357968 calls/s
# udp tx:   1905 MB/s    32326 calls/s  32326 msg/s
# udp rx:   1824 MB/s  1481185 calls/s
# udp tx:   1910 MB/s    32396 calls/s  32396 msg/s
# udp rx:   1822 MB/s  1478495 calls/s
# udp tx:   1914 MB/s    32469 calls/s  32469 msg/s
# UDP GRO fwd perf                        udp rx:   1682 MB/s  1365126 calls/s
# udp tx:   1909 MB/s    32379 calls/s  32379 msg/s
# udp rx:   1602 MB/s  1299751 calls/s
# udp tx:   1917 MB/s    32516 calls/s  32516 msg/s
# udp rx:   1832 MB/s  1486053 calls/s
# udp tx:   1928 MB/s    32708 calls/s  32708 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__->