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:    927 MB/s    15734 calls/s  15734 msg/s
# tcp rx:    927 MB/s    48653 calls/s
# tcp tx:    987 MB/s    16744 calls/s  16744 msg/s
# tcp rx:    988 MB/s    50643 calls/s
# tcp tx:    987 MB/s    16750 calls/s  16750 msg/s
# tcp rx:    988 MB/s    50575 calls/s
# tcp tx:    994 MB/s    16866 calls/s  16866 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:    621 MB/s   449792 calls/s
# udp tx:   1307 MB/s    22170 calls/s  22170 msg/s
# udp rx:    620 MB/s   449720 calls/s
# udp tx:   1309 MB/s    22209 calls/s  22209 msg/s
# udp rx:    591 MB/s   428728 calls/s
# udp tx:   1320 MB/s    22397 calls/s  22397 msg/s
# udp rx:    661 MB/s   479185 calls/s
# udp tx:   1304 MB/s    22130 calls/s  22130 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:    937 MB/s   683719 calls/s
# udp tx:    952 MB/s    16163 calls/s  16163 msg/s
# udp rx:    646 MB/s   471332 calls/s
# udp tx:    647 MB/s    10974 calls/s  10974 msg/s
# udp rx:    657 MB/s   479181 calls/s
# udp tx:    657 MB/s    11147 calls/s  11147 msg/s
# udp rx:    630 MB/s   459637 calls/s
# udp tx:    629 MB/s    10669 calls/s  10669 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__->