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:    934 MB/s    15844 calls/s  15844 msg/s
# tcp rx:    935 MB/s    49451 calls/s
# tcp tx:    958 MB/s    16264 calls/s  16264 msg/s
# tcp rx:    960 MB/s    49423 calls/s
# tcp tx:    964 MB/s    16359 calls/s  16359 msg/s
# tcp rx:    965 MB/s    49283 calls/s
# tcp tx:    936 MB/s    15890 calls/s  15890 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:    579 MB/s   419619 calls/s
# udp tx:   1287 MB/s    21837 calls/s  21837 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1280 MB/s    21721 calls/s  21721 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1273 MB/s    21591 calls/s  21591 msg/s
# udp rx:    656 MB/s   475392 calls/s
# udp tx:   1278 MB/s    21687 calls/s  21687 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:   1098 MB/s   800796 calls/s
# udp tx:   1124 MB/s    19078 calls/s  19078 msg/s
# udp rx:   1124 MB/s   820018 calls/s
# udp tx:   1127 MB/s    19122 calls/s  19122 msg/s
# udp rx:   1129 MB/s   823532 calls/s
# udp tx:   1132 MB/s    19202 calls/s  19202 msg/s
# udp rx:   1132 MB/s   825696 calls/s
# udp tx:   1135 MB/s    19254 calls/s  19254 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__->