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:   1001 MB/s    16980 calls/s  16980 msg/s
# tcp rx:   1001 MB/s    51714 calls/s
# tcp tx:    989 MB/s    16785 calls/s  16785 msg/s
# tcp rx:    991 MB/s    50639 calls/s
# tcp tx:    970 MB/s    16462 calls/s  16462 msg/s
# tcp rx:    971 MB/s    50152 calls/s
# tcp tx:    979 MB/s    16616 calls/s  16616 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:    620 MB/s   449280 calls/s
# udp tx:   1280 MB/s    21722 calls/s  21722 msg/s
# udp rx:    666 MB/s   483328 calls/s
# udp tx:   1187 MB/s    20135 calls/s  20135 msg/s
# udp rx:    665 MB/s   482304 calls/s
# udp tx:   1281 MB/s    21736 calls/s  21736 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1280 MB/s    21710 calls/s  21710 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:   1091 MB/s   795968 calls/s
# udp tx:   1116 MB/s    18935 calls/s  18935 msg/s
# udp rx:   1112 MB/s   811216 calls/s
# udp tx:   1103 MB/s    18708 calls/s  18708 msg/s
# udp rx:   1048 MB/s   764420 calls/s
# udp tx:   1056 MB/s    17918 calls/s  17918 msg/s
# udp rx:    956 MB/s   697282 calls/s
# udp tx:    954 MB/s    16192 calls/s  16192 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__->