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:    592 MB/s    10041 calls/s  10041 msg/s
# tcp rx:   1215 MB/s    43115 calls/s
# tcp tx:   1030 MB/s    17471 calls/s  17471 msg/s
# tcp rx:    979 MB/s    48333 calls/s
# tcp tx:    811 MB/s    13766 calls/s  13766 msg/s
# tcp rx:    581 MB/s    36488 calls/s
# tcp tx:    585 MB/s     9933 calls/s   9933 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:    524 MB/s   379648 calls/s
# udp tx:    813 MB/s    13794 calls/s  13794 msg/s
# udp rx:    540 MB/s   392126 calls/s
# udp tx:    772 MB/s    13105 calls/s  13105 msg/s
# udp rx:    550 MB/s   398592 calls/s
# udp tx:    799 MB/s    13563 calls/s  13563 msg/s
# udp rx:    550 MB/s   399479 calls/s
# udp tx:    756 MB/s    12839 calls/s  12839 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:   1107 MB/s   807463 calls/s
# udp tx:   1140 MB/s    19337 calls/s  19337 msg/s
# udp rx:   1147 MB/s   836959 calls/s
# udp tx:   1150 MB/s    19510 calls/s  19510 msg/s
# udp rx:   1149 MB/s   837989 calls/s
# udp tx:   1151 MB/s    19536 calls/s  19536 msg/s
# udp rx:   1154 MB/s   841820 calls/s
# udp tx:   1156 MB/s    19612 calls/s  19612 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__->