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:   1504 MB/s  1224274 calls/s
# udp tx:   1853 MB/s    31444 calls/s  31444 msg/s
# udp rx:   1446 MB/s  1176490 calls/s
# udp tx:   1945 MB/s    33002 calls/s  33002 msg/s
# udp rx:   1517 MB/s  1235248 calls/s
# udp tx:   1936 MB/s    32852 calls/s  32852 msg/s
# UDP GRO fwd perf                        udp rx:   1531 MB/s  1246881 calls/s
# udp tx:   1832 MB/s    31079 calls/s  31079 msg/s
# udp rx:   1264 MB/s  1028664 calls/s
# udp tx:   1855 MB/s    31465 calls/s  31465 msg/s
# udp rx:   1788 MB/s  1454301 calls/s
# udp tx:   1877 MB/s    31844 calls/s  31844 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:   1326 MB/s  1075717 calls/s
# udp tx:   1923 MB/s    32626 calls/s  32626 msg/s
# udp rx:   1754 MB/s  1424029 calls/s
# udp tx:   1925 MB/s    32658 calls/s  32658 msg/s
# udp rx:   1491 MB/s  1210342 calls/s
# udp tx:   1921 MB/s    32585 calls/s  32585 msg/s
# UDP GRO fwd perf                        udp rx:   1465 MB/s  1189145 calls/s
# udp tx:   1849 MB/s    31370 calls/s  31370 msg/s
# udp rx:   1763 MB/s  1432860 calls/s
# udp tx:   1839 MB/s    31205 calls/s  31205 msg/s
# udp rx:   1820 MB/s  1478982 calls/s
# udp tx:   1893 MB/s    32111 calls/s  32111 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__->