Re: [ovs-discuss] [dpdk-dev] Does ovs-dpdk support QoS on dpdkvhostuser port and other port?

2017-06-14 Thread Sam
Thank you, I found normal ovs support this: set port eth0 qos=@newqos -- \ > --id=@newqos create qos type=linux-htb \ > other-config:max-rate=10 \ > queues:123=@vif10queue \ > queues:234=@vif20queue -- \ > --id=@vif10queue create queue other-config:max-rate=1000 -- \ >

Re: [ovs-discuss] [dpdk-dev] Does ovs-dpdk support QoS on dpdkvhostuser port and other port?

2017-06-14 Thread Stokes, Ian
> Hi, all > > Does ovs-dpdk support QoS on dpdkvhostuser port and other port, just like > 'HTB' for kernel based ovs port? > > Or will ovs-dpdk support this? Hi Sam, Currently ovs-dpdk does not support HTB for QoS. In terms of what can be applied to a vhost user port (and other dpdk port