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:   1432 MB/s  1165449 calls/s
# udp tx:   1864 MB/s    31629 calls/s  31629 msg/s
# udp rx:   1916 MB/s  1560405 calls/s
# udp tx:   1925 MB/s    32658 calls/s  32658 msg/s
# udp rx:   1938 MB/s  1577722 calls/s
# udp tx:   1945 MB/s    32993 calls/s  32993 msg/s
# UDP GRO fwd perf                        udp rx:   1774 MB/s  1443454 calls/s
# udp tx:   1866 MB/s    31656 calls/s  31656 msg/s
# udp rx:   1885 MB/s  1534352 calls/s
# udp tx:   1901 MB/s    32252 calls/s  32252 msg/s
# udp rx:   1938 MB/s  1577950 calls/s
# udp tx:   1958 MB/s    33216 calls/s  33216 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:   1335 MB/s  1083448 calls/s
# udp tx:   1782 MB/s    30224 calls/s  30224 msg/s
# udp rx:   1631 MB/s  1322820 calls/s
# udp tx:   1855 MB/s    31471 calls/s  31471 msg/s
# udp rx:   1564 MB/s  1267761 calls/s
# udp tx:   1942 MB/s    32939 calls/s  32939 msg/s
# UDP GRO fwd perf                        udp rx:   1629 MB/s  1322128 calls/s
# udp tx:   1914 MB/s    32474 calls/s  32474 msg/s
# udp rx:   1422 MB/s  1152919 calls/s
# udp tx:   1932 MB/s    32781 calls/s  32781 msg/s
# udp rx:   1703 MB/s  1382217 calls/s
# udp tx:   1858 MB/s    31514 calls/s  31514 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__->