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:    853 MB/s    14479 calls/s  14479 msg/s
# tcp rx:    856 MB/s    50700 calls/s
# tcp tx:    605 MB/s    10267 calls/s  10267 msg/s
# tcp rx:    605 MB/s    31339 calls/s
# tcp tx:    674 MB/s    11436 calls/s  11436 msg/s
# tcp rx:    675 MB/s    34803 calls/s
# tcp tx:    678 MB/s    11502 calls/s  11502 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:    619 MB/s   449076 calls/s
# udp tx:   1181 MB/s    20035 calls/s  20035 msg/s
# udp rx:    634 MB/s   459776 calls/s
# udp tx:   1232 MB/s    20896 calls/s  20896 msg/s
# udp rx:    601 MB/s   435456 calls/s
# udp tx:   1236 MB/s    20972 calls/s  20972 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1214 MB/s    20595 calls/s  20595 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:    618 MB/s   451098 calls/s
# udp tx:    635 MB/s    10773 calls/s  10773 msg/s
# udp rx:    676 MB/s   493634 calls/s
# udp tx:    682 MB/s    11583 calls/s  11583 msg/s
# udp rx:    679 MB/s   495294 calls/s
# udp tx:    680 MB/s    11537 calls/s  11537 msg/s
# udp rx:    676 MB/s   493663 calls/s
# udp tx:    678 MB/s    11503 calls/s  11503 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__->