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:    958 MB/s    16253 calls/s  16253 msg/s
# tcp rx:    958 MB/s    50214 calls/s
# tcp tx:    943 MB/s    15995 calls/s  15995 msg/s
# tcp rx:    957 MB/s    48940 calls/s
# tcp tx:    704 MB/s    11949 calls/s  11949 msg/s
# tcp rx:    699 MB/s    38924 calls/s
# tcp tx:    673 MB/s    11427 calls/s  11427 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:    505 MB/s   366848 calls/s
# udp tx:   1012 MB/s    17180 calls/s  17180 msg/s
# udp rx:    442 MB/s   321025 calls/s
# udp tx:   1016 MB/s    17236 calls/s  17236 msg/s
# udp rx:    477 MB/s   345600 calls/s
# udp tx:   1284 MB/s    21787 calls/s  21787 msg/s
# udp rx:    632 MB/s   458240 calls/s
# udp tx:   1240 MB/s    21043 calls/s  21043 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:    988 MB/s   720984 calls/s
# udp tx:   1007 MB/s    17089 calls/s  17089 msg/s
# udp rx:    790 MB/s   576802 calls/s
# udp tx:    792 MB/s    13444 calls/s  13444 msg/s
# udp rx:    811 MB/s   591541 calls/s
# udp tx:    813 MB/s    13790 calls/s  13790 msg/s
# udp rx:   1002 MB/s   730932 calls/s
# udp tx:   1010 MB/s    17136 calls/s  17136 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__->