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:    886 MB/s    15031 calls/s  15031 msg/s
# tcp rx:    886 MB/s    46505 calls/s
# tcp tx:    967 MB/s    16409 calls/s  16409 msg/s
# tcp rx:    976 MB/s    49700 calls/s
# tcp tx:    791 MB/s    13423 calls/s  13423 msg/s
# tcp rx:    791 MB/s    41085 calls/s
# tcp tx:    758 MB/s    12867 calls/s  12867 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:    612 MB/s   444068 calls/s
# udp tx:   1136 MB/s    19273 calls/s  19273 msg/s
# udp rx:    567 MB/s   410880 calls/s
# udp tx:   1187 MB/s    20137 calls/s  20137 msg/s
# udp rx:    531 MB/s   384768 calls/s
# udp tx:   1330 MB/s    22566 calls/s  22566 msg/s
# udp rx:    622 MB/s   450560 calls/s
# udp tx:   1286 MB/s    21826 calls/s  21826 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:   1124 MB/s   820417 calls/s
# udp tx:   1153 MB/s    19563 calls/s  19563 msg/s
# udp rx:   1125 MB/s   820540 calls/s
# udp tx:   1125 MB/s    19082 calls/s  19082 msg/s
# udp rx:   1014 MB/s   739584 calls/s
# udp tx:   1015 MB/s    17216 calls/s  17216 msg/s
# udp rx:   1111 MB/s   810694 calls/s
# udp tx:   1110 MB/s    18840 calls/s  18840 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__->