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:    917 MB/s    15561 calls/s  15561 msg/s
# tcp rx:    923 MB/s    48684 calls/s
# tcp tx:    929 MB/s    15773 calls/s  15773 msg/s
# tcp rx:    944 MB/s    47208 calls/s
# tcp tx:    927 MB/s    15724 calls/s  15724 msg/s
# tcp rx:    925 MB/s    46515 calls/s
# tcp tx:    919 MB/s    15602 calls/s  15602 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:    590 MB/s   427520 calls/s
# udp tx:   1283 MB/s    21768 calls/s  21768 msg/s
# udp rx:    635 MB/s   460288 calls/s
# udp tx:   1283 MB/s    21761 calls/s  21761 msg/s
# udp rx:    654 MB/s   473856 calls/s
# udp tx:   1289 MB/s    21875 calls/s  21875 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1286 MB/s    21823 calls/s  21823 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:   1083 MB/s   789990 calls/s
# udp tx:   1107 MB/s    18783 calls/s  18783 msg/s
# udp rx:   1129 MB/s   823707 calls/s
# udp tx:   1130 MB/s    19168 calls/s  19168 msg/s
# udp rx:   1125 MB/s   820506 calls/s
# udp tx:   1125 MB/s    19095 calls/s  19095 msg/s
# udp rx:   1133 MB/s   826482 calls/s
# udp tx:   1133 MB/s    19232 calls/s  19232 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__->