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:    361 MB/s   292751 calls/s
# udp tx:   1395 MB/s    23671 calls/s  23671 msg/s
# udp rx:    343 MB/s   278122 calls/s
# udp tx:   1419 MB/s    24077 calls/s  24077 msg/s
# udp rx:    422 MB/s   342016 calls/s
# udp tx:   1409 MB/s    23909 calls/s  23909 msg/s
# UDP GRO fwd perf                        udp rx:    273 MB/s   221513 calls/s
# udp tx:   1438 MB/s    24395 calls/s  24395 msg/s
# udp rx:   1639 MB/s  1334794 calls/s
# udp tx:   1921 MB/s    32584 calls/s  32584 msg/s
# udp rx:   1863 MB/s  1517469 calls/s
# udp tx:   1869 MB/s    31712 calls/s  31712 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:   1494 MB/s  1215144 calls/s
# udp tx:   1668 MB/s    28304 calls/s  28304 msg/s
# udp rx:   1733 MB/s  1409504 calls/s
# udp tx:   1843 MB/s    31263 calls/s  31263 msg/s
# udp rx:   1849 MB/s  1505399 calls/s
# udp tx:   1862 MB/s    31590 calls/s  31590 msg/s
# UDP GRO fwd perf                        udp rx:   1760 MB/s  1432611 calls/s
# udp tx:   1858 MB/s    31516 calls/s  31516 msg/s
# udp tx:   1823 MB/s    30936 calls/s  30936 msg/s
# udp rx:   1629 MB/s  1324733 calls/s
# udp tx:   1913 MB/s    32457 calls/s  32457 msg/s
# udp rx:   1899 MB/s  1545815 calls/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__->