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:    509 MB/s     8644 calls/s   8644 msg/s
# tcp rx:    510 MB/s    36396 calls/s
# tcp tx:    540 MB/s     9162 calls/s   9162 msg/s
# tcp rx:    540 MB/s    36949 calls/s
# tcp tx:    808 MB/s    13712 calls/s  13712 msg/s
# tcp rx:    809 MB/s    66917 calls/s
# tcp tx:    823 MB/s    13964 calls/s  13964 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:    528 MB/s   382723 calls/s
# udp tx:    967 MB/s    16404 calls/s  16404 msg/s
# udp rx:    468 MB/s   339194 calls/s
# udp tx:    880 MB/s    14926 calls/s  14926 msg/s
# udp rx:    527 MB/s   382112 calls/s
# udp tx:    838 MB/s    14219 calls/s  14219 msg/s
# udp rx:    512 MB/s   370769 calls/s
# udp tx:    862 MB/s    14627 calls/s  14627 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:   1125 MB/s   820764 calls/s
# udp tx:   1149 MB/s    19499 calls/s  19499 msg/s
# udp rx:   1144 MB/s   834781 calls/s
# udp tx:   1143 MB/s    19402 calls/s  19402 msg/s
# udp rx:   1143 MB/s   833971 calls/s
# udp tx:   1142 MB/s    19384 calls/s  19384 msg/s
# udp rx:   1142 MB/s   833563 calls/s
# udp tx:   1142 MB/s    19377 calls/s  19377 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__->