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:    938 MB/s    15919 calls/s  15919 msg/s
# tcp rx:    956 MB/s    49871 calls/s
# tcp tx:    925 MB/s    15694 calls/s  15694 msg/s
# tcp rx:    941 MB/s    47183 calls/s
# tcp tx:    652 MB/s    11066 calls/s  11066 msg/s
# tcp rx:    637 MB/s    34186 calls/s
# tcp tx:    552 MB/s     9374 calls/s   9374 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:    639 MB/s   463161 calls/s
# udp tx:   1244 MB/s    21100 calls/s  21100 msg/s
# udp rx:    667 MB/s   483799 calls/s
# udp tx:   1300 MB/s    22050 calls/s  22050 msg/s
# udp rx:    668 MB/s   484083 calls/s
# udp tx:   1289 MB/s    21878 calls/s  21878 msg/s
# udp rx:    521 MB/s   377425 calls/s
# udp tx:    857 MB/s    14542 calls/s  14542 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:   1021 MB/s   745107 calls/s
# udp tx:   1051 MB/s    17831 calls/s  17831 msg/s
# udp rx:   1118 MB/s   815480 calls/s
# udp tx:   1117 MB/s    18951 calls/s  18951 msg/s
# udp rx:   1151 MB/s   839672 calls/s
# udp tx:   1150 MB/s    19513 calls/s  19513 msg/s
# udp rx:   1149 MB/s   838416 calls/s
# udp tx:   1148 MB/s    19483 calls/s  19483 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__->