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:   1680 MB/s    28506 calls/s  28506 msg/s
# tcp rx:   1685 MB/s    75009 calls/s
# tcp tx:   1576 MB/s    26734 calls/s  26734 msg/s
# tcp rx:   1580 MB/s    67079 calls/s
# tcp tx:   1533 MB/s    26007 calls/s  26007 msg/s
# tcp rx:   1535 MB/s    67542 calls/s
# tcp tx:   1526 MB/s    25897 calls/s  25897 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:    533 MB/s   386048 calls/s
# udp tx:   1047 MB/s    17770 calls/s  17770 msg/s
# udp rx:    538 MB/s   389132 calls/s
# udp tx:   1112 MB/s    18869 calls/s  18869 msg/s
# udp rx:    543 MB/s   393101 calls/s
# udp tx:   1119 MB/s    18991 calls/s  18991 msg/s
# udp rx:    508 MB/s   367496 calls/s
# udp tx:   1153 MB/s    19562 calls/s  19562 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:   1360 MB/s   992258 calls/s
# udp tx:   1391 MB/s    23606 calls/s  23606 msg/s
# udp rx:   1328 MB/s   968866 calls/s
# udp tx:   1330 MB/s    22567 calls/s  22567 msg/s
# udp rx:   1367 MB/s   997229 calls/s
# udp tx:   1369 MB/s    23228 calls/s  23228 msg/s
# udp rx:   1385 MB/s  1010387 calls/s
# udp tx:   1387 MB/s    23533 calls/s  23533 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__->