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:    955 MB/s    16209 calls/s  16209 msg/s
# tcp rx:    956 MB/s    50952 calls/s
# tcp tx:    964 MB/s    16365 calls/s  16365 msg/s
# tcp rx:    965 MB/s    50789 calls/s
# tcp tx:    920 MB/s    15617 calls/s  15617 msg/s
# tcp rx:    921 MB/s    49982 calls/s
# tcp tx:    987 MB/s    16743 calls/s  16743 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:    640 MB/s   463616 calls/s
# udp tx:   1281 MB/s    21740 calls/s  21740 msg/s
# udp rx:    616 MB/s   446720 calls/s
# udp tx:   1324 MB/s    22459 calls/s  22459 msg/s
# udp rx:    612 MB/s   443648 calls/s
# udp tx:   1289 MB/s    21879 calls/s  21879 msg/s
# udp rx:    656 MB/s   475392 calls/s
# udp tx:   1246 MB/s    21144 calls/s  21144 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:    983 MB/s   717339 calls/s
# udp tx:   1007 MB/s    17095 calls/s  17095 msg/s
# udp rx:   1128 MB/s   822858 calls/s
# udp tx:   1127 MB/s    19128 calls/s  19128 msg/s
# udp rx:   1137 MB/s   829568 calls/s
# udp tx:   1144 MB/s    19413 calls/s  19413 msg/s
# udp rx:   1172 MB/s   855358 calls/s
# udp tx:   1174 MB/s    19921 calls/s  19921 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__->