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:    977 MB/s    16574 calls/s  16574 msg/s
# tcp rx:    977 MB/s    50665 calls/s
# tcp tx:   1008 MB/s    17098 calls/s  17098 msg/s
# tcp rx:   1009 MB/s    49879 calls/s
# tcp tx:    973 MB/s    16505 calls/s  16505 msg/s
# tcp rx:    975 MB/s    49222 calls/s
# tcp tx:    926 MB/s    15706 calls/s  15706 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:    649 MB/s   470528 calls/s
# udp tx:   1209 MB/s    20520 calls/s  20520 msg/s
# udp rx:    655 MB/s   475136 calls/s
# udp tx:   1282 MB/s    21758 calls/s  21758 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1280 MB/s    21722 calls/s  21722 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1281 MB/s    21731 calls/s  21731 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:   1086 MB/s   792398 calls/s
# udp tx:   1112 MB/s    18863 calls/s  18863 msg/s
# udp rx:   1151 MB/s   839492 calls/s
# udp tx:   1149 MB/s    19502 calls/s  19502 msg/s
# udp rx:   1151 MB/s   839658 calls/s
# udp tx:   1150 MB/s    19518 calls/s  19518 msg/s
# udp rx:   1151 MB/s   839764 calls/s
# udp tx:   1150 MB/s    19519 calls/s  19519 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__->