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:    883 MB/s    14982 calls/s  14982 msg/s
# tcp rx:    883 MB/s    49565 calls/s
# tcp tx:    899 MB/s    15259 calls/s  15259 msg/s
# tcp rx:    900 MB/s    50148 calls/s
# tcp tx:    893 MB/s    15149 calls/s  15149 msg/s
# tcp rx:    893 MB/s    50111 calls/s
# tcp tx:    905 MB/s    15360 calls/s  15360 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:    637 MB/s   461824 calls/s
# udp tx:   1277 MB/s    21669 calls/s  21669 msg/s
# udp rx:    657 MB/s   476416 calls/s
# udp tx:   1304 MB/s    22131 calls/s  22131 msg/s
# udp rx:    630 MB/s   456960 calls/s
# udp tx:   1315 MB/s    22316 calls/s  22316 msg/s
# udp rx:    596 MB/s   431872 calls/s
# udp tx:   1327 MB/s    22515 calls/s  22515 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:   1008 MB/s   735278 calls/s
# udp tx:   1034 MB/s    17552 calls/s  17552 msg/s
# udp rx:   1122 MB/s   818429 calls/s
# udp tx:   1122 MB/s    19041 calls/s  19041 msg/s
# udp rx:   1095 MB/s   799311 calls/s
# udp tx:   1095 MB/s    18586 calls/s  18586 msg/s
# udp rx:   1033 MB/s   753455 calls/s
# udp tx:   1023 MB/s    17366 calls/s  17366 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__->