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:    960 MB/s    16297 calls/s  16297 msg/s
# tcp rx:    960 MB/s    50916 calls/s
# tcp tx:    953 MB/s    16168 calls/s  16168 msg/s
# tcp rx:    953 MB/s    50742 calls/s
# tcp tx:    957 MB/s    16246 calls/s  16246 msg/s
# tcp rx:    958 MB/s    50510 calls/s
# tcp tx:   1007 MB/s    17088 calls/s  17088 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:    586 MB/s   425728 calls/s
# udp tx:   1263 MB/s    21430 calls/s  21430 msg/s
# udp rx:    559 MB/s   405886 calls/s
# udp tx:   1286 MB/s    21813 calls/s  21813 msg/s
# udp rx:    664 MB/s   482126 calls/s
# udp tx:   1243 MB/s    21084 calls/s  21084 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1247 MB/s    21157 calls/s  21157 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:   1142 MB/s   833577 calls/s
# udp tx:   1169 MB/s    19834 calls/s  19834 msg/s
# udp rx:   1161 MB/s   847174 calls/s
# udp tx:   1163 MB/s    19733 calls/s  19733 msg/s
# udp rx:   1157 MB/s   844312 calls/s
# udp tx:   1159 MB/s    19674 calls/s  19674 msg/s
# udp rx:   1129 MB/s   823459 calls/s
# udp tx:   1131 MB/s    19185 calls/s  19185 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__->