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:   1803 MB/s  1467816 calls/s
# udp tx:   1898 MB/s    32192 calls/s  32192 msg/s
# udp rx:   1918 MB/s  1561791 calls/s
# udp tx:   1948 MB/s    33041 calls/s  33041 msg/s
# udp rx:   1935 MB/s  1575363 calls/s
# udp tx:   1954 MB/s    33157 calls/s  33157 msg/s
# UDP GRO fwd perf                        udp rx:   1768 MB/s  1439330 calls/s
# udp tx:   1857 MB/s    31496 calls/s  31496 msg/s
# udp rx:   1866 MB/s  1519531 calls/s
# udp tx:   1954 MB/s    33144 calls/s  33144 msg/s
# udp rx:   1939 MB/s  1578812 calls/s
# udp tx:   1954 MB/s    33151 calls/s  33151 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  1356829 calls/s
# udp tx:   1912 MB/s    32432 calls/s  32432 msg/s
# udp rx:   1823 MB/s  1480847 calls/s
# udp tx:   1909 MB/s    32384 calls/s  32384 msg/s
# udp rx:   1774 MB/s  1441610 calls/s
# udp tx:   1840 MB/s    31215 calls/s  31215 msg/s
# UDP GRO fwd perf                        udp rx:   1750 MB/s  1424538 calls/s
# udp tx:   1838 MB/s    31190 calls/s  31190 msg/s
# udp tx:   1835 MB/s    31132 calls/s  31132 msg/s
# udp rx:   1605 MB/s  1303897 calls/s
# udp tx:   1945 MB/s    32993 calls/s  32993 msg/s
# udp rx:   1811 MB/s  1468784 calls/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__->