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:   1273 MB/s  1035681 calls/s
# udp tx:   1833 MB/s    31091 calls/s  31091 msg/s
# udp rx:   1661 MB/s  1351359 calls/s
# udp tx:   1820 MB/s    30869 calls/s  30869 msg/s
# udp rx:   1848 MB/s  1504994 calls/s
# udp tx:   1853 MB/s    31433 calls/s  31433 msg/s
# UDP GRO fwd perf                        udp rx:   1761 MB/s  1434272 calls/s
# udp tx:   1857 MB/s    31506 calls/s  31506 msg/s
# udp rx:   1885 MB/s  1534781 calls/s
# udp tx:   1917 MB/s    32522 calls/s  32522 msg/s
# udp rx:   1816 MB/s  1478881 calls/s
# udp tx:   1836 MB/s    31143 calls/s  31143 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:   1586 MB/s  1285263 calls/s
# udp tx:   1918 MB/s    32535 calls/s  32535 msg/s
# udp rx:   1814 MB/s  1475582 calls/s
# udp tx:   1863 MB/s    31613 calls/s  31613 msg/s
# udp rx:   1773 MB/s  1442317 calls/s
# udp tx:   1800 MB/s    30544 calls/s  30544 msg/s
# UDP GRO fwd perf                        udp rx:   1747 MB/s  1418241 calls/s
# udp tx:   1933 MB/s    32792 calls/s  32792 msg/s
# udp rx:   1623 MB/s  1317384 calls/s
# udp tx:   1929 MB/s    32728 calls/s  32728 msg/s
# udp rx:   1838 MB/s  1491235 calls/s
# udp tx:   1930 MB/s    32735 calls/s  32735 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__->