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:   1028 MB/s    17436 calls/s  17436 msg/s
# tcp rx:   1042 MB/s    52613 calls/s
# tcp tx:    920 MB/s    15609 calls/s  15609 msg/s
# tcp rx:    928 MB/s    47063 calls/s
# tcp tx:    622 MB/s    10562 calls/s  10562 msg/s
# tcp rx:    611 MB/s    36111 calls/s
# tcp tx:    564 MB/s     9569 calls/s   9569 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:    550 MB/s   399397 calls/s
# udp tx:    974 MB/s    16524 calls/s  16524 msg/s
# udp rx:    648 MB/s   469248 calls/s
# udp tx:   1221 MB/s    20724 calls/s  20724 msg/s
# udp rx:    661 MB/s   478720 calls/s
# udp tx:   1230 MB/s    20870 calls/s  20870 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1235 MB/s    20961 calls/s  20961 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:    653 MB/s   476268 calls/s
# udp tx:    672 MB/s    11412 calls/s  11412 msg/s
# udp rx:    678 MB/s   494523 calls/s
# udp tx:    680 MB/s    11548 calls/s  11548 msg/s
# udp rx:    676 MB/s   493240 calls/s
# udp tx:    678 MB/s    11511 calls/s  11511 msg/s
# udp rx:    680 MB/s   496071 calls/s
# udp tx:    682 MB/s    11569 calls/s  11569 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__->