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:    618 MB/s    10487 calls/s  10487 msg/s
# tcp rx:    618 MB/s    33377 calls/s
# tcp tx:    592 MB/s    10053 calls/s  10053 msg/s
# tcp rx:    593 MB/s    32281 calls/s
# tcp tx:    602 MB/s    10213 calls/s  10213 msg/s
# tcp rx:    602 MB/s    32148 calls/s
# tcp tx:    572 MB/s     9706 calls/s   9706 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:    561 MB/s   406784 calls/s
# udp tx:   1229 MB/s    20854 calls/s  20854 msg/s
# udp rx:    616 MB/s   446976 calls/s
# udp tx:   1304 MB/s    22119 calls/s  22119 msg/s
# udp rx:    632 MB/s   457984 calls/s
# udp tx:   1302 MB/s    22094 calls/s  22094 msg/s
# udp rx:    624 MB/s   452352 calls/s
# udp tx:   1276 MB/s    21642 calls/s  21642 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:   1019 MB/s   743751 calls/s
# udp tx:   1041 MB/s    17669 calls/s  17669 msg/s
# udp rx:   1087 MB/s   793141 calls/s
# udp tx:   1105 MB/s    18751 calls/s  18751 msg/s
# udp rx:   1107 MB/s   808046 calls/s
# udp tx:   1107 MB/s    18788 calls/s  18788 msg/s
# udp rx:   1105 MB/s   806431 calls/s
# udp tx:   1104 MB/s    18729 calls/s  18729 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__->