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:    785 MB/s    13316 calls/s  13316 msg/s
# tcp rx:    796 MB/s    40376 calls/s
# tcp tx:    608 MB/s    10321 calls/s  10321 msg/s
# tcp rx:    605 MB/s    31096 calls/s
# tcp tx:    632 MB/s    10731 calls/s  10731 msg/s
# tcp rx:    636 MB/s    31704 calls/s
# tcp tx:    623 MB/s    10583 calls/s  10583 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:    513 MB/s   371968 calls/s
# udp tx:    854 MB/s    14496 calls/s  14496 msg/s
# udp rx:    472 MB/s   342420 calls/s
# udp tx:    861 MB/s    14610 calls/s  14610 msg/s
# udp rx:    541 MB/s   391936 calls/s
# udp tx:    832 MB/s    14124 calls/s  14124 msg/s
# udp rx:    540 MB/s   391424 calls/s
# udp tx:    833 MB/s    14140 calls/s  14140 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:    634 MB/s   463089 calls/s
# udp tx:    649 MB/s    11017 calls/s  11017 msg/s
# udp rx:    682 MB/s   497677 calls/s
# udp tx:    684 MB/s    11608 calls/s  11608 msg/s
# udp rx:    675 MB/s   492823 calls/s
# udp tx:    677 MB/s    11494 calls/s  11494 msg/s
# udp rx:    684 MB/s   498889 calls/s
# udp tx:    695 MB/s    11794 calls/s  11794 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__->