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:   1820 MB/s  1481533 calls/s
# udp tx:   1911 MB/s    32413 calls/s  32413 msg/s
# udp rx:   1753 MB/s  1427373 calls/s
# udp tx:   1879 MB/s    31880 calls/s  31880 msg/s
# udp rx:   1870 MB/s  1522603 calls/s
# udp tx:   1880 MB/s    31899 calls/s  31899 msg/s
# UDP GRO fwd perf                        udp rx:   1844 MB/s  1501162 calls/s
# udp tx:   1951 MB/s    33093 calls/s  33093 msg/s
# udp rx:   1963 MB/s  1598198 calls/s
# udp tx:   1976 MB/s    33522 calls/s  33522 msg/s
# udp rx:   1937 MB/s  1577577 calls/s
# udp tx:   1938 MB/s    32882 calls/s  32882 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:   1344 MB/s  1091454 calls/s
# udp tx:   1816 MB/s    30808 calls/s  30808 msg/s
# udp rx:   1663 MB/s  1351959 calls/s
# udp tx:   1835 MB/s    31137 calls/s  31137 msg/s
# udp rx:   1690 MB/s  1371896 calls/s
# udp tx:   1920 MB/s    32565 calls/s  32565 msg/s
# UDP GRO fwd perf                        udp rx:   1587 MB/s  1286824 calls/s
# udp tx:   1956 MB/s    33187 calls/s  33187 msg/s
# udp tx:   1917 MB/s    32528 calls/s  32528 msg/s
# udp rx:   1354 MB/s  1098174 calls/s
# udp tx:   1907 MB/s    32353 calls/s  32353 msg/s
# udp rx:   1069 MB/s   867296 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__->