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:    943 MB/s    16009 calls/s  16009 msg/s
# tcp rx:    945 MB/s    50771 calls/s
# tcp tx:    930 MB/s    15783 calls/s  15783 msg/s
# tcp rx:    955 MB/s    49423 calls/s
# tcp tx:    943 MB/s    16010 calls/s  16010 msg/s
# tcp rx:    954 MB/s    47621 calls/s
# tcp tx:    969 MB/s    16441 calls/s  16441 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:    605 MB/s   438528 calls/s
# udp tx:   1271 MB/s    21572 calls/s  21572 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1291 MB/s    21906 calls/s  21906 msg/s
# udp rx:    662 MB/s   480000 calls/s
# udp tx:   1293 MB/s    21935 calls/s  21935 msg/s
# udp rx:    586 MB/s   424448 calls/s
# udp tx:   1320 MB/s    22390 calls/s  22390 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:    601 MB/s   438318 calls/s
# udp tx:    617 MB/s    10466 calls/s  10466 msg/s
# udp rx:    614 MB/s   447970 calls/s
# udp tx:    614 MB/s    10422 calls/s  10422 msg/s
# udp rx:    620 MB/s   452843 calls/s
# udp tx:    621 MB/s    10545 calls/s  10545 msg/s
# udp rx:    616 MB/s   449583 calls/s
# udp tx:    617 MB/s    10474 calls/s  10474 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__->