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:   1127 MB/s   917230 calls/s
# udp tx:   1829 MB/s    31033 calls/s  31033 msg/s
# udp rx:   1328 MB/s  1081162 calls/s
# udp tx:   1851 MB/s    31399 calls/s  31399 msg/s
# udp rx:   1914 MB/s  1558321 calls/s
# udp tx:   1926 MB/s    32675 calls/s  32675 msg/s
# UDP GRO fwd perf                        udp rx:   1544 MB/s  1253643 calls/s
# udp tx:   1910 MB/s    32411 calls/s  32411 msg/s
# udp rx:   1723 MB/s  1398184 calls/s
# udp tx:   1957 MB/s    33204 calls/s  33204 msg/s
# udp rx:   1703 MB/s  1381941 calls/s
# udp tx:   1958 MB/s    33215 calls/s  33215 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:    805 MB/s   655061 calls/s
# udp tx:   1715 MB/s    29096 calls/s  29096 msg/s
# udp rx:   1631 MB/s  1324904 calls/s
# udp tx:   1839 MB/s    31196 calls/s  31196 msg/s
# udp rx:   1646 MB/s  1338082 calls/s
# udp tx:   1763 MB/s    29909 calls/s  29909 msg/s
# UDP GRO fwd perf                        udp rx:   1481 MB/s  1201384 calls/s
# udp tx:   1836 MB/s    31155 calls/s  31155 msg/s
# udp rx:   1787 MB/s  1448887 calls/s
# udp tx:   1912 MB/s    32435 calls/s  32435 msg/s
# udp rx:   1780 MB/s  1443119 calls/s
# udp tx:   1910 MB/s    32399 calls/s  32399 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__->