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:    787 MB/s    13363 calls/s  13363 msg/s
# tcp rx:    788 MB/s    66715 calls/s
# tcp tx:    835 MB/s    14176 calls/s  14176 msg/s
# tcp rx:    836 MB/s    64452 calls/s
# tcp tx:    819 MB/s    13904 calls/s  13904 msg/s
# tcp rx:    820 MB/s    65809 calls/s
# tcp tx:    825 MB/s    13996 calls/s  13996 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:    636 MB/s   461056 calls/s
# udp tx:   1300 MB/s    22054 calls/s  22054 msg/s
# udp rx:    645 MB/s   467200 calls/s
# udp tx:   1219 MB/s    20676 calls/s  20676 msg/s
# udp rx:    675 MB/s   489472 calls/s
# udp tx:   1203 MB/s    20418 calls/s  20418 msg/s
# udp rx:    675 MB/s   489472 calls/s
# udp tx:   1225 MB/s    20789 calls/s  20789 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:   1083 MB/s   790053 calls/s
# udp tx:   1106 MB/s    18765 calls/s  18765 msg/s
# udp rx:   1105 MB/s   806167 calls/s
# udp tx:   1104 MB/s    18732 calls/s  18732 msg/s
# udp rx:   1010 MB/s   736819 calls/s
# udp tx:   1001 MB/s    16993 calls/s  16993 msg/s
# udp rx:   1078 MB/s   786511 calls/s
# udp tx:   1084 MB/s    18388 calls/s  18388 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__->