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:    995 MB/s    16887 calls/s  16887 msg/s
# tcp rx:    995 MB/s    51997 calls/s
# tcp tx:    940 MB/s    15956 calls/s  15956 msg/s
# tcp rx:    953 MB/s    50968 calls/s
# tcp tx:    969 MB/s    16443 calls/s  16443 msg/s
# tcp rx:    976 MB/s    49451 calls/s
# tcp tx:    977 MB/s    16576 calls/s  16576 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:    634 MB/s   459264 calls/s
# udp tx:   1172 MB/s    19879 calls/s  19879 msg/s
# udp rx:    637 MB/s   462086 calls/s
# udp tx:   1086 MB/s    18422 calls/s  18422 msg/s
# udp rx:    584 MB/s   423540 calls/s
# udp tx:   1261 MB/s    21393 calls/s  21393 msg/s
# udp rx:    661 MB/s   478755 calls/s
# udp tx:   1287 MB/s    21832 calls/s  21832 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:   1082 MB/s   789158 calls/s
# udp tx:   1116 MB/s    18935 calls/s  18935 msg/s
# udp rx:   1147 MB/s   836601 calls/s
# udp tx:   1150 MB/s    19520 calls/s  19520 msg/s
# udp rx:   1155 MB/s   842629 calls/s
# udp tx:   1156 MB/s    19622 calls/s  19622 msg/s
# udp rx:   1163 MB/s   848870 calls/s
# udp tx:   1168 MB/s    19826 calls/s  19826 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__->