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:    492 MB/s     8358 calls/s   8358 msg/s
# tcp rx:    502 MB/s    19020 calls/s
# tcp tx:    596 MB/s    10110 calls/s  10110 msg/s
# tcp rx:    603 MB/s    25059 calls/s
# tcp tx:    637 MB/s    10807 calls/s  10807 msg/s
# tcp rx:    638 MB/s    28304 calls/s
# tcp tx:    635 MB/s    10784 calls/s  10784 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:    294 MB/s   213636 calls/s
# udp tx:    487 MB/s     8272 calls/s   8272 msg/s
# udp rx:    372 MB/s   270769 calls/s
# udp tx:    589 MB/s     9996 calls/s   9996 msg/s
# udp rx:    506 MB/s   368941 calls/s
# udp tx:    538 MB/s     9132 calls/s   9132 msg/s
# udp rx:    508 MB/s   370044 calls/s
# udp tx:    529 MB/s     8976 calls/s   8976 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:    573 MB/s   418046 calls/s
# udp tx:    592 MB/s    10054 calls/s  10054 msg/s
# udp rx:    576 MB/s   420182 calls/s
# udp tx:    569 MB/s     9655 calls/s   9655 msg/s
# udp rx:    523 MB/s   381818 calls/s
# udp tx:    530 MB/s     9004 calls/s   9004 msg/s
# udp rx:    555 MB/s   404859 calls/s
# udp tx:    555 MB/s     9425 calls/s   9425 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__->