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:   1632 MB/s  1328861 calls/s
# udp tx:   1777 MB/s    30144 calls/s  30144 msg/s
# udp rx:   1855 MB/s  1509823 calls/s
# udp tx:   1869 MB/s    31713 calls/s  31713 msg/s
# udp rx:   1291 MB/s  1051012 calls/s
# udp tx:   1923 MB/s    32621 calls/s  32621 msg/s
# UDP GRO fwd perf                        udp rx:   1776 MB/s  1445832 calls/s
# udp tx:   1922 MB/s    32614 calls/s  32614 msg/s
# udp rx:   1807 MB/s  1469438 calls/s
# udp tx:   1943 MB/s    32955 calls/s  32955 msg/s
# udp rx:   1576 MB/s  1280915 calls/s
# udp tx:   1944 MB/s    32983 calls/s  32983 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:   1085 MB/s   883010 calls/s
# udp tx:   1252 MB/s    21248 calls/s  21248 msg/s
# udp rx:   1229 MB/s  1000165 calls/s
# udp tx:   1253 MB/s    21268 calls/s  21268 msg/s
# udp rx:   1233 MB/s  1003356 calls/s
# udp tx:   1273 MB/s    21601 calls/s  21601 msg/s
# UDP GRO fwd perf                        udp rx:    770 MB/s   626963 calls/s
# udp tx:   1295 MB/s    21972 calls/s  21972 msg/s
# udp rx:   1274 MB/s  1036834 calls/s
# udp tx:   1320 MB/s    22392 calls/s  22392 msg/s
# udp rx:   1250 MB/s  1016189 calls/s
# udp tx:   1309 MB/s    22214 calls/s  22214 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__->