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 4800
# 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:    619 MB/s    10513 calls/s  10513 msg/s
# tcp rx:    620 MB/s    23925 calls/s
# tcp tx:    635 MB/s    10775 calls/s  10775 msg/s
# tcp rx:    643 MB/s    22121 calls/s
# tcp tx:    630 MB/s    10697 calls/s  10697 msg/s
# tcp rx:    628 MB/s    22890 calls/s
# tcp tx:    585 MB/s     9934 calls/s   9934 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:    401 MB/s   290894 calls/s
# udp tx:    643 MB/s    10922 calls/s  10922 msg/s
# udp rx:    469 MB/s   340953 calls/s
# udp tx:    633 MB/s    10737 calls/s  10737 msg/s
# udp rx:    472 MB/s   343315 calls/s
# udp tx:    572 MB/s     9714 calls/s   9714 msg/s
# udp rx:    466 MB/s   339245 calls/s
# udp tx:    557 MB/s     9460 calls/s   9460 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:    567 MB/s   414090 calls/s
# udp tx:    576 MB/s     9773 calls/s   9773 msg/s
# udp rx:    553 MB/s   404019 calls/s
# udp tx:    557 MB/s     9461 calls/s   9461 msg/s
# udp rx:    615 MB/s   448770 calls/s
# udp tx:    617 MB/s    10467 calls/s  10467 msg/s
# udp rx:    563 MB/s   411053 calls/s
# udp tx:    558 MB/s     9478 calls/s   9478 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__->