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:   1496 MB/s  1216867 calls/s
# udp tx:   1799 MB/s    30524 calls/s  30524 msg/s
# udp rx:   1913 MB/s  1557967 calls/s
# udp tx:   1935 MB/s    32822 calls/s  32822 msg/s
# udp rx:   1912 MB/s  1556600 calls/s
# udp tx:   1928 MB/s    32711 calls/s  32711 msg/s
# UDP GRO fwd perf                        udp rx:   1663 MB/s  1354073 calls/s
# udp tx:   1760 MB/s    29867 calls/s  29867 msg/s
# udp rx:   1896 MB/s  1543528 calls/s
# udp tx:   1914 MB/s    32463 calls/s  32463 msg/s
# udp rx:   1839 MB/s  1497116 calls/s
# udp tx:   1854 MB/s    31457 calls/s  31457 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:    679 MB/s   550412 calls/s
# udp tx:   1295 MB/s    21978 calls/s  21978 msg/s
# udp rx:   1189 MB/s   966348 calls/s
# udp tx:   1374 MB/s    23312 calls/s  23312 msg/s
# udp rx:   1616 MB/s  1313479 calls/s
# udp tx:   1939 MB/s    32901 calls/s  32901 msg/s
# UDP GRO fwd perf                        udp rx:   1423 MB/s  1154178 calls/s
# udp tx:   1940 MB/s    32908 calls/s  32908 msg/s
# udp rx:   1612 MB/s  1308010 calls/s
# udp tx:   1921 MB/s    32588 calls/s  32588 msg/s
# udp rx:   1598 MB/s  1296769 calls/s
# udp tx:   1917 MB/s    32525 calls/s  32525 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__->