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:    925 MB/s    15691 calls/s  15691 msg/s
# tcp rx:    944 MB/s    50854 calls/s
# tcp tx:    926 MB/s    15722 calls/s  15722 msg/s
# tcp rx:    942 MB/s    47262 calls/s
# tcp tx:    932 MB/s    15813 calls/s  15813 msg/s
# tcp rx:    954 MB/s    46902 calls/s
# tcp tx:    941 MB/s    15962 calls/s  15962 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:    649 MB/s   470528 calls/s
# udp tx:   1275 MB/s    21633 calls/s  21633 msg/s
# udp rx:    666 MB/s   483186 calls/s
# udp tx:   1263 MB/s    21434 calls/s  21434 msg/s
# udp rx:    664 MB/s   481509 calls/s
# udp tx:   1286 MB/s    21828 calls/s  21828 msg/s
# udp rx:    664 MB/s   481416 calls/s
# udp tx:   1281 MB/s    21733 calls/s  21733 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:   1045 MB/s   762783 calls/s
# udp tx:   1074 MB/s    18216 calls/s  18216 msg/s
# udp rx:   1161 MB/s   847454 calls/s
# udp tx:   1161 MB/s    19692 calls/s  19692 msg/s
# udp rx:   1157 MB/s   844076 calls/s
# udp tx:   1156 MB/s    19608 calls/s  19608 msg/s
# udp rx:   1156 MB/s   843658 calls/s
# udp tx:   1156 MB/s    19610 calls/s  19610 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__->