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:   1713 MB/s  1394574 calls/s
# udp tx:   1875 MB/s    31811 calls/s  31811 msg/s
# udp rx:   1867 MB/s  1520528 calls/s
# udp tx:   1937 MB/s    32853 calls/s  32853 msg/s
# udp rx:   1947 MB/s  1585813 calls/s
# udp tx:   1955 MB/s    33164 calls/s  33164 msg/s
# UDP GRO fwd perf                        udp rx:   1624 MB/s  1322535 calls/s
# udp tx:   1678 MB/s    28469 calls/s  28469 msg/s
# udp rx:   1765 MB/s  1437402 calls/s
# udp tx:   1797 MB/s    30484 calls/s  30484 msg/s
# udp rx:   1889 MB/s  1538200 calls/s
# udp tx:   1893 MB/s    32110 calls/s  32110 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:   1308 MB/s  1062195 calls/s
# udp tx:   1761 MB/s    29882 calls/s  29882 msg/s
# udp rx:   1741 MB/s  1414919 calls/s
# udp tx:   1861 MB/s    31567 calls/s  31567 msg/s
# udp rx:   1829 MB/s  1485144 calls/s
# udp tx:   1938 MB/s    32874 calls/s  32874 msg/s
# UDP GRO fwd perf                        udp rx:   1448 MB/s  1176137 calls/s
# udp tx:   1893 MB/s    32122 calls/s  32122 msg/s
# udp rx:   1420 MB/s  1153300 calls/s
# udp tx:   1936 MB/s    32838 calls/s  32838 msg/s
# udp rx:   1722 MB/s  1398749 calls/s
# udp tx:   1941 MB/s    32936 calls/s  32936 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__->