make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1256 MB/s  1021200 calls/s
# udp tx:   1719 MB/s    29171 calls/s  29171 msg/s
# udp tx:   1360 MB/s    23068 calls/s  23068 msg/s
# udp rx:   1083 MB/s   881152 calls/s
# udp tx:   1347 MB/s    22857 calls/s  22857 msg/s
# udp rx:   1228 MB/s   999765 calls/s
# UDP GRO fwd perf                        udp rx:    806 MB/s   655164 calls/s
# udp tx:   1358 MB/s    23049 calls/s  23049 msg/s
# udp rx:   1171 MB/s   951462 calls/s
# udp tx:   1364 MB/s    23145 calls/s  23145 msg/s
# udp rx:   1137 MB/s   924021 calls/s
# udp tx:   1370 MB/s    23253 calls/s  23253 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:   1485 MB/s  1205326 calls/s
# udp tx:   1872 MB/s    31760 calls/s  31760 msg/s
# udp rx:   1780 MB/s  1445137 calls/s
# udp tx:   1922 MB/s    32613 calls/s  32613 msg/s
# udp rx:   1779 MB/s  1446419 calls/s
# udp tx:   1859 MB/s    31542 calls/s  31542 msg/s
# UDP GRO fwd perf                        udp rx:   1253 MB/s  1016365 calls/s
# udp tx:   1872 MB/s    31759 calls/s  31759 msg/s
# udp rx:   1663 MB/s  1347609 calls/s
# udp tx:   1951 MB/s    33101 calls/s  33101 msg/s
# udp rx:   1458 MB/s  1181582 calls/s
# udp tx:   1953 MB/s    33129 calls/s  33129 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__->