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:    580 MB/s     9851 calls/s   9851 msg/s
# tcp rx:    581 MB/s    22784 calls/s
# tcp tx:    673 MB/s    11420 calls/s  11420 msg/s
# tcp rx:    673 MB/s    25699 calls/s
# tcp tx:    590 MB/s    10020 calls/s  10020 msg/s
# tcp rx:    591 MB/s    24381 calls/s
# tcp tx:    596 MB/s    10115 calls/s  10115 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:    413 MB/s   301236 calls/s
# udp tx:    466 MB/s     7904 calls/s   7904 msg/s
# udp rx:    435 MB/s   317758 calls/s
# udp tx:    430 MB/s     7295 calls/s   7295 msg/s
# udp rx:    387 MB/s   282947 calls/s
# udp tx:    392 MB/s     6659 calls/s   6659 msg/s
# udp rx:    373 MB/s   272687 calls/s
# udp tx:    373 MB/s     6336 calls/s   6336 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:    546 MB/s   398528 calls/s
# udp tx:    570 MB/s     9676 calls/s   9676 msg/s
# udp rx:    562 MB/s   409944 calls/s
# udp tx:    561 MB/s     9527 calls/s   9527 msg/s
# udp rx:    554 MB/s   404605 calls/s
# udp tx:    544 MB/s     9243 calls/s   9243 msg/s
# udp rx:    571 MB/s   416968 calls/s
# udp tx:    579 MB/s     9837 calls/s   9837 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__->