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:    703 MB/s    11924 calls/s  11924 msg/s
# tcp rx:    703 MB/s    39178 calls/s
# tcp tx:    560 MB/s     9505 calls/s   9505 msg/s
# tcp rx:    561 MB/s    33232 calls/s
# tcp tx:    550 MB/s     9340 calls/s   9340 msg/s
# tcp rx:    551 MB/s    32699 calls/s
# tcp tx:    846 MB/s    14362 calls/s  14362 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:    619 MB/s   449280 calls/s
# udp tx:   1151 MB/s    19525 calls/s  19525 msg/s
# udp rx:    637 MB/s   461568 calls/s
# udp tx:   1204 MB/s    20427 calls/s  20427 msg/s
# udp rx:    658 MB/s   476672 calls/s
# udp tx:   1221 MB/s    20715 calls/s  20715 msg/s
# udp rx:    658 MB/s   477184 calls/s
# udp tx:   1222 MB/s    20739 calls/s  20739 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:   1043 MB/s   761009 calls/s
# udp tx:   1067 MB/s    18101 calls/s  18101 msg/s
# udp rx:   1194 MB/s   871364 calls/s
# udp tx:   1195 MB/s    20281 calls/s  20281 msg/s
# udp rx:   1166 MB/s   850584 calls/s
# udp tx:   1169 MB/s    19840 calls/s  19840 msg/s
# udp rx:   1166 MB/s   850838 calls/s
# udp tx:   1168 MB/s    19813 calls/s  19813 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__->