make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    829 MB/s    14074 calls/s  14074 msg/s
# tcp rx:    833 MB/s    67451 calls/s
# tcp tx:    842 MB/s    14296 calls/s  14296 msg/s
# tcp rx:    843 MB/s    67255 calls/s
# tcp tx:    841 MB/s    14279 calls/s  14279 msg/s
# tcp rx:    844 MB/s    62736 calls/s
# tcp tx:    838 MB/s    14225 calls/s  14225 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:    574 MB/s   415744 calls/s
# udp tx:   1298 MB/s    22018 calls/s  22018 msg/s
# udp rx:    675 MB/s   489216 calls/s
# udp tx:   1263 MB/s    21434 calls/s  21434 msg/s
# udp rx:    675 MB/s   489472 calls/s
# udp tx:   1281 MB/s    21727 calls/s  21727 msg/s
# udp rx:    651 MB/s   471552 calls/s
# udp tx:   1290 MB/s    21892 calls/s  21892 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:   1026 MB/s   748539 calls/s
# udp tx:   1049 MB/s    17804 calls/s  17804 msg/s
# udp rx:   1119 MB/s   816137 calls/s
# udp tx:   1119 MB/s    18984 calls/s  18984 msg/s
# udp rx:   1103 MB/s   804934 calls/s
# udp tx:   1102 MB/s    18700 calls/s  18700 msg/s
# udp rx:   1115 MB/s   813853 calls/s
# udp tx:   1114 MB/s    18911 calls/s  18911 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__->