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:    794 MB/s    13471 calls/s  13471 msg/s
# tcp rx:    810 MB/s    42505 calls/s
# tcp tx:    709 MB/s    12031 calls/s  12031 msg/s
# tcp rx:    713 MB/s    36554 calls/s
# tcp tx:    750 MB/s    12724 calls/s  12724 msg/s
# tcp rx:    765 MB/s    40947 calls/s
# tcp tx:    940 MB/s    15952 calls/s  15952 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:    620 MB/s   449139 calls/s
# udp tx:   1163 MB/s    19734 calls/s  19734 msg/s
# udp rx:    517 MB/s   374738 calls/s
# udp tx:   1137 MB/s    19285 calls/s  19285 msg/s
# udp rx:    523 MB/s   379392 calls/s
# udp tx:   1110 MB/s    18834 calls/s  18834 msg/s
# udp rx:    582 MB/s   421607 calls/s
# udp tx:   1241 MB/s    21063 calls/s  21063 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:    987 MB/s   720202 calls/s
# udp tx:   1025 MB/s    17387 calls/s  17387 msg/s
# udp rx:   1132 MB/s   826042 calls/s
# udp tx:   1127 MB/s    19124 calls/s  19124 msg/s
# udp rx:   1021 MB/s   744771 calls/s
# udp tx:   1024 MB/s    17375 calls/s  17375 msg/s
# udp rx:    991 MB/s   723018 calls/s
# udp tx:    975 MB/s    16544 calls/s  16544 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__->