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:   1023 MB/s    17364 calls/s  17364 msg/s
# tcp rx:   1068 MB/s    52712 calls/s
# tcp tx:    976 MB/s    16564 calls/s  16564 msg/s
# tcp rx:    980 MB/s    48758 calls/s
# tcp tx:    970 MB/s    16455 calls/s  16455 msg/s
# tcp rx:    972 MB/s    49905 calls/s
# tcp tx:    956 MB/s    16227 calls/s  16227 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:    535 MB/s   388159 calls/s
# udp tx:    774 MB/s    13144 calls/s  13144 msg/s
# udp rx:    562 MB/s   407808 calls/s
# udp tx:    793 MB/s    13461 calls/s  13461 msg/s
# udp rx:    577 MB/s   418560 calls/s
# udp tx:    777 MB/s    13179 calls/s  13179 msg/s
# udp rx:    577 MB/s   419072 calls/s
# udp tx:    776 MB/s    13169 calls/s  13169 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:   1067 MB/s   778392 calls/s
# udp tx:   1099 MB/s    18655 calls/s  18655 msg/s
# udp rx:   1203 MB/s   877397 calls/s
# udp tx:   1202 MB/s    20390 calls/s  20390 msg/s
# udp rx:   1168 MB/s   851946 calls/s
# udp tx:   1167 MB/s    19794 calls/s  19794 msg/s
# udp rx:   1168 MB/s   852089 calls/s
# udp tx:   1167 MB/s    19800 calls/s  19800 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__->