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:   1592 MB/s    27009 calls/s  27009 msg/s
# tcp rx:   1593 MB/s    62776 calls/s
# tcp tx:   1613 MB/s    27365 calls/s  27365 msg/s
# tcp rx:   1616 MB/s    62469 calls/s
# tcp tx:   1481 MB/s    25122 calls/s  25122 msg/s
# tcp rx:   1479 MB/s    58685 calls/s
# tcp tx:   1303 MB/s    22115 calls/s  22115 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:    521 MB/s   377088 calls/s
# udp tx:    975 MB/s    16543 calls/s  16543 msg/s
# udp rx:    507 MB/s   366696 calls/s
# udp tx:    981 MB/s    16653 calls/s  16653 msg/s
# udp rx:    562 MB/s   407151 calls/s
# udp tx:    955 MB/s    16208 calls/s  16208 msg/s
# udp rx:    557 MB/s   403232 calls/s
# udp tx:    990 MB/s    16796 calls/s  16796 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:    668 MB/s   487292 calls/s
# udp tx:    684 MB/s    11614 calls/s  11614 msg/s
# udp rx:    754 MB/s   550057 calls/s
# udp tx:    755 MB/s    12812 calls/s  12812 msg/s
# udp rx:    737 MB/s   538023 calls/s
# udp tx:    738 MB/s    12529 calls/s  12529 msg/s
# udp rx:    765 MB/s   558392 calls/s
# udp tx:    767 MB/s    13014 calls/s  13014 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__->