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 6000
# 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:    640 MB/s    10865 calls/s  10865 msg/s
# tcp rx:    640 MB/s    27092 calls/s
# tcp tx:    696 MB/s    11805 calls/s  11805 msg/s
# tcp rx:    697 MB/s    25641 calls/s
# tcp tx:    595 MB/s    10100 calls/s  10100 msg/s
# tcp rx:    596 MB/s    22113 calls/s
# tcp tx:    615 MB/s    10435 calls/s  10435 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:    550 MB/s   400113 calls/s
# udp tx:    657 MB/s    11160 calls/s  11160 msg/s
# udp rx:    523 MB/s   379862 calls/s
# udp tx:    632 MB/s    10734 calls/s  10734 msg/s
# udp rx:    580 MB/s   421514 calls/s
# udp tx:    656 MB/s    11136 calls/s  11136 msg/s
# udp rx:    580 MB/s   422033 calls/s
# udp tx:    657 MB/s    11157 calls/s  11157 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:    637 MB/s   464804 calls/s
# udp tx:    650 MB/s    11029 calls/s  11029 msg/s
# udp rx:    649 MB/s   473550 calls/s
# udp tx:    657 MB/s    11153 calls/s  11153 msg/s
# udp rx:    658 MB/s   480014 calls/s
# udp tx:    653 MB/s    11090 calls/s  11090 msg/s
# udp rx:    645 MB/s   470777 calls/s
# udp tx:    646 MB/s    10961 calls/s  10961 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__->