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:   1014 MB/s    17212 calls/s  17212 msg/s
# tcp rx:   1029 MB/s    51820 calls/s
# tcp tx:   1020 MB/s    17312 calls/s  17312 msg/s
# tcp rx:   1018 MB/s    50749 calls/s
# tcp tx:   1013 MB/s    17188 calls/s  17188 msg/s
# tcp rx:   1015 MB/s    51366 calls/s
# tcp tx:   1017 MB/s    17251 calls/s  17251 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:    560 MB/s   405760 calls/s
# udp tx:   1348 MB/s    22873 calls/s  22873 msg/s
# udp rx:    588 MB/s   426496 calls/s
# udp tx:   1339 MB/s    22725 calls/s  22725 msg/s
# udp rx:    595 MB/s   431360 calls/s
# udp tx:   1340 MB/s    22735 calls/s  22735 msg/s
# udp rx:    657 MB/s   476416 calls/s
# udp tx:   1318 MB/s    22355 calls/s  22355 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:   1156 MB/s   843266 calls/s
# udp tx:   1181 MB/s    20035 calls/s  20035 msg/s
# udp rx:   1174 MB/s   856407 calls/s
# udp tx:   1173 MB/s    19905 calls/s  19905 msg/s
# udp rx:   1154 MB/s   842113 calls/s
# udp tx:   1153 MB/s    19561 calls/s  19561 msg/s
# udp rx:   1163 MB/s   848504 calls/s
# udp tx:   1162 MB/s    19723 calls/s  19723 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__->