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:    940 MB/s    15949 calls/s  15949 msg/s
# tcp rx:    947 MB/s    51427 calls/s
# tcp tx:    923 MB/s    15667 calls/s  15667 msg/s
# tcp rx:    926 MB/s    49359 calls/s
# tcp tx:    920 MB/s    15608 calls/s  15608 msg/s
# tcp rx:    932 MB/s    49457 calls/s
# tcp tx:    879 MB/s    14915 calls/s  14915 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:    444 MB/s   321536 calls/s
# udp tx:    939 MB/s    15934 calls/s  15934 msg/s
# udp rx:    476 MB/s   344320 calls/s
# udp tx:    916 MB/s    15549 calls/s  15549 msg/s
# udp rx:    433 MB/s   313600 calls/s
# udp tx:    959 MB/s    16277 calls/s  16277 msg/s
# udp rx:    507 MB/s   366848 calls/s
# udp tx:    890 MB/s    15107 calls/s  15107 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:    620 MB/s   452489 calls/s
# udp tx:    640 MB/s    10859 calls/s  10859 msg/s
# udp rx:    590 MB/s   430834 calls/s
# udp tx:    587 MB/s     9962 calls/s   9962 msg/s
# udp rx:    586 MB/s   427777 calls/s
# udp tx:    586 MB/s     9942 calls/s   9942 msg/s
# udp rx:    557 MB/s   406952 calls/s
# udp tx:    557 MB/s     9461 calls/s   9461 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__->