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:    929 MB/s    15768 calls/s  15768 msg/s
# tcp rx:    930 MB/s    50154 calls/s
# tcp tx:    863 MB/s    14641 calls/s  14641 msg/s
# tcp rx:    886 MB/s    51294 calls/s
# tcp tx:    936 MB/s    15876 calls/s  15876 msg/s
# tcp rx:    943 MB/s    45392 calls/s
# tcp tx:    957 MB/s    16234 calls/s  16234 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:    625 MB/s   453120 calls/s
# udp tx:   1295 MB/s    21971 calls/s  21971 msg/s
# udp rx:    658 MB/s   476673 calls/s
# udp tx:   1289 MB/s    21866 calls/s  21866 msg/s
# udp rx:    667 MB/s   483084 calls/s
# udp tx:   1258 MB/s    21347 calls/s  21347 msg/s
# udp rx:    664 MB/s   481464 calls/s
# udp tx:   1305 MB/s    22137 calls/s  22137 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:   1166 MB/s   851092 calls/s
# udp tx:   1192 MB/s    20233 calls/s  20233 msg/s
# udp rx:   1139 MB/s   831018 calls/s
# udp tx:   1139 MB/s    19321 calls/s  19321 msg/s
# udp rx:   1155 MB/s   842353 calls/s
# udp tx:   1156 MB/s    19609 calls/s  19609 msg/s
# udp rx:   1141 MB/s   832661 calls/s
# udp tx:   1141 MB/s    19357 calls/s  19357 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__->