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:    216 MB/s   175542 calls/s
# udp tx:   1154 MB/s    19573 calls/s  19573 msg/s
# udp rx:    448 MB/s   362903 calls/s
# udp tx:   1399 MB/s    23741 calls/s  23741 msg/s
# udp rx:    495 MB/s   400527 calls/s
# udp tx:   1423 MB/s    24141 calls/s  24141 msg/s
# UDP GRO fwd perf                        udp rx:    442 MB/s   357737 calls/s
# udp tx:   1416 MB/s    24017 calls/s  24017 msg/s
# udp rx:    385 MB/s   311808 calls/s
# udp tx:   1419 MB/s    24074 calls/s  24074 msg/s
# udp rx:    442 MB/s   357888 calls/s
# udp tx:   1418 MB/s    24059 calls/s  24059 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:   1395 MB/s  1135074 calls/s
# udp tx:   1683 MB/s    28550 calls/s  28550 msg/s
# udp rx:   1472 MB/s  1197086 calls/s
# udp tx:   1840 MB/s    31216 calls/s  31216 msg/s
# udp rx:   1749 MB/s  1422252 calls/s
# udp tx:   1840 MB/s    31220 calls/s  31220 msg/s
# UDP GRO fwd perf                        udp rx:   1412 MB/s  1148290 calls/s
# udp tx:   1752 MB/s    29730 calls/s  29730 msg/s
# udp rx:   1882 MB/s  1531343 calls/s
# udp tx:   1899 MB/s    32219 calls/s  32219 msg/s
# udp rx:   1854 MB/s  1509507 calls/s
# udp tx:   1866 MB/s    31652 calls/s  31652 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__->