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:    992 MB/s    16840 calls/s  16840 msg/s
# tcp rx:    993 MB/s    50699 calls/s
# tcp tx:    900 MB/s    15270 calls/s  15270 msg/s
# tcp rx:    901 MB/s    48802 calls/s
# tcp tx:    977 MB/s    16578 calls/s  16578 msg/s
# tcp rx:    978 MB/s    49998 calls/s
# tcp tx:    974 MB/s    16534 calls/s  16534 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:    578 MB/s   419072 calls/s
# udp tx:   1221 MB/s    20710 calls/s  20710 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1221 MB/s    20716 calls/s  20716 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1233 MB/s    20928 calls/s  20928 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1160 MB/s    19684 calls/s  19684 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:   1071 MB/s   781185 calls/s
# udp tx:   1094 MB/s    18555 calls/s  18555 msg/s
# udp rx:   1111 MB/s   810346 calls/s
# udp tx:   1112 MB/s    18875 calls/s  18875 msg/s
# udp rx:   1156 MB/s   843242 calls/s
# udp tx:   1156 MB/s    19623 calls/s  19623 msg/s
# udp rx:   1157 MB/s   844064 calls/s
# udp tx:   1161 MB/s    19707 calls/s  19707 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__->