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:    961 MB/s    16309 calls/s  16309 msg/s
# tcp rx:    962 MB/s    49488 calls/s
# tcp tx:    933 MB/s    15826 calls/s  15826 msg/s
# tcp rx:    934 MB/s    48426 calls/s
# tcp tx:    959 MB/s    16274 calls/s  16274 msg/s
# tcp rx:    960 MB/s    49173 calls/s
# tcp tx:    939 MB/s    15935 calls/s  15935 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:    588 MB/s   426108 calls/s
# udp tx:   1195 MB/s    20271 calls/s  20271 msg/s
# udp rx:    597 MB/s   432978 calls/s
# udp tx:   1091 MB/s    18518 calls/s  18518 msg/s
# udp rx:    637 MB/s   461704 calls/s
# udp tx:   1208 MB/s    20505 calls/s  20505 msg/s
# udp rx:    667 MB/s   483291 calls/s
# udp tx:   1204 MB/s    20436 calls/s  20436 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:   1036 MB/s   755833 calls/s
# udp tx:   1066 MB/s    18092 calls/s  18092 msg/s
# udp rx:   1067 MB/s   778484 calls/s
# udp tx:   1067 MB/s    18110 calls/s  18110 msg/s
# udp rx:   1073 MB/s   782902 calls/s
# udp tx:   1072 MB/s    18191 calls/s  18191 msg/s
# udp rx:   1114 MB/s   812916 calls/s
# udp tx:   1112 MB/s    18876 calls/s  18876 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__->