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:   1254 MB/s  1021174 calls/s
# udp tx:   1883 MB/s    31942 calls/s  31942 msg/s
# udp rx:   1648 MB/s  1341742 calls/s
# udp tx:   1929 MB/s    32728 calls/s  32728 msg/s
# udp rx:   1782 MB/s  1450873 calls/s
# udp tx:   1947 MB/s    33036 calls/s  33036 msg/s
# UDP GRO fwd perf                        udp rx:   1738 MB/s  1415328 calls/s
# udp tx:   1941 MB/s    32930 calls/s  32930 msg/s
# udp rx:   1731 MB/s  1409162 calls/s
# udp tx:   1954 MB/s    33143 calls/s  33143 msg/s
# udp rx:   1915 MB/s  1559024 calls/s
# udp tx:   1898 MB/s    32205 calls/s  32205 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:   1182 MB/s   960383 calls/s
# udp tx:   1875 MB/s    31808 calls/s  31808 msg/s
# udp rx:    955 MB/s   774211 calls/s
# udp tx:   1933 MB/s    32796 calls/s  32796 msg/s
# udp rx:   1787 MB/s  1448895 calls/s
# udp tx:   1942 MB/s    32949 calls/s  32949 msg/s
# UDP GRO fwd perf                        udp rx:   1680 MB/s  1362129 calls/s
# udp tx:   1941 MB/s    32929 calls/s  32929 msg/s
# udp rx:   1396 MB/s  1131867 calls/s
# udp tx:   1936 MB/s    32836 calls/s  32836 msg/s
# udp rx:   1771 MB/s  1436403 calls/s
# udp tx:   1934 MB/s    32815 calls/s  32815 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__->