make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    813 MB/s    13794 calls/s  13794 msg/s
# tcp rx:    814 MB/s    46427 calls/s
# tcp tx:    847 MB/s    14369 calls/s  14369 msg/s
# tcp rx:    847 MB/s    43058 calls/s
# tcp tx:    847 MB/s    14381 calls/s  14381 msg/s
# tcp rx:    853 MB/s    44063 calls/s
# tcp tx:    860 MB/s    14594 calls/s  14594 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:    644 MB/s   466432 calls/s
# udp tx:   1254 MB/s    21276 calls/s  21276 msg/s
# udp rx:    657 MB/s   476160 calls/s
# udp tx:   1255 MB/s    21302 calls/s  21302 msg/s
# udp rx:    658 MB/s   477184 calls/s
# udp tx:   1253 MB/s    21264 calls/s  21264 msg/s
# udp rx:    516 MB/s   374272 calls/s
# udp tx:   1292 MB/s    21929 calls/s  21929 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:   1073 MB/s   782556 calls/s
# udp tx:   1103 MB/s    18716 calls/s  18716 msg/s
# udp rx:   1066 MB/s   777977 calls/s
# udp tx:   1065 MB/s    18069 calls/s  18069 msg/s
# udp rx:   1130 MB/s   824802 calls/s
# udp tx:   1131 MB/s    19193 calls/s  19193 msg/s
# udp rx:    856 MB/s   624483 calls/s
# udp tx:    841 MB/s    14277 calls/s  14277 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__->