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:    572 MB/s     9703 calls/s   9703 msg/s
# tcp rx:    572 MB/s    33352 calls/s
# tcp tx:    558 MB/s     9469 calls/s   9469 msg/s
# tcp rx:    569 MB/s    32387 calls/s
# tcp tx:    609 MB/s    10333 calls/s  10333 msg/s
# tcp rx:    603 MB/s    33911 calls/s
# tcp tx:    601 MB/s    10200 calls/s  10200 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:    518 MB/s   375296 calls/s
# udp tx:   1288 MB/s    21848 calls/s  21848 msg/s
# udp rx:    513 MB/s   371556 calls/s
# udp tx:    847 MB/s    14379 calls/s  14379 msg/s
# udp rx:    522 MB/s   377856 calls/s
# udp tx:    885 MB/s    15015 calls/s  15015 msg/s
# udp rx:    518 MB/s   375701 calls/s
# udp tx:    818 MB/s    13878 calls/s  13878 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:   1088 MB/s   794206 calls/s
# udp tx:   1118 MB/s    18964 calls/s  18964 msg/s
# udp rx:   1151 MB/s   839801 calls/s
# udp tx:   1150 MB/s    19510 calls/s  19510 msg/s
# udp rx:   1152 MB/s   840468 calls/s
# udp tx:   1151 MB/s    19530 calls/s  19530 msg/s
# udp rx:   1150 MB/s   839202 calls/s
# udp tx:   1149 MB/s    19497 calls/s  19497 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__->