Re: [ovs-dev] [PATCH] netdev-linux: do not remove ingress qdisc when disable policing.

2017-11-15 Thread Guoshuai Li
I'm sorry for my mistake. I did not think so much I actually want to express the meaning is tc qdisc should not be operated when never enabled policing. Because my question is this:    step1. Configure the tc command at the ovs-port   # tc qdisc add dev ovs-port ingress   # tc qdisc

Re: [ovs-dev] [PATCH] netdev-linux: do not remove ingress qdisc when disable policing.

2017-11-03 Thread Ben Pfaff
On Fri, Oct 13, 2017 at 02:01:07PM +0800, Guoshuai Li wrote: > rate limiting may be implemented in other ways (such as nova), > this time need to disable rate limiting. > I think it should not remove tc qdisk when ingress_policing_burst > is disabled. > > Signed-off-by: Guoshuai Li

[ovs-dev] [PATCH] netdev-linux: do not remove ingress qdisc when disable policing.

2017-10-13 Thread Guoshuai Li
rate limiting may be implemented in other ways (such as nova), this time need to disable rate limiting. I think it should not remove tc qdisk when ingress_policing_burst is disabled. Signed-off-by: Guoshuai Li Co-authored-by: huweihua --- lib/netdev-linux.c