make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    987 MB/s    16755 calls/s  16755 msg/s
# tcp rx:    988 MB/s    50783 calls/s
# tcp tx:    969 MB/s    16439 calls/s  16439 msg/s
# tcp rx:    975 MB/s    49251 calls/s
# tcp tx:   1005 MB/s    17054 calls/s  17054 msg/s
# tcp rx:   1005 MB/s    50356 calls/s
# tcp tx:    984 MB/s    16694 calls/s  16694 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:    466 MB/s   338309 calls/s
# udp tx:    823 MB/s    13967 calls/s  13967 msg/s
# udp rx:    521 MB/s   376703 calls/s
# udp tx:    877 MB/s    14878 calls/s  14878 msg/s
# udp rx:    521 MB/s   376576 calls/s
# udp tx:    887 MB/s    15051 calls/s  15051 msg/s
# udp rx:    520 MB/s   376320 calls/s
# udp tx:    867 MB/s    14712 calls/s  14712 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:   1069 MB/s   779777 calls/s
# udp tx:   1093 MB/s    18550 calls/s  18550 msg/s
# udp rx:   1126 MB/s   821220 calls/s
# udp tx:   1126 MB/s    19101 calls/s  19101 msg/s
# udp rx:   1106 MB/s   807196 calls/s
# udp tx:   1106 MB/s    18767 calls/s  18767 msg/s
# udp rx:   1075 MB/s   784143 calls/s
# udp tx:   1074 MB/s    18218 calls/s  18218 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__->