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:   1041 MB/s    17669 calls/s  17669 msg/s
# tcp rx:   1043 MB/s    53181 calls/s
# tcp tx:    953 MB/s    16169 calls/s  16169 msg/s
# tcp rx:    955 MB/s    49590 calls/s
# tcp tx:    974 MB/s    16529 calls/s  16529 msg/s
# tcp rx:    975 MB/s    50201 calls/s
# tcp tx:    926 MB/s    15721 calls/s  15721 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:    637 MB/s   461407 calls/s
# udp tx:   1254 MB/s    21279 calls/s  21279 msg/s
# udp rx:    664 MB/s   481548 calls/s
# udp tx:   1261 MB/s    21402 calls/s  21402 msg/s
# udp rx:    666 MB/s   482560 calls/s
# udp tx:   1266 MB/s    21482 calls/s  21482 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1320 MB/s    22399 calls/s  22399 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:   1076 MB/s   785167 calls/s
# udp tx:   1103 MB/s    18712 calls/s  18712 msg/s
# udp rx:   1089 MB/s   794583 calls/s
# udp tx:   1083 MB/s    18378 calls/s  18378 msg/s
# udp rx:   1086 MB/s   792088 calls/s
# udp tx:   1091 MB/s    18520 calls/s  18520 msg/s
# udp rx:   1170 MB/s   853621 calls/s
# udp tx:   1165 MB/s    19765 calls/s  19765 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__->