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:   1535 MB/s  1250097 calls/s
# udp tx:   1758 MB/s    29827 calls/s  29827 msg/s
# udp rx:   1861 MB/s  1515734 calls/s
# udp tx:   1869 MB/s    31708 calls/s  31708 msg/s
# udp rx:   1913 MB/s  1557651 calls/s
# udp tx:   1936 MB/s    32836 calls/s  32836 msg/s
# UDP GRO fwd perf                        udp rx:   1583 MB/s  1288853 calls/s
# udp tx:   1880 MB/s    31894 calls/s  31894 msg/s
# udp rx:   1683 MB/s  1370552 calls/s
# udp tx:   1872 MB/s    31759 calls/s  31759 msg/s
# udp rx:   1956 MB/s  1592941 calls/s
# udp tx:   1962 MB/s    33290 calls/s  33290 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:   1623 MB/s  1316277 calls/s
# udp tx:   1881 MB/s    31915 calls/s  31915 msg/s
# udp rx:   1822 MB/s  1478017 calls/s
# udp tx:   1934 MB/s    32812 calls/s  32812 msg/s
# udp rx:   1818 MB/s  1474508 calls/s
# udp tx:   1930 MB/s    32750 calls/s  32750 msg/s
# UDP GRO fwd perf                        udp rx:   1616 MB/s  1309896 calls/s
# udp tx:   1942 MB/s    32940 calls/s  32940 msg/s
# udp rx:   1487 MB/s  1205095 calls/s
# udp tx:   1937 MB/s    32865 calls/s  32865 msg/s
# udp rx:   1726 MB/s  1399595 calls/s
# udp tx:   1917 MB/s    32526 calls/s  32526 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__->