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:    926 MB/s    15712 calls/s  15712 msg/s
# tcp rx:    926 MB/s    47996 calls/s
# tcp tx:    958 MB/s    16254 calls/s  16254 msg/s
# tcp rx:    959 MB/s    49402 calls/s
# tcp tx:    957 MB/s    16248 calls/s  16248 msg/s
# tcp rx:    958 MB/s    49119 calls/s
# tcp tx:    953 MB/s    16169 calls/s  16169 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:    640 MB/s   464128 calls/s
# udp tx:   1150 MB/s    19516 calls/s  19516 msg/s
# udp rx:    508 MB/s   368048 calls/s
# udp tx:    995 MB/s    16887 calls/s  16887 msg/s
# udp rx:    538 MB/s   389632 calls/s
# udp tx:    847 MB/s    14376 calls/s  14376 msg/s
# udp rx:    538 MB/s   389632 calls/s
# udp tx:    844 MB/s    14315 calls/s  14315 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:    563 MB/s   410951 calls/s
# udp tx:    577 MB/s     9792 calls/s   9792 msg/s
# udp rx:    615 MB/s   449073 calls/s
# udp tx:    615 MB/s    10445 calls/s  10445 msg/s
# udp rx:    646 MB/s   471185 calls/s
# udp tx:    646 MB/s    10959 calls/s  10959 msg/s
# udp rx:    668 MB/s   487803 calls/s
# udp tx:    668 MB/s    11336 calls/s  11336 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__->