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:   1452 MB/s    24636 calls/s  24636 msg/s
# tcp rx:   1454 MB/s    64879 calls/s
# tcp tx:   1602 MB/s    27179 calls/s  27179 msg/s
# tcp rx:   1604 MB/s    72962 calls/s
# tcp tx:   1518 MB/s    25752 calls/s  25752 msg/s
# tcp rx:   1519 MB/s    68681 calls/s
# tcp tx:   1505 MB/s    25528 calls/s  25528 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:    662 MB/s   478720 calls/s
# udp tx:   1522 MB/s    25823 calls/s  25823 msg/s
# udp rx:    680 MB/s   492288 calls/s
# udp tx:   1516 MB/s    25729 calls/s  25729 msg/s
# udp rx:    681 MB/s   492800 calls/s
# udp tx:   1551 MB/s    26322 calls/s  26322 msg/s
# udp rx:    636 MB/s   459776 calls/s
# udp tx:   1596 MB/s    27080 calls/s  27080 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:   1259 MB/s   918918 calls/s
# udp tx:   1295 MB/s    21967 calls/s  21967 msg/s
# udp rx:   1295 MB/s   944919 calls/s
# udp tx:   1299 MB/s    22048 calls/s  22048 msg/s
# udp rx:   1368 MB/s   998275 calls/s
# udp tx:   1363 MB/s    23118 calls/s  23118 msg/s
# udp rx:   1334 MB/s   972914 calls/s
# udp tx:   1335 MB/s    22655 calls/s  22655 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__->