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:   1733 MB/s  1411099 calls/s
# udp tx:   1883 MB/s    31939 calls/s  31939 msg/s
# udp rx:   1405 MB/s  1142815 calls/s
# udp tx:   1928 MB/s    32705 calls/s  32705 msg/s
# udp rx:   1643 MB/s  1335996 calls/s
# udp tx:   1878 MB/s    31863 calls/s  31863 msg/s
# UDP GRO fwd perf                        udp rx:   1432 MB/s  1165178 calls/s
# udp tx:   1856 MB/s    31486 calls/s  31486 msg/s
# udp rx:   1889 MB/s  1537209 calls/s
# udp tx:   1977 MB/s    33542 calls/s  33542 msg/s
# udp rx:   1648 MB/s  1340935 calls/s
# udp tx:   2008 MB/s    34061 calls/s  34061 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:   1164 MB/s   947318 calls/s
# udp tx:   1574 MB/s    26699 calls/s  26699 msg/s
# udp rx:   1722 MB/s  1399233 calls/s
# udp tx:   1863 MB/s    31614 calls/s  31614 msg/s
# udp rx:   1849 MB/s  1501388 calls/s
# udp tx:   1916 MB/s    32497 calls/s  32497 msg/s
# UDP GRO fwd perf                        udp rx:   1762 MB/s  1430886 calls/s
# udp tx:   1906 MB/s    32339 calls/s  32339 msg/s
# udp rx:   1834 MB/s  1488805 calls/s
# udp tx:   1917 MB/s    32526 calls/s  32526 msg/s
# udp rx:   1825 MB/s  1482211 calls/s
# udp tx:   1898 MB/s    32193 calls/s  32193 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__->