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:   1536 MB/s  1249455 calls/s
# udp tx:   1918 MB/s    32545 calls/s  32545 msg/s
# udp rx:   1562 MB/s  1270348 calls/s
# udp tx:   1957 MB/s    33195 calls/s  33195 msg/s
# udp rx:   1593 MB/s  1294826 calls/s
# udp tx:   1963 MB/s    33303 calls/s  33303 msg/s
# UDP GRO fwd perf                        udp rx:   1678 MB/s  1366150 calls/s
# udp tx:   1887 MB/s    32005 calls/s  32005 msg/s
# udp rx:   1508 MB/s  1227381 calls/s
# udp tx:   1903 MB/s    32292 calls/s  32292 msg/s
# udp rx:   1747 MB/s  1422137 calls/s
# udp tx:   1893 MB/s    32112 calls/s  32112 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:    919 MB/s   745931 calls/s
# udp tx:   1633 MB/s    27704 calls/s  27704 msg/s
# udp rx:   1600 MB/s  1299967 calls/s
# udp tx:   1923 MB/s    32618 calls/s  32618 msg/s
# udp rx:   1725 MB/s  1402368 calls/s
# udp tx:   1768 MB/s    29999 calls/s  29999 msg/s
# UDP GRO fwd perf                        udp rx:   1570 MB/s  1276670 calls/s
# udp tx:   1701 MB/s    28859 calls/s  28859 msg/s
# udp rx:   1715 MB/s  1391402 calls/s
# udp tx:   1871 MB/s    31740 calls/s  31740 msg/s
# udp rx:   1445 MB/s  1172146 calls/s
# udp tx:   1918 MB/s    32532 calls/s  32532 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__->