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:   1703 MB/s    28886 calls/s  28886 msg/s
# tcp rx:   1704 MB/s    72463 calls/s
# tcp tx:   1615 MB/s    27407 calls/s  27407 msg/s
# tcp rx:   1616 MB/s    63535 calls/s
# tcp tx:   1619 MB/s    27460 calls/s  27460 msg/s
# tcp rx:   1622 MB/s    70681 calls/s
# tcp tx:   1617 MB/s    27433 calls/s  27433 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:    607 MB/s   439552 calls/s
# udp tx:   1682 MB/s    28532 calls/s  28532 msg/s
# udp rx:    677 MB/s   489472 calls/s
# udp tx:   1725 MB/s    29263 calls/s  29263 msg/s
# udp rx:    674 MB/s   487680 calls/s
# udp tx:   1723 MB/s    29233 calls/s  29233 msg/s
# udp rx:    619 MB/s   448000 calls/s
# udp tx:   1558 MB/s    26441 calls/s  26441 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:    737 MB/s   537850 calls/s
# udp tx:    753 MB/s    12772 calls/s  12772 msg/s
# udp rx:    759 MB/s   553760 calls/s
# udp tx:    758 MB/s    12872 calls/s  12872 msg/s
# udp rx:    759 MB/s   554120 calls/s
# udp tx:    759 MB/s    12882 calls/s  12882 msg/s
# udp rx:    759 MB/s   553853 calls/s
# udp tx:    759 MB/s    12877 calls/s  12877 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__->