Re: [ovs-dev] [ovs-discuss] Queue priority

2016-08-19 Thread Ben Pfaff
If you want to use a particular kind of QoS, the first step is to find the right Linux kernel qdisc to support that QoS. Then, if necessary, we can talk about adding support to OVS for configuring that qdisc. On Fri, Aug 19, 2016 at 07:45:49PM +0530, Kapil Adhikesavalu wrote: > Thanks Ben > > us

Re: [ovs-dev] [ovs-discuss] Queue priority

2016-08-19 Thread Kapil Adhikesavalu
Thanks Ben using flow rules i can send it to the desired queues. currently i see only 2 types of Qos was supported : linux-htb and linux-hfsc. if i use linux-htb, what it actually gives me was bandwidth shared priority queue. lets take an example i will create 2 queues. q1 i will use for arp and

Re: [ovs-dev] [ovs-discuss] Queue priority

2016-08-19 Thread Ben Pfaff
On Fri, Aug 19, 2016 at 07:00:23AM -0700, Ben Pfaff wrote: > On Fri, Aug 19, 2016 at 06:53:31PM +0530, Kapil Adhikesavalu wrote: > > Can OVS supports priority queues.Meaning, any packet comes with .1p high > > priority send to High priority Queues. I couldn't find this info from the > > available d

Re: [ovs-dev] [ovs-discuss] Queue priority

2016-08-19 Thread Ben Pfaff
On Fri, Aug 19, 2016 at 06:53:31PM +0530, Kapil Adhikesavalu wrote: > Can OVS supports priority queues.Meaning, any packet comes with .1p high > priority send to High priority Queues. I couldn't find this info from the > available docs. > The requirement was to send all network control packets to h