make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    863 MB/s    14638 calls/s  14638 msg/s
# tcp rx:    863 MB/s    48401 calls/s
# tcp tx:    829 MB/s    14076 calls/s  14076 msg/s
# tcp rx:    835 MB/s    47836 calls/s
# tcp tx:    486 MB/s     8253 calls/s   8253 msg/s
# tcp rx:    483 MB/s    29184 calls/s
# tcp tx:    450 MB/s     7639 calls/s   7639 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    395 MB/s   286659 calls/s
# udp tx:    774 MB/s    13143 calls/s  13143 msg/s
# udp rx:    472 MB/s   342980 calls/s
# udp tx:    796 MB/s    13501 calls/s  13501 msg/s
# udp rx:    509 MB/s   369040 calls/s
# udp tx:    764 MB/s    12973 calls/s  12973 msg/s
# udp rx:    464 MB/s   337499 calls/s
# udp tx:    689 MB/s    11694 calls/s  11694 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:    850 MB/s   620124 calls/s
# udp tx:    877 MB/s    14886 calls/s  14886 msg/s
# udp rx:    964 MB/s   703343 calls/s
# udp tx:    974 MB/s    16521 calls/s  16521 msg/s
# udp rx:    960 MB/s   700763 calls/s
# udp tx:    956 MB/s    16229 calls/s  16229 msg/s
# udp rx:    925 MB/s   675161 calls/s
# udp tx:    933 MB/s    15831 calls/s  15831 msg/s
ok 1 selftests: net: udpgro_frglist.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__->