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:    947 MB/s    16062 calls/s  16062 msg/s
# tcp rx:    947 MB/s    50193 calls/s
# tcp tx:   1041 MB/s    17664 calls/s  17664 msg/s
# tcp rx:   1042 MB/s    52739 calls/s
# tcp tx:    994 MB/s    16859 calls/s  16859 msg/s
# tcp rx:    994 MB/s    50784 calls/s
# tcp tx:    989 MB/s    16781 calls/s  16781 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:    515 MB/s   373422 calls/s
# udp tx:    840 MB/s    14252 calls/s  14252 msg/s
# udp rx:    533 MB/s   385949 calls/s
# udp tx:    892 MB/s    15137 calls/s  15137 msg/s
# udp rx:    536 MB/s   388343 calls/s
# udp tx:    888 MB/s    15063 calls/s  15063 msg/s
# udp rx:    536 MB/s   388204 calls/s
# udp tx:    890 MB/s    15101 calls/s  15101 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:   1155 MB/s   842922 calls/s
# udp tx:   1180 MB/s    20026 calls/s  20026 msg/s
# udp rx:   1183 MB/s   863226 calls/s
# udp tx:   1183 MB/s    20066 calls/s  20066 msg/s
# udp rx:   1183 MB/s   863112 calls/s
# udp tx:   1182 MB/s    20062 calls/s  20062 msg/s
# udp rx:   1184 MB/s   864096 calls/s
# udp tx:   1184 MB/s    20085 calls/s  20085 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__->