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:    922 MB/s    15645 calls/s  15645 msg/s
# tcp rx:    922 MB/s    46639 calls/s
# tcp tx:    900 MB/s    15275 calls/s  15275 msg/s
# tcp rx:    901 MB/s    47506 calls/s
# tcp tx:    907 MB/s    15398 calls/s  15398 msg/s
# tcp rx:    921 MB/s    47105 calls/s
# tcp tx:    907 MB/s    15393 calls/s  15393 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:    430 MB/s   311552 calls/s
# udp tx:   1022 MB/s    17340 calls/s  17340 msg/s
# udp rx:    608 MB/s   440832 calls/s
# udp tx:   1207 MB/s    20474 calls/s  20474 msg/s
# udp rx:    465 MB/s   337664 calls/s
# udp tx:   1079 MB/s    18301 calls/s  18301 msg/s
# udp rx:    656 MB/s   475648 calls/s
# udp tx:   1258 MB/s    21351 calls/s  21351 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:   1090 MB/s   795065 calls/s
# udp tx:   1114 MB/s    18903 calls/s  18903 msg/s
# udp rx:    936 MB/s   683048 calls/s
# udp tx:    927 MB/s    15732 calls/s  15732 msg/s
# udp rx:    932 MB/s   680222 calls/s
# udp tx:    941 MB/s    15963 calls/s  15963 msg/s
# udp rx:   1047 MB/s   763617 calls/s
# udp tx:   1045 MB/s    17724 calls/s  17724 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__->