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:   1516 MB/s    25715 calls/s  25715 msg/s
# tcp rx:   1517 MB/s    66795 calls/s
# tcp tx:   1604 MB/s    27217 calls/s  27217 msg/s
# tcp rx:   1606 MB/s    66498 calls/s
# tcp tx:   1622 MB/s    27526 calls/s  27526 msg/s
# tcp rx:   1624 MB/s    66208 calls/s
# tcp tx:   1589 MB/s    26964 calls/s  26964 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:    479 MB/s   346880 calls/s
# udp tx:   1539 MB/s    26117 calls/s  26117 msg/s
# udp rx:    482 MB/s   348928 calls/s
# udp tx:   1796 MB/s    30467 calls/s  30467 msg/s
# udp rx:    517 MB/s   374272 calls/s
# udp tx:   1757 MB/s    29813 calls/s  29813 msg/s
# udp rx:    445 MB/s   322304 calls/s
# udp tx:   1804 MB/s    30611 calls/s  30611 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:   1070 MB/s   780498 calls/s
# udp tx:   1091 MB/s    18520 calls/s  18520 msg/s
# udp rx:   1259 MB/s   918222 calls/s
# udp tx:   1266 MB/s    21476 calls/s  21476 msg/s
# udp rx:   1222 MB/s   891403 calls/s
# udp tx:   1214 MB/s    20595 calls/s  20595 msg/s
# udp rx:   1289 MB/s   940081 calls/s
# udp tx:   1297 MB/s    21999 calls/s  21999 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__->