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:   1801 MB/s  1466236 calls/s
# udp tx:   1887 MB/s    32015 calls/s  32015 msg/s
# udp rx:   1880 MB/s  1530458 calls/s
# udp tx:   1900 MB/s    32228 calls/s  32228 msg/s
# udp rx:   1696 MB/s  1381010 calls/s
# udp tx:   1694 MB/s    28739 calls/s  28739 msg/s
# UDP GRO fwd perf                        udp rx:   1718 MB/s  1398606 calls/s
# udp tx:   1859 MB/s    31530 calls/s  31530 msg/s
# udp rx:   1897 MB/s  1544621 calls/s
# udp tx:   1935 MB/s    32824 calls/s  32824 msg/s
# udp rx:   1843 MB/s  1500988 calls/s
# udp tx:   1879 MB/s    31883 calls/s  31883 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:   1337 MB/s  1085386 calls/s
# udp tx:   1841 MB/s    31232 calls/s  31232 msg/s
# udp rx:   1845 MB/s  1497511 calls/s
# udp tx:   1931 MB/s    32762 calls/s  32762 msg/s
# udp rx:   1824 MB/s  1483456 calls/s
# udp tx:   1860 MB/s    31558 calls/s  31558 msg/s
# UDP GRO fwd perf                        udp rx:   1765 MB/s  1432204 calls/s
# udp tx:   1928 MB/s    32706 calls/s  32706 msg/s
# udp rx:   1849 MB/s  1502118 calls/s
# udp tx:   1914 MB/s    32474 calls/s  32474 msg/s
# udp rx:   1774 MB/s  1438857 calls/s
# udp tx:   1927 MB/s    32699 calls/s  32699 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__->