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:   1067 MB/s   868403 calls/s
# udp tx:   1358 MB/s    23048 calls/s  23048 msg/s
# udp rx:   1201 MB/s   978146 calls/s
# udp tx:   1357 MB/s    23028 calls/s  23028 msg/s
# udp rx:   1172 MB/s   952482 calls/s
# udp tx:   1367 MB/s    23197 calls/s  23197 msg/s
# UDP GRO fwd perf                        udp rx:   1238 MB/s  1007989 calls/s
# udp tx:   1368 MB/s    23218 calls/s  23218 msg/s
# udp rx:   1146 MB/s   932002 calls/s
# udp tx:   1361 MB/s    23084 calls/s  23084 msg/s
# udp rx:   1235 MB/s  1005097 calls/s
# udp tx:   1364 MB/s    23149 calls/s  23149 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:   1684 MB/s  1365012 calls/s
# udp tx:   1956 MB/s    33177 calls/s  33177 msg/s
# udp rx:   1675 MB/s  1359441 calls/s
# udp tx:   1799 MB/s    30516 calls/s  30516 msg/s
# udp rx:   1790 MB/s  1451077 calls/s
# udp tx:   1951 MB/s    33097 calls/s  33097 msg/s
# UDP GRO fwd perf                        udp rx:   1695 MB/s  1373940 calls/s
# udp tx:   1967 MB/s    33375 calls/s  33375 msg/s
# udp rx:   1760 MB/s  1426528 calls/s
# udp tx:   1970 MB/s    33420 calls/s  33420 msg/s
# udp rx:   1678 MB/s  1360040 calls/s
# udp tx:   1933 MB/s    32798 calls/s  32798 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__->