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:    812 MB/s    13786 calls/s  13786 msg/s
# tcp rx:    815 MB/s    66896 calls/s
# tcp tx:    830 MB/s    14087 calls/s  14087 msg/s
# tcp rx:    831 MB/s    63678 calls/s
# tcp tx:    836 MB/s    14183 calls/s  14183 msg/s
# tcp rx:    836 MB/s    63832 calls/s
# tcp tx:    833 MB/s    14140 calls/s  14140 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:    594 MB/s   430848 calls/s
# udp tx:   1281 MB/s    21734 calls/s  21734 msg/s
# udp rx:    667 MB/s   483072 calls/s
# udp tx:   1309 MB/s    22203 calls/s  22203 msg/s
# udp rx:    675 MB/s   489472 calls/s
# udp tx:   1302 MB/s    22097 calls/s  22097 msg/s
# udp rx:    676 MB/s   489728 calls/s
# udp tx:   1294 MB/s    21959 calls/s  21959 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:    627 MB/s   457607 calls/s
# udp tx:    641 MB/s    10876 calls/s  10876 msg/s
# udp rx:    657 MB/s   479795 calls/s
# udp tx:    659 MB/s    11178 calls/s  11178 msg/s
# udp rx:    651 MB/s   475079 calls/s
# udp tx:    652 MB/s    11060 calls/s  11060 msg/s
# udp rx:    653 MB/s   476665 calls/s
# udp tx:    654 MB/s    11097 calls/s  11097 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__->