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:    844 MB/s    14322 calls/s  14322 msg/s
# tcp rx:    844 MB/s    49676 calls/s
# tcp tx:    941 MB/s    15973 calls/s  15973 msg/s
# tcp rx:    958 MB/s    48227 calls/s
# tcp tx:    866 MB/s    14696 calls/s  14696 msg/s
# tcp rx:    871 MB/s    47379 calls/s
# tcp tx:    888 MB/s    15068 calls/s  15068 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:    613 MB/s   444416 calls/s
# udp tx:   1280 MB/s    21717 calls/s  21717 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1280 MB/s    21720 calls/s  21720 msg/s
# udp rx:    658 MB/s   477184 calls/s
# udp tx:   1278 MB/s    21686 calls/s  21686 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1280 MB/s    21716 calls/s  21716 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:   1124 MB/s   820246 calls/s
# udp tx:   1150 MB/s    19512 calls/s  19512 msg/s
# udp rx:   1165 MB/s   850195 calls/s
# udp tx:   1168 MB/s    19820 calls/s  19820 msg/s
# udp rx:   1167 MB/s   851338 calls/s
# udp tx:   1168 MB/s    19825 calls/s  19825 msg/s
# udp rx:   1167 MB/s   851143 calls/s
# udp tx:   1168 MB/s    19826 calls/s  19826 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__->