Thank you, I found normal ovs support this:
set port eth0 qos=@newqos -- \ > --id=@newqos create qos type=linux-htb \ > other-config:max-rate=1000000000 \ > queues:123=@vif10queue \ > queues:234=@vif20queue -- \ > --id=@vif10queue create queue other-config:max-rate=10000000 -- \ > --id=@vif20queue create queue other-config:max-rate=20000000 so I want to know whether dpdkport support command like this: set port dpdkport qos=@newqos -- \ > --id=@newqos create qos type=dpdk-qos-xxx-type \ > other-config:max-rate=1000000000 \ > queues:123=@vif10queue \ > queues:234=@vif20queue -- \ > --id=@vif10queue create queue other-config:max-rate=10000000 -- \ > --id=@vif20queue create queue other-config:max-rate=20000000 If this support, what's 'dpdk-qos-xxx-type' is? Thank you~ 2017-06-14 16:21 GMT+08:00 Stokes, Ian <[email protected]>: > > 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 types) you can apply and > egress policer QoS type. > > OVS-DPDK ports also support ingress policing via the rate limiter > interface. > > Out of curiosity, what aspect of HTB QoS is of interest? (Min bandwidth > guarantee, priority etc). > > Hope this helps. > > Ian >
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
