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:   1409 MB/s  1147427 calls/s
# udp tx:   1823 MB/s    30926 calls/s  30926 msg/s
# udp rx:   1893 MB/s  1541631 calls/s
# udp tx:   1903 MB/s    32279 calls/s  32279 msg/s
# udp rx:   1909 MB/s  1554658 calls/s
# udp tx:   1919 MB/s    32553 calls/s  32553 msg/s
# UDP GRO fwd perf                        udp rx:   1441 MB/s  1171237 calls/s
# udp tx:   1901 MB/s    32249 calls/s  32249 msg/s
# udp rx:   1748 MB/s  1420634 calls/s
# udp tx:   1933 MB/s    32791 calls/s  32791 msg/s
# udp rx:   1774 MB/s  1441980 calls/s
# udp tx:   1946 MB/s    33014 calls/s  33014 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:   1669 MB/s  1355502 calls/s
# udp tx:   1863 MB/s    31607 calls/s  31607 msg/s
# udp rx:   1639 MB/s  1330444 calls/s
# udp tx:   1742 MB/s    29551 calls/s  29551 msg/s
# udp rx:   1772 MB/s  1438861 calls/s
# udp tx:   1878 MB/s    31856 calls/s  31856 msg/s
# UDP GRO fwd perf                        udp rx:   1422 MB/s  1157091 calls/s
# udp tx:   1569 MB/s    26618 calls/s  26618 msg/s
# udp rx:   1259 MB/s  1023587 calls/s
# udp tx:   1845 MB/s    31293 calls/s  31293 msg/s
# udp rx:   1744 MB/s  1417116 calls/s
# udp tx:   1854 MB/s    31451 calls/s  31451 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__->