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:   1492 MB/s  1214627 calls/s
# udp tx:   1765 MB/s    29939 calls/s  29939 msg/s
# udp rx:   1779 MB/s  1448777 calls/s
# udp tx:   1786 MB/s    30294 calls/s  30294 msg/s
# udp rx:   1923 MB/s  1565966 calls/s
# udp tx:   1930 MB/s    32751 calls/s  32751 msg/s
# UDP GRO fwd perf                        udp rx:   1846 MB/s  1502773 calls/s
# udp tx:   1925 MB/s    32655 calls/s  32655 msg/s
# udp rx:   1785 MB/s  1453317 calls/s
# udp tx:   1888 MB/s    32025 calls/s  32025 msg/s
# udp rx:   1786 MB/s  1454260 calls/s
# udp tx:   1800 MB/s    30536 calls/s  30536 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:   1291 MB/s  1047603 calls/s
# udp tx:   1814 MB/s    30772 calls/s  30772 msg/s
# udp rx:   1587 MB/s  1286386 calls/s
# udp tx:   1967 MB/s    33370 calls/s  33370 msg/s
# udp rx:   1805 MB/s  1463750 calls/s
# udp tx:   1950 MB/s    33074 calls/s  33074 msg/s
# UDP GRO fwd perf                        udp rx:   1634 MB/s  1325792 calls/s
# udp tx:   1928 MB/s    32716 calls/s  32716 msg/s
# udp rx:   1544 MB/s  1251327 calls/s
# udp tx:   1944 MB/s    32973 calls/s  32973 msg/s
# udp tx:   1938 MB/s    32882 calls/s  32882 msg/s
# udp rx:   1489 MB/s  1207701 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__->