make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    927 MB/s    15728 calls/s  15728 msg/s
# tcp rx:    927 MB/s    48255 calls/s
# tcp tx:    949 MB/s    16110 calls/s  16110 msg/s
# tcp rx:    950 MB/s    48961 calls/s
# tcp tx:    949 MB/s    16106 calls/s  16106 msg/s
# tcp rx:    950 MB/s    48987 calls/s
# tcp tx:    952 MB/s    16153 calls/s  16153 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:    617 MB/s   447953 calls/s
# udp tx:   1216 MB/s    20626 calls/s  20626 msg/s
# udp rx:    563 MB/s   408181 calls/s
# udp tx:    972 MB/s    16495 calls/s  16495 msg/s
# udp rx:    505 MB/s   366406 calls/s
# udp tx:    793 MB/s    13464 calls/s  13464 msg/s
# udp rx:    462 MB/s   334336 calls/s
# udp tx:    927 MB/s    15739 calls/s  15739 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:    665 MB/s   485509 calls/s
# udp tx:    683 MB/s    11598 calls/s  11598 msg/s
# udp rx:    706 MB/s   514957 calls/s
# udp tx:    707 MB/s    11998 calls/s  11998 msg/s
# udp rx:    690 MB/s   503606 calls/s
# udp tx:    692 MB/s    11738 calls/s  11738 msg/s
# udp rx:    698 MB/s   509093 calls/s
# udp tx:    710 MB/s    12044 calls/s  12044 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__->