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:    680 MB/s    11540 calls/s  11540 msg/s
# tcp rx:    680 MB/s    34827 calls/s
# tcp tx:    682 MB/s    11569 calls/s  11569 msg/s
# tcp rx:    685 MB/s    34087 calls/s
# tcp tx:    860 MB/s    14599 calls/s  14599 msg/s
# tcp rx:    861 MB/s    48874 calls/s
# tcp tx:    862 MB/s    14637 calls/s  14637 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:    642 MB/s   465408 calls/s
# udp tx:   1224 MB/s    20766 calls/s  20766 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1138 MB/s    19306 calls/s  19306 msg/s
# udp rx:    639 MB/s   463360 calls/s
# udp tx:   1209 MB/s    20513 calls/s  20513 msg/s
# udp rx:    626 MB/s   454144 calls/s
# udp tx:   1202 MB/s    20391 calls/s  20391 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:   1059 MB/s   772467 calls/s
# udp tx:   1085 MB/s    18405 calls/s  18405 msg/s
# udp rx:    854 MB/s   623435 calls/s
# udp tx:    841 MB/s    14279 calls/s  14279 msg/s
# udp rx:   1020 MB/s   744021 calls/s
# udp tx:   1032 MB/s    17505 calls/s  17505 msg/s
# udp rx:   1158 MB/s   845230 calls/s
# udp tx:   1159 MB/s    19659 calls/s  19659 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__->