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:   1010 MB/s    17143 calls/s  17143 msg/s
# tcp rx:   1011 MB/s    51793 calls/s
# tcp tx:   1015 MB/s    17231 calls/s  17231 msg/s
# tcp rx:   1017 MB/s    51835 calls/s
# tcp tx:   1003 MB/s    17019 calls/s  17019 msg/s
# tcp rx:   1004 MB/s    51313 calls/s
# tcp tx:   1040 MB/s    17643 calls/s  17643 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:    599 MB/s   433920 calls/s
# udp tx:   1235 MB/s    20953 calls/s  20953 msg/s
# udp rx:    576 MB/s   417556 calls/s
# udp tx:   1323 MB/s    22448 calls/s  22448 msg/s
# udp rx:    600 MB/s   434571 calls/s
# udp tx:   1319 MB/s    22377 calls/s  22377 msg/s
# udp rx:    587 MB/s   425353 calls/s
# udp tx:   1325 MB/s    22476 calls/s  22476 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:   1123 MB/s   819407 calls/s
# udp tx:   1150 MB/s    19516 calls/s  19516 msg/s
# udp rx:   1140 MB/s   831624 calls/s
# udp tx:   1139 MB/s    19335 calls/s  19335 msg/s
# udp rx:   1050 MB/s   765804 calls/s
# udp tx:   1039 MB/s    17636 calls/s  17636 msg/s
# udp rx:    680 MB/s   496094 calls/s
# udp tx:    693 MB/s    11757 calls/s  11757 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__->