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:   1442 MB/s  1173777 calls/s
# udp tx:   1851 MB/s    31397 calls/s  31397 msg/s
# udp rx:   1504 MB/s  1224969 calls/s
# udp tx:   1858 MB/s    31528 calls/s  31528 msg/s
# udp rx:   1344 MB/s  1093216 calls/s
# udp tx:   1930 MB/s    32751 calls/s  32751 msg/s
# UDP GRO fwd perf                        udp rx:   1752 MB/s  1425102 calls/s
# udp tx:   1924 MB/s    32648 calls/s  32648 msg/s
# udp rx:   1860 MB/s  1513720 calls/s
# udp tx:   1928 MB/s    32708 calls/s  32708 msg/s
# udp rx:   1766 MB/s  1437743 calls/s
# udp tx:   1930 MB/s    32747 calls/s  32747 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:    408 MB/s   330905 calls/s
# udp tx:   1296 MB/s    21990 calls/s  21990 msg/s
# udp rx:    416 MB/s   337153 calls/s
# udp tx:   1376 MB/s    23350 calls/s  23350 msg/s
# udp rx:    486 MB/s   393724 calls/s
# udp tx:   1353 MB/s    22950 calls/s  22950 msg/s
# UDP GRO fwd perf                        udp rx:    408 MB/s   330768 calls/s
# udp tx:   1357 MB/s    23018 calls/s  23018 msg/s
# udp rx:    502 MB/s   406387 calls/s
# udp tx:   1351 MB/s    22921 calls/s  22921 msg/s
# udp rx:    538 MB/s   435968 calls/s
# udp tx:   1350 MB/s    22908 calls/s  22908 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__->