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:    669 MB/s    11355 calls/s  11355 msg/s
# tcp rx:    669 MB/s    34251 calls/s
# tcp tx:    887 MB/s    15059 calls/s  15059 msg/s
# tcp rx:    888 MB/s    45031 calls/s
# tcp tx:    999 MB/s    16949 calls/s  16949 msg/s
# tcp rx:   1000 MB/s    50435 calls/s
# tcp tx:    988 MB/s    16765 calls/s  16765 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:    468 MB/s   339755 calls/s
# udp tx:    894 MB/s    15170 calls/s  15170 msg/s
# udp rx:    547 MB/s   396800 calls/s
# udp tx:    827 MB/s    14038 calls/s  14038 msg/s
# udp rx:    573 MB/s   415488 calls/s
# udp tx:    798 MB/s    13539 calls/s  13539 msg/s
# udp rx:    562 MB/s   407808 calls/s
# udp tx:    805 MB/s    13663 calls/s  13663 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:    663 MB/s   484224 calls/s
# udp tx:    682 MB/s    11570 calls/s  11570 msg/s
# udp rx:    721 MB/s   525872 calls/s
# udp tx:    718 MB/s    12183 calls/s  12183 msg/s
# udp rx:    660 MB/s   481493 calls/s
# udp tx:    659 MB/s    11191 calls/s  11191 msg/s
# udp rx:    637 MB/s   465079 calls/s
# udp tx:    637 MB/s    10817 calls/s  10817 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__->