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:    909 MB/s    15432 calls/s  15432 msg/s
# tcp rx:    922 MB/s    47752 calls/s
# tcp tx:    945 MB/s    16041 calls/s  16041 msg/s
# tcp rx:    950 MB/s    48657 calls/s
# tcp tx:    940 MB/s    15954 calls/s  15954 msg/s
# tcp rx:    942 MB/s    48024 calls/s
# tcp tx:    953 MB/s    16176 calls/s  16176 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:    524 MB/s   380536 calls/s
# udp tx:    775 MB/s    13152 calls/s  13152 msg/s
# udp rx:    541 MB/s   392192 calls/s
# udp tx:    830 MB/s    14082 calls/s  14082 msg/s
# udp rx:    543 MB/s   393472 calls/s
# udp tx:    821 MB/s    13932 calls/s  13932 msg/s
# udp rx:    541 MB/s   392448 calls/s
# udp tx:    833 MB/s    14130 calls/s  14130 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:    577 MB/s   421228 calls/s
# udp tx:    596 MB/s    10125 calls/s  10125 msg/s
# udp rx:   1031 MB/s   752138 calls/s
# udp tx:   1045 MB/s    17734 calls/s  17734 msg/s
# udp rx:   1114 MB/s   812735 calls/s
# udp tx:   1115 MB/s    18927 calls/s  18927 msg/s
# udp rx:   1120 MB/s   816825 calls/s
# udp tx:   1120 MB/s    19000 calls/s  19000 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__->