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:    642 MB/s    10894 calls/s  10894 msg/s
# tcp rx:    643 MB/s    28744 calls/s
# tcp tx:    587 MB/s     9957 calls/s   9957 msg/s
# tcp rx:    587 MB/s    24752 calls/s
# tcp tx:    596 MB/s    10122 calls/s  10122 msg/s
# tcp rx:    598 MB/s    25287 calls/s
# tcp tx:    662 MB/s    11241 calls/s  11241 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   372950 calls/s
# udp tx:    639 MB/s    10840 calls/s  10840 msg/s
# udp rx:    513 MB/s   373258 calls/s
# udp tx:    622 MB/s    10565 calls/s  10565 msg/s
# udp rx:    431 MB/s   313433 calls/s
# udp tx:    608 MB/s    10313 calls/s  10313 msg/s
# udp rx:    538 MB/s   391261 calls/s
# udp tx:    599 MB/s    10171 calls/s  10171 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:    601 MB/s   438786 calls/s
# udp tx:    619 MB/s    10503 calls/s  10503 msg/s
# udp rx:    639 MB/s   466229 calls/s
# udp tx:    639 MB/s    10841 calls/s  10841 msg/s
# udp rx:    625 MB/s   455849 calls/s
# udp tx:    624 MB/s    10586 calls/s  10586 msg/s
# udp rx:    621 MB/s   453617 calls/s
# udp tx:    621 MB/s    10547 calls/s  10547 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__->