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:    944 MB/s    16024 calls/s  16024 msg/s
# tcp rx:    945 MB/s    50307 calls/s
# tcp tx:    918 MB/s    15584 calls/s  15584 msg/s
# tcp rx:    919 MB/s    49534 calls/s
# tcp tx:    925 MB/s    15700 calls/s  15700 msg/s
# tcp rx:    926 MB/s    49922 calls/s
# tcp tx:    943 MB/s    16007 calls/s  16007 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:    531 MB/s   385245 calls/s
# udp tx:    823 MB/s    13970 calls/s  13970 msg/s
# udp rx:    555 MB/s   402931 calls/s
# udp tx:    719 MB/s    12207 calls/s  12207 msg/s
# udp rx:    567 MB/s   411522 calls/s
# udp tx:    799 MB/s    13563 calls/s  13563 msg/s
# udp rx:    567 MB/s   411433 calls/s
# udp tx:    799 MB/s    13561 calls/s  13561 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:   1123 MB/s   819670 calls/s
# udp tx:   1147 MB/s    19457 calls/s  19457 msg/s
# udp rx:   1135 MB/s   828199 calls/s
# udp tx:   1136 MB/s    19281 calls/s  19281 msg/s
# udp rx:   1137 MB/s   829377 calls/s
# udp tx:   1137 MB/s    19301 calls/s  19301 msg/s
# udp rx:   1146 MB/s   836066 calls/s
# udp tx:   1146 MB/s    19453 calls/s  19453 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__->