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:   1088 MB/s    18455 calls/s  18455 msg/s
# tcp rx:   1088 MB/s    55129 calls/s
# tcp tx:   1096 MB/s    18604 calls/s  18604 msg/s
# tcp rx:   1097 MB/s    55569 calls/s
# tcp tx:   1082 MB/s    18352 calls/s  18352 msg/s
# tcp rx:   1083 MB/s    54856 calls/s
# tcp tx:   1094 MB/s    18565 calls/s  18565 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:    536 MB/s   388982 calls/s
# udp tx:    836 MB/s    14193 calls/s  14193 msg/s
# udp rx:    519 MB/s   376571 calls/s
# udp tx:    803 MB/s    13620 calls/s  13620 msg/s
# udp rx:    510 MB/s   369340 calls/s
# udp tx:    817 MB/s    13867 calls/s  13867 msg/s
# udp rx:    530 MB/s   384000 calls/s
# udp tx:    834 MB/s    14147 calls/s  14147 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:   1076 MB/s   785063 calls/s
# udp tx:   1100 MB/s    18670 calls/s  18670 msg/s
# udp rx:   1069 MB/s   779851 calls/s
# udp tx:   1067 MB/s    18105 calls/s  18105 msg/s
# udp rx:   1147 MB/s   837227 calls/s
# udp tx:   1148 MB/s    19473 calls/s  19473 msg/s
# udp rx:   1141 MB/s   832181 calls/s
# udp tx:   1140 MB/s    19343 calls/s  19343 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__->