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:   1363 MB/s    23121 calls/s  23121 msg/s
# tcp rx:   1366 MB/s    62996 calls/s
# tcp tx:   1302 MB/s    22095 calls/s  22095 msg/s
# tcp rx:   1305 MB/s    57532 calls/s
# tcp tx:   1270 MB/s    21552 calls/s  21552 msg/s
# tcp rx:   1271 MB/s    58953 calls/s
# tcp tx:   1277 MB/s    21668 calls/s  21668 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:    541 MB/s   391936 calls/s
# udp tx:    999 MB/s    16953 calls/s  16953 msg/s
# udp rx:    554 MB/s   400640 calls/s
# udp tx:   1080 MB/s    18328 calls/s  18328 msg/s
# udp rx:    553 MB/s   399872 calls/s
# udp tx:   1081 MB/s    18339 calls/s  18339 msg/s
# udp rx:    553 MB/s   400128 calls/s
# udp tx:   1083 MB/s    18369 calls/s  18369 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:    715 MB/s   521676 calls/s
# udp tx:    733 MB/s    12443 calls/s  12443 msg/s
# udp rx:    734 MB/s   535894 calls/s
# udp tx:    734 MB/s    12455 calls/s  12455 msg/s
# udp rx:    728 MB/s   531416 calls/s
# udp tx:    727 MB/s    12345 calls/s  12345 msg/s
# udp rx:    728 MB/s   531459 calls/s
# udp tx:    728 MB/s    12362 calls/s  12362 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__->