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:    644 MB/s    10936 calls/s  10936 msg/s
# tcp rx:    645 MB/s    25549 calls/s
# tcp tx:    716 MB/s    12158 calls/s  12158 msg/s
# tcp rx:    717 MB/s    25964 calls/s
# tcp tx:    715 MB/s    12136 calls/s  12136 msg/s
# tcp rx:    716 MB/s    26331 calls/s
# tcp tx:    657 MB/s    11158 calls/s  11158 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:    432 MB/s   314523 calls/s
# udp tx:    547 MB/s     9284 calls/s   9284 msg/s
# udp rx:    370 MB/s   268728 calls/s
# udp tx:    550 MB/s     9336 calls/s   9336 msg/s
# udp rx:    478 MB/s   347184 calls/s
# udp tx:    643 MB/s    10909 calls/s  10909 msg/s
# udp rx:    481 MB/s   349696 calls/s
# udp tx:    650 MB/s    11027 calls/s  11027 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:    514 MB/s   375132 calls/s
# udp tx:    528 MB/s     8966 calls/s   8966 msg/s
# udp rx:    605 MB/s   441722 calls/s
# udp tx:    612 MB/s    10384 calls/s  10384 msg/s
# udp rx:    632 MB/s   461317 calls/s
# udp tx:    633 MB/s    10746 calls/s  10746 msg/s
# udp rx:    634 MB/s   462777 calls/s
# udp tx:    634 MB/s    10769 calls/s  10769 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__->