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:    919 MB/s    15599 calls/s  15599 msg/s
# tcp rx:    919 MB/s    50193 calls/s
# tcp tx:    899 MB/s    15251 calls/s  15251 msg/s
# tcp rx:    899 MB/s    50319 calls/s
# tcp tx:    921 MB/s    15633 calls/s  15633 msg/s
# tcp rx:    922 MB/s    50365 calls/s
# tcp tx:    878 MB/s    14901 calls/s  14901 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:    630 MB/s   456448 calls/s
# udp tx:   1222 MB/s    20741 calls/s  20741 msg/s
# udp rx:    588 MB/s   426240 calls/s
# udp tx:   1290 MB/s    21883 calls/s  21883 msg/s
# udp rx:    560 MB/s   405760 calls/s
# udp tx:   1324 MB/s    22472 calls/s  22472 msg/s
# udp rx:    659 MB/s   477952 calls/s
# udp tx:   1296 MB/s    21991 calls/s  21991 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:    874 MB/s   637537 calls/s
# udp tx:    893 MB/s    15157 calls/s  15157 msg/s
# udp rx:    608 MB/s   443923 calls/s
# udp tx:    607 MB/s    10309 calls/s  10309 msg/s
# udp rx:    647 MB/s   472506 calls/s
# udp tx:    642 MB/s    10905 calls/s  10905 msg/s
# udp rx:    612 MB/s   446350 calls/s
# udp tx:    615 MB/s    10437 calls/s  10437 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__->