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:    935 MB/s    15866 calls/s  15866 msg/s
# tcp rx:    953 MB/s    48941 calls/s
# tcp tx:    912 MB/s    15485 calls/s  15485 msg/s
# tcp rx:    913 MB/s    47896 calls/s
# tcp tx:    927 MB/s    15729 calls/s  15729 msg/s
# tcp rx:    927 MB/s    48552 calls/s
# tcp tx:    960 MB/s    16292 calls/s  16292 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:    608 MB/s   441014 calls/s
# udp tx:   1293 MB/s    21936 calls/s  21936 msg/s
# udp rx:    633 MB/s   458496 calls/s
# udp tx:   1294 MB/s    21952 calls/s  21952 msg/s
# udp rx:    658 MB/s   476672 calls/s
# udp tx:   1288 MB/s    21846 calls/s  21846 msg/s
# udp rx:    613 MB/s   444160 calls/s
# udp tx:   1297 MB/s    22009 calls/s  22009 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:   1102 MB/s   804204 calls/s
# udp tx:   1128 MB/s    19134 calls/s  19134 msg/s
# udp rx:   1168 MB/s   852473 calls/s
# udp tx:   1168 MB/s    19813 calls/s  19813 msg/s
# udp rx:   1166 MB/s   851000 calls/s
# udp tx:   1166 MB/s    19785 calls/s  19785 msg/s
# udp rx:   1162 MB/s   847459 calls/s
# udp tx:   1161 MB/s    19699 calls/s  19699 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__->