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:    609 MB/s    10332 calls/s  10332 msg/s
# tcp rx:    609 MB/s    27735 calls/s
# tcp tx:    600 MB/s    10178 calls/s  10178 msg/s
# tcp rx:    600 MB/s    28846 calls/s
# tcp tx:    648 MB/s    10997 calls/s  10997 msg/s
# tcp rx:    649 MB/s    27826 calls/s
# tcp tx:    662 MB/s    11230 calls/s  11230 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:    486 MB/s   353713 calls/s
# udp tx:    581 MB/s     9871 calls/s   9871 msg/s
# udp rx:    535 MB/s   389292 calls/s
# udp tx:    670 MB/s    11379 calls/s  11379 msg/s
# udp rx:    550 MB/s   399573 calls/s
# udp tx:    647 MB/s    10987 calls/s  10987 msg/s
# udp rx:    522 MB/s   379432 calls/s
# udp tx:    652 MB/s    11064 calls/s  11064 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:    434 MB/s   316609 calls/s
# udp tx:    449 MB/s     7627 calls/s   7627 msg/s
# udp rx:    457 MB/s   333942 calls/s
# udp tx:    457 MB/s     7765 calls/s   7765 msg/s
# udp rx:    455 MB/s   332028 calls/s
# udp tx:    455 MB/s     7731 calls/s   7731 msg/s
# udp rx:    463 MB/s   338281 calls/s
# udp tx:    464 MB/s     7874 calls/s   7874 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__->