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:    978 MB/s    16591 calls/s  16591 msg/s
# tcp rx:    978 MB/s    50451 calls/s
# tcp tx:    983 MB/s    16680 calls/s  16680 msg/s
# tcp rx:    994 MB/s    50437 calls/s
# tcp tx:    985 MB/s    16720 calls/s  16720 msg/s
# tcp rx:    993 MB/s    49899 calls/s
# tcp tx:    976 MB/s    16560 calls/s  16560 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:    591 MB/s   429105 calls/s
# udp tx:   1055 MB/s    17908 calls/s  17908 msg/s
# udp rx:    624 MB/s   452864 calls/s
# udp tx:   1195 MB/s    20283 calls/s  20283 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1271 MB/s    21562 calls/s  21562 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1260 MB/s    21383 calls/s  21383 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:   1151 MB/s   839497 calls/s
# udp tx:   1177 MB/s    19973 calls/s  19973 msg/s
# udp rx:   1168 MB/s   852472 calls/s
# udp tx:   1171 MB/s    19867 calls/s  19867 msg/s
# udp rx:   1162 MB/s   847680 calls/s
# udp tx:   1164 MB/s    19753 calls/s  19753 msg/s
# udp rx:   1158 MB/s   844788 calls/s
# udp tx:   1160 MB/s    19683 calls/s  19683 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__->