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:    987 MB/s    16753 calls/s  16753 msg/s
# tcp rx:   1002 MB/s    50877 calls/s
# tcp tx:    923 MB/s    15655 calls/s  15655 msg/s
# tcp rx:    921 MB/s    49920 calls/s
# tcp tx:    902 MB/s    15311 calls/s  15311 msg/s
# tcp rx:    903 MB/s    49912 calls/s
# tcp tx:    915 MB/s    15534 calls/s  15534 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:    527 MB/s   382208 calls/s
# udp tx:    784 MB/s    13300 calls/s  13300 msg/s
# udp rx:    546 MB/s   396216 calls/s
# udp tx:    822 MB/s    13954 calls/s  13954 msg/s
# udp rx:    492 MB/s   356654 calls/s
# udp tx:    850 MB/s    14417 calls/s  14417 msg/s
# udp rx:    528 MB/s   382532 calls/s
# udp tx:    859 MB/s    14575 calls/s  14575 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:    625 MB/s   456532 calls/s
# udp tx:    642 MB/s    10891 calls/s  10891 msg/s
# udp rx:    666 MB/s   485844 calls/s
# udp tx:    669 MB/s    11356 calls/s  11356 msg/s
# udp rx:    660 MB/s   481453 calls/s
# udp tx:    663 MB/s    11252 calls/s  11252 msg/s
# udp rx:    668 MB/s   487790 calls/s
# udp tx:    680 MB/s    11546 calls/s  11546 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__->