make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    650 MB/s    11032 calls/s  11032 msg/s
# tcp rx:    650 MB/s    24676 calls/s
# tcp tx:    640 MB/s    10870 calls/s  10870 msg/s
# tcp rx:    641 MB/s    28362 calls/s
# tcp tx:    692 MB/s    11741 calls/s  11741 msg/s
# tcp rx:    693 MB/s    24687 calls/s
# tcp tx:    643 MB/s    10910 calls/s  10910 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:    402 MB/s   292176 calls/s
# udp tx:    611 MB/s    10375 calls/s  10375 msg/s
# udp rx:    527 MB/s   383915 calls/s
# udp tx:    560 MB/s     9511 calls/s   9511 msg/s
# udp rx:    571 MB/s   415216 calls/s
# udp tx:    744 MB/s    12632 calls/s  12632 msg/s
# udp rx:    578 MB/s   420533 calls/s
# udp tx:    646 MB/s    10972 calls/s  10972 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:    638 MB/s   465900 calls/s
# udp tx:    661 MB/s    11220 calls/s  11220 msg/s
# udp rx:    599 MB/s   437207 calls/s
# udp tx:    595 MB/s    10094 calls/s  10094 msg/s
# udp rx:    527 MB/s   384734 calls/s
# udp tx:    525 MB/s     8913 calls/s   8913 msg/s
# udp rx:    603 MB/s   439903 calls/s
# udp tx:    605 MB/s    10267 calls/s  10267 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__->