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:   1438 MB/s  1171135 calls/s
# udp tx:   1812 MB/s    30749 calls/s  30749 msg/s
# udp rx:   1849 MB/s  1505593 calls/s
# udp tx:   1861 MB/s    31569 calls/s  31569 msg/s
# udp rx:   1935 MB/s  1575682 calls/s
# udp tx:   1947 MB/s    33025 calls/s  33025 msg/s
# UDP GRO fwd perf                        udp rx:   1707 MB/s  1390303 calls/s
# udp tx:   1775 MB/s    30109 calls/s  30109 msg/s
# udp rx:   1677 MB/s  1365870 calls/s
# udp tx:   1675 MB/s    28420 calls/s  28420 msg/s
# udp rx:   1552 MB/s  1263609 calls/s
# udp tx:   1555 MB/s    26383 calls/s  26383 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:   1006 MB/s   818431 calls/s
# udp tx:   1760 MB/s    29862 calls/s  29862 msg/s
# udp rx:   1851 MB/s  1504211 calls/s
# udp tx:   1938 MB/s    32873 calls/s  32873 msg/s
# udp rx:   1856 MB/s  1506664 calls/s
# udp tx:   1961 MB/s    33266 calls/s  33266 msg/s
# UDP GRO fwd perf                        udp rx:   1281 MB/s  1040393 calls/s
# udp tx:   1946 MB/s    33021 calls/s  33021 msg/s
# udp rx:   1752 MB/s  1423136 calls/s
# udp tx:   1849 MB/s    31364 calls/s  31364 msg/s
# udp rx:   1780 MB/s  1442570 calls/s
# udp tx:   1981 MB/s    33613 calls/s  33613 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__->