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:    952 MB/s    16150 calls/s  16150 msg/s
# tcp rx:    952 MB/s    49925 calls/s
# tcp tx:    975 MB/s    16550 calls/s  16550 msg/s
# tcp rx:    976 MB/s    50384 calls/s
# tcp tx:    913 MB/s    15501 calls/s  15501 msg/s
# tcp rx:    914 MB/s    48382 calls/s
# tcp tx:    900 MB/s    15275 calls/s  15275 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:    624 MB/s   452775 calls/s
# udp tx:   1242 MB/s    21080 calls/s  21080 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1276 MB/s    21645 calls/s  21645 msg/s
# udp rx:    657 MB/s   476416 calls/s
# udp tx:   1267 MB/s    21496 calls/s  21496 msg/s
# udp rx:    556 MB/s   402688 calls/s
# udp tx:   1298 MB/s    22015 calls/s  22015 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:   1027 MB/s   749358 calls/s
# udp tx:   1058 MB/s    17948 calls/s  17948 msg/s
# udp rx:   1158 MB/s   845211 calls/s
# udp tx:   1157 MB/s    19639 calls/s  19639 msg/s
# udp rx:    907 MB/s   661556 calls/s
# udp tx:    896 MB/s    15204 calls/s  15204 msg/s
# udp rx:    683 MB/s   498593 calls/s
# udp tx:    683 MB/s    11590 calls/s  11590 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__->