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:   1052 MB/s   854440 calls/s
# udp tx:   1293 MB/s    21933 calls/s  21933 msg/s
# udp rx:   1050 MB/s   854157 calls/s
# udp tx:   1289 MB/s    21869 calls/s  21869 msg/s
# udp rx:   1064 MB/s   865650 calls/s
# udp tx:   1316 MB/s    22334 calls/s  22334 msg/s
# UDP GRO fwd perf                        udp rx:   1068 MB/s   868454 calls/s
# udp tx:   1328 MB/s    22526 calls/s  22526 msg/s
# udp rx:   1264 MB/s  1029175 calls/s
# udp tx:   1283 MB/s    21770 calls/s  21770 msg/s
# udp rx:   1315 MB/s  1069381 calls/s
# udp tx:   1361 MB/s    23099 calls/s  23099 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:   1261 MB/s  1024111 calls/s
# udp tx:   1766 MB/s    29962 calls/s  29962 msg/s
# udp rx:   1749 MB/s  1420707 calls/s
# udp tx:   1807 MB/s    30651 calls/s  30651 msg/s
# udp rx:   1877 MB/s  1522890 calls/s
# udp tx:   1964 MB/s    33323 calls/s  33323 msg/s
# UDP GRO fwd perf                        udp rx:   1724 MB/s  1398089 calls/s
# udp tx:   1964 MB/s    33323 calls/s  33323 msg/s
# udp rx:   1855 MB/s  1504706 calls/s
# udp tx:   1949 MB/s    33062 calls/s  33062 msg/s
# udp rx:   1638 MB/s  1330532 calls/s
# udp tx:   1854 MB/s    31462 calls/s  31462 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__->