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:    928 MB/s    15746 calls/s  15746 msg/s
# tcp rx:    928 MB/s    48643 calls/s
# tcp tx:    995 MB/s    16889 calls/s  16889 msg/s
# tcp rx:   1004 MB/s    50465 calls/s
# tcp tx:   1003 MB/s    17014 calls/s  17014 msg/s
# tcp rx:   1004 MB/s    50907 calls/s
# tcp tx:   1015 MB/s    17225 calls/s  17225 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:    633 MB/s   459008 calls/s
# udp tx:   1243 MB/s    21088 calls/s  21088 msg/s
# udp rx:    637 MB/s   461824 calls/s
# udp tx:   1211 MB/s    20555 calls/s  20555 msg/s
# udp rx:    657 MB/s   476160 calls/s
# udp tx:   1140 MB/s    19350 calls/s  19350 msg/s
# udp rx:    663 MB/s   480512 calls/s
# udp tx:   1214 MB/s    20596 calls/s  20596 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:   1082 MB/s   789835 calls/s
# udp tx:   1109 MB/s    18814 calls/s  18814 msg/s
# udp rx:   1102 MB/s   804205 calls/s
# udp tx:   1102 MB/s    18699 calls/s  18699 msg/s
# udp rx:   1104 MB/s   805447 calls/s
# udp tx:   1104 MB/s    18732 calls/s  18732 msg/s
# udp rx:   1069 MB/s   780057 calls/s
# udp tx:   1061 MB/s    18009 calls/s  18009 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__->