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:   1849 MB/s  1505445 calls/s
# udp tx:   1947 MB/s    33031 calls/s  33031 msg/s
# udp rx:   1884 MB/s  1534468 calls/s
# udp tx:   1905 MB/s    32319 calls/s  32319 msg/s
# udp rx:   1889 MB/s  1538278 calls/s
# udp tx:   1907 MB/s    32356 calls/s  32356 msg/s
# UDP GRO fwd perf                        udp rx:   1713 MB/s  1394469 calls/s
# udp tx:   1868 MB/s    31691 calls/s  31691 msg/s
# udp rx:   1805 MB/s  1469652 calls/s
# udp tx:   1821 MB/s    30887 calls/s  30887 msg/s
# udp rx:   1731 MB/s  1409868 calls/s
# udp tx:   1756 MB/s    29785 calls/s  29785 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:   1564 MB/s  1267226 calls/s
# udp tx:   1944 MB/s    32987 calls/s  32987 msg/s
# udp rx:   1729 MB/s  1401126 calls/s
# udp tx:   1969 MB/s    33399 calls/s  33399 msg/s
# udp rx:   1731 MB/s  1403135 calls/s
# udp tx:   1922 MB/s    32607 calls/s  32607 msg/s
# UDP GRO fwd perf                        udp rx:   1751 MB/s  1421479 calls/s
# udp tx:   1959 MB/s    33232 calls/s  33232 msg/s
# udp rx:   1764 MB/s  1431401 calls/s
# udp tx:   1948 MB/s    33053 calls/s  33053 msg/s
# udp rx:   1679 MB/s  1360802 calls/s
# udp tx:   1948 MB/s    33041 calls/s  33041 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__->