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:   1542 MB/s    26155 calls/s  26155 msg/s
# tcp rx:   1543 MB/s    68580 calls/s
# tcp tx:   1536 MB/s    26062 calls/s  26062 msg/s
# tcp rx:   1538 MB/s    60522 calls/s
# tcp tx:   1587 MB/s    26928 calls/s  26928 msg/s
# tcp rx:   1589 MB/s    66303 calls/s
# tcp tx:   1621 MB/s    27495 calls/s  27495 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:    577 MB/s   418048 calls/s
# udp tx:   1362 MB/s    23115 calls/s  23115 msg/s
# udp rx:    590 MB/s   426752 calls/s
# udp tx:   1734 MB/s    29412 calls/s  29412 msg/s
# udp rx:    573 MB/s   414720 calls/s
# udp tx:   1729 MB/s    29331 calls/s  29331 msg/s
# udp rx:    510 MB/s   369152 calls/s
# udp tx:   1749 MB/s    29678 calls/s  29678 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:   1287 MB/s   938853 calls/s
# udp tx:   1326 MB/s    22496 calls/s  22496 msg/s
# udp rx:   1344 MB/s   980611 calls/s
# udp tx:   1341 MB/s    22761 calls/s  22761 msg/s
# udp rx:   1349 MB/s   984390 calls/s
# udp tx:   1353 MB/s    22955 calls/s  22955 msg/s
# udp rx:   1366 MB/s   996508 calls/s
# udp tx:   1366 MB/s    23174 calls/s  23174 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__->