[ovs-discuss] ?????? ?????? ovs-ofctl add-meter command limit rate can work ?

2017-06-19 Thread ??????
Yes. UDP works well . We send udp packets with length 1024 (less then mtu) , then work very good . But tcp work very bad , we think tcp works badly because it needs to be retransmitted . That could be a general case. We can communicate with each other on these

[ovs-discuss] ?????? ?????? ovs-ofctl add-meter command limit rate can work ?

2017-06-19 Thread ??????
1)We think one meter with one bond is just good way , one meter with multiple band can not be work (can not be test in real project). So sorry we never to realize multiple band that wrong in theory. 2) This days we are realizing the meter function with netlink style . We just put the meter

[ovs-discuss] ?????? ovs-ofctl add-meter command limit rate can work ?

2017-06-02 Thread ??????
Thank you for you reply. Recently i have read the meter patch which realized in user mode space in detail. Especially the "dp_netdev_run_meter" function. I don't think the implementation logical follow the openflow agreement. For example , command likes next: band=type=drop,

Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ?

2017-05-30 Thread Andy Zhou
On Fri, May 26, 2017 at 7:50 PM, 爬山虎 wrote: > > > I have saw this patch at "https://patchwork.ozlabs.org/patch/731701/;. We > have build and run at our centos-7.10 OS. > > 1) But i and my colleague don't know how to use the , can you give some > example about the command line

[ovs-discuss] ?????? ovs-ofctl add-meter command limit rate can work ?

2017-05-26 Thread ??????
I have saw this patch at "https://patchwork.ozlabs.org/patch/731701/;. We have build and run at our centos-7.10 OS. 1) But i and my colleague don't know how to use the , can you give some example about the command line operation. Some commands as comments in the patch are confusing . 2) I

Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ?

2017-05-25 Thread Andy Zhou
On Thu, May 25, 2017 at 2:36 AM, 爬山虎 wrote: > > hi all: > > I am going to implement the meter speed limit. I read the book of > "ovs-ofctl.pdf " about the instructions of burst. In this pdf book , the > instructions of burst is : If multiple bands' rate is exceeded,then the > band

Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ?

2017-05-24 Thread ??????
I have saw http://docs.openvwitch.org/en/latest/faq/qos/, maybe this is not i need . We have a demand that limit speed rate by the meter, because our controller is sdn . The sdn only can send openflow messages to ovs , but can not call other programs , such as tc or ovs-vsctl . I mean now i

Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ?

2017-05-24 Thread Andy Zhou
.ozlabs.org/patch/731701/ > > - Volkan > > From: ovs-discuss-boun...@openvswitch.org > [ovs-discuss-boun...@openvswitch.org] on behalf of Andy Zhou [az...@ovn.org] > Sent: Tuesday, May 23, 2017 10:46 PM > To: 爬山虎 > Cc: ovs-discuss > Subject: Re: [ovs-discuss] ovs-ofctl

Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ?

2017-05-24 Thread Ali Volkan Atli
scuss-boun...@openvswitch.org] on behalf of Andy Zhou [az...@ovn.org] Sent: Tuesday, May 23, 2017 10:46 PM To: 爬山虎 Cc: ovs-discuss Subject: Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ? On Tue, May 23, 2017 at 2:31 AM, 爬山虎 <cx...@qq.com> wrote: > > Hi all: >