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:    550 MB/s     9333 calls/s   9333 msg/s
# tcp rx:    551 MB/s    32535 calls/s
# tcp tx:    630 MB/s    10695 calls/s  10695 msg/s
# tcp rx:    630 MB/s    30495 calls/s
# tcp tx:    592 MB/s    10046 calls/s  10046 msg/s
# tcp rx:    592 MB/s    30693 calls/s
# tcp tx:    594 MB/s    10082 calls/s  10082 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:    587 MB/s   425728 calls/s
# udp tx:   1289 MB/s    21875 calls/s  21875 msg/s
# udp rx:    591 MB/s   428544 calls/s
# udp tx:   1300 MB/s    22064 calls/s  22064 msg/s
# udp rx:    647 MB/s   468736 calls/s
# udp tx:   1284 MB/s    21786 calls/s  21786 msg/s
# udp rx:    651 MB/s   471808 calls/s
# udp tx:   1211 MB/s    20554 calls/s  20554 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:   1107 MB/s   807425 calls/s
# udp tx:   1132 MB/s    19206 calls/s  19206 msg/s
# udp rx:   1076 MB/s   785306 calls/s
# udp tx:   1080 MB/s    18323 calls/s  18323 msg/s
# udp rx:   1143 MB/s   834323 calls/s
# udp tx:   1147 MB/s    19465 calls/s  19465 msg/s
# udp rx:   1065 MB/s   776984 calls/s
# udp tx:   1067 MB/s    18104 calls/s  18104 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__->