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:   1646 MB/s  1340203 calls/s
# udp tx:   1838 MB/s    31184 calls/s  31184 msg/s
# udp rx:   1928 MB/s  1569493 calls/s
# udp tx:   1939 MB/s    32896 calls/s  32896 msg/s
# udp rx:   1820 MB/s  1482039 calls/s
# udp tx:   1831 MB/s    31057 calls/s  31057 msg/s
# UDP GRO fwd perf                        udp rx:   1507 MB/s  1224929 calls/s
# udp tx:   1920 MB/s    32578 calls/s  32578 msg/s
# udp rx:   1685 MB/s  1371191 calls/s
# udp tx:   1870 MB/s    31723 calls/s  31723 msg/s
# udp rx:   1779 MB/s  1448271 calls/s
# udp tx:   1774 MB/s    30089 calls/s  30089 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:   1362 MB/s  1107024 calls/s
# udp tx:   1743 MB/s    29579 calls/s  29579 msg/s
# udp rx:   1741 MB/s  1411666 calls/s
# udp tx:   1920 MB/s    32566 calls/s  32566 msg/s
# udp rx:   1859 MB/s  1512444 calls/s
# udp tx:   1904 MB/s    32301 calls/s  32301 msg/s
# UDP GRO fwd perf                        udp rx:   1578 MB/s  1279154 calls/s
# udp tx:   1958 MB/s    33216 calls/s  33216 msg/s
# udp rx:   1720 MB/s  1396177 calls/s
# udp tx:   1938 MB/s    32880 calls/s  32880 msg/s
# udp rx:   1759 MB/s  1426839 calls/s
# udp tx:   1946 MB/s    33008 calls/s  33008 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__->