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:    911 MB/s    15454 calls/s  15454 msg/s
# tcp rx:    911 MB/s    49826 calls/s
# tcp tx:    931 MB/s    15804 calls/s  15804 msg/s
# tcp rx:    931 MB/s    48986 calls/s
# tcp tx:    956 MB/s    16225 calls/s  16225 msg/s
# tcp rx:    957 MB/s    48249 calls/s
# tcp tx:    950 MB/s    16114 calls/s  16114 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:    648 MB/s   469760 calls/s
# udp tx:   1289 MB/s    21870 calls/s  21870 msg/s
# udp rx:    661 MB/s   478720 calls/s
# udp tx:   1283 MB/s    21762 calls/s  21762 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1278 MB/s    21683 calls/s  21683 msg/s
# udp rx:    661 MB/s   478720 calls/s
# udp tx:   1283 MB/s    21761 calls/s  21761 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:    610 MB/s   445212 calls/s
# udp tx:    628 MB/s    10655 calls/s  10655 msg/s
# udp rx:    640 MB/s   467355 calls/s
# udp tx:    645 MB/s    10943 calls/s  10943 msg/s
# udp rx:    626 MB/s   456928 calls/s
# udp tx:    627 MB/s    10636 calls/s  10636 msg/s
# udp rx:    578 MB/s   422065 calls/s
# udp tx:    574 MB/s     9751 calls/s   9751 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__->