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:   1690 MB/s  1373409 calls/s
# udp tx:   1931 MB/s    32764 calls/s  32764 msg/s
# udp rx:   1742 MB/s  1416739 calls/s
# udp tx:   1833 MB/s    31101 calls/s  31101 msg/s
# udp rx:    887 MB/s   720768 calls/s
# udp tx:   1590 MB/s    26983 calls/s  26983 msg/s
# UDP GRO fwd perf                        udp rx:    452 MB/s   366022 calls/s
# udp tx:   1390 MB/s    23582 calls/s  23582 msg/s
# udp rx:    456 MB/s   369266 calls/s
# udp tx:   1393 MB/s    23628 calls/s  23628 msg/s
# udp rx:    351 MB/s   283617 calls/s
# udp tx:   1400 MB/s    23760 calls/s  23760 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:   1505 MB/s  1221541 calls/s
# udp tx:   1844 MB/s    31284 calls/s  31284 msg/s
# udp rx:   1827 MB/s  1482571 calls/s
# udp tx:   1919 MB/s    32558 calls/s  32558 msg/s
# udp rx:   1842 MB/s  1495964 calls/s
# udp tx:   1914 MB/s    32474 calls/s  32474 msg/s
# UDP GRO fwd perf                        udp rx:   1651 MB/s  1339095 calls/s
# udp tx:   1912 MB/s    32433 calls/s  32433 msg/s
# udp rx:   1679 MB/s  1362432 calls/s
# udp tx:   1921 MB/s    32584 calls/s  32584 msg/s
# udp rx:   1531 MB/s  1241093 calls/s
# udp tx:   1911 MB/s    32425 calls/s  32425 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__->