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:   1004 MB/s    17030 calls/s  17030 msg/s
# tcp rx:   1004 MB/s    51212 calls/s
# tcp tx:    996 MB/s    16893 calls/s  16893 msg/s
# tcp rx:    998 MB/s    49708 calls/s
# tcp tx:    953 MB/s    16169 calls/s  16169 msg/s
# tcp rx:    956 MB/s    47122 calls/s
# tcp tx:    998 MB/s    16930 calls/s  16930 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:    641 MB/s   464896 calls/s
# udp tx:   1286 MB/s    21825 calls/s  21825 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1288 MB/s    21862 calls/s  21862 msg/s
# udp rx:    626 MB/s   453888 calls/s
# udp tx:   1228 MB/s    20837 calls/s  20837 msg/s
# udp rx:    617 MB/s   446976 calls/s
# udp tx:   1259 MB/s    21368 calls/s  21368 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:   1062 MB/s   774777 calls/s
# udp tx:   1091 MB/s    18516 calls/s  18516 msg/s
# udp rx:   1133 MB/s   826348 calls/s
# udp tx:   1132 MB/s    19206 calls/s  19206 msg/s
# udp rx:   1130 MB/s   824322 calls/s
# udp tx:   1130 MB/s    19171 calls/s  19171 msg/s
# udp rx:   1108 MB/s   808336 calls/s
# udp tx:   1107 MB/s    18781 calls/s  18781 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__->