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:    977 MB/s    16575 calls/s  16575 msg/s
# tcp rx:    978 MB/s    50261 calls/s
# tcp tx:    929 MB/s    15762 calls/s  15762 msg/s
# tcp rx:    930 MB/s    50186 calls/s
# tcp tx:    922 MB/s    15645 calls/s  15645 msg/s
# tcp rx:    923 MB/s    49117 calls/s
# tcp tx:    930 MB/s    15776 calls/s  15776 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:    628 MB/s   455168 calls/s
# udp tx:   1274 MB/s    21612 calls/s  21612 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1273 MB/s    21605 calls/s  21605 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1267 MB/s    21495 calls/s  21495 msg/s
# udp rx:    655 MB/s   474880 calls/s
# udp tx:   1241 MB/s    21050 calls/s  21050 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:   1089 MB/s   794795 calls/s
# udp tx:   1121 MB/s    19026 calls/s  19026 msg/s
# udp rx:   1138 MB/s   830257 calls/s
# udp tx:   1137 MB/s    19288 calls/s  19288 msg/s
# udp rx:   1177 MB/s   858467 calls/s
# udp tx:   1176 MB/s    19950 calls/s  19950 msg/s
# udp rx:   1176 MB/s   858076 calls/s
# udp tx:   1179 MB/s    20012 calls/s  20012 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__->