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:    535 MB/s     9086 calls/s   9086 msg/s
# tcp rx:    536 MB/s    38735 calls/s
# tcp tx:    561 MB/s     9531 calls/s   9531 msg/s
# tcp rx:    562 MB/s    37978 calls/s
# tcp tx:    580 MB/s     9844 calls/s   9844 msg/s
# tcp rx:    580 MB/s    37740 calls/s
# tcp tx:    565 MB/s     9592 calls/s   9592 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:    597 MB/s   433152 calls/s
# udp tx:   1273 MB/s    21600 calls/s  21600 msg/s
# udp rx:    648 MB/s   470290 calls/s
# udp tx:   1264 MB/s    21448 calls/s  21448 msg/s
# udp rx:    657 MB/s   476029 calls/s
# udp tx:   1274 MB/s    21620 calls/s  21620 msg/s
# udp rx:    656 MB/s   475375 calls/s
# udp tx:   1276 MB/s    21655 calls/s  21655 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:   1056 MB/s   770244 calls/s
# udp tx:   1090 MB/s    18499 calls/s  18499 msg/s
# udp rx:   1060 MB/s   773388 calls/s
# udp tx:   1063 MB/s    18032 calls/s  18032 msg/s
# udp rx:   1157 MB/s   844273 calls/s
# udp tx:   1158 MB/s    19651 calls/s  19651 msg/s
# udp rx:   1158 MB/s   845261 calls/s
# udp tx:   1159 MB/s    19674 calls/s  19674 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__->