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:    966 MB/s    16386 calls/s  16386 msg/s
# tcp rx:    967 MB/s    49402 calls/s
# tcp tx:   1009 MB/s    17121 calls/s  17121 msg/s
# tcp rx:   1010 MB/s    51449 calls/s
# tcp tx:   1006 MB/s    17075 calls/s  17075 msg/s
# tcp rx:   1007 MB/s    51379 calls/s
# tcp tx:   1008 MB/s    17106 calls/s  17106 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:    479 MB/s   347136 calls/s
# udp tx:    866 MB/s    14688 calls/s  14688 msg/s
# udp rx:    448 MB/s   324864 calls/s
# udp tx:    924 MB/s    15677 calls/s  15677 msg/s
# udp rx:    506 MB/s   367104 calls/s
# udp tx:    846 MB/s    14356 calls/s  14356 msg/s
# udp rx:    524 MB/s   379648 calls/s
# udp tx:    834 MB/s    14152 calls/s  14152 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:    625 MB/s   456167 calls/s
# udp tx:    644 MB/s    10939 calls/s  10939 msg/s
# udp rx:    722 MB/s   527087 calls/s
# udp tx:    734 MB/s    12465 calls/s  12465 msg/s
# udp rx:   1066 MB/s   778129 calls/s
# udp tx:   1067 MB/s    18109 calls/s  18109 msg/s
# udp rx:   1098 MB/s   800989 calls/s
# udp tx:   1100 MB/s    18667 calls/s  18667 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__->