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:   1622 MB/s    27511 calls/s  27511 msg/s
# tcp rx:   1624 MB/s    71824 calls/s
# tcp tx:   1522 MB/s    25830 calls/s  25830 msg/s
# tcp rx:   1524 MB/s    67899 calls/s
# tcp tx:   1491 MB/s    25294 calls/s  25294 msg/s
# tcp rx:   1492 MB/s    65132 calls/s
# tcp tx:   1566 MB/s    26567 calls/s  26567 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:    658 MB/s   475904 calls/s
# udp tx:   1689 MB/s    28660 calls/s  28660 msg/s
# udp rx:    645 MB/s   466432 calls/s
# udp tx:   1627 MB/s    27608 calls/s  27608 msg/s
# udp rx:    670 MB/s   484864 calls/s
# udp tx:   1613 MB/s    27371 calls/s  27371 msg/s
# udp rx:    683 MB/s   494080 calls/s
# udp tx:   1659 MB/s    28154 calls/s  28154 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:   1285 MB/s   937298 calls/s
# udp tx:   1327 MB/s    22521 calls/s  22521 msg/s
# udp rx:   1399 MB/s  1020607 calls/s
# udp tx:   1396 MB/s    23692 calls/s  23692 msg/s
# udp rx:   1339 MB/s   976939 calls/s
# udp tx:   1340 MB/s    22737 calls/s  22737 msg/s
# udp rx:   1394 MB/s  1017339 calls/s
# udp tx:   1394 MB/s    23660 calls/s  23660 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__->