<div dir="ltr">Thank you,<div><br></div><div>I found normal ovs support this:</div><div><br></div><div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">set port eth0 qos=@newqos -- \<br>  --id=@newqos create qos type=linux-htb \<br>      other-config:max-rate=1000000000 \<br>      queues:123=@vif10queue \<br>      queues:234=@vif20queue -- \<br>  --id=@vif10queue create queue other-config:max-rate=10000000 -- \<br>  --id=@vif20queue create queue other-config:max-rate=20000000</blockquote></div><div><br></div><div>so I want to know whether dpdkport support command like this:</div><div><br></div><div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">set port dpdkport qos=@newqos -- \<br>  --id=@newqos create qos type=dpdk-qos-xxx-type \<br>      other-config:max-rate=1000000000 \<br>      queues:123=@vif10queue \<br>      queues:234=@vif20queue -- \<br>  --id=@vif10queue create queue other-config:max-rate=10000000 -- \<br>  --id=@vif20queue create queue other-config:max-rate=20000000</blockquote></div><div><br></div><div>If this support, what&#39;s &#39;dpdk-qos-xxx-type&#39; is?</div><div><br></div><div>Thank you~</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-06-14 16:21 GMT+08:00 Stokes, Ian <span dir="ltr">&lt;<a href="mailto:ian.stokes@intel.com" target="_blank">ian.stokes@intel.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">&gt; Hi, all<br>
&gt;<br>
&gt; Does ovs-dpdk support QoS on dpdkvhostuser port and other port, just like<br>
&gt; &#39;HTB&#39; for kernel based ovs port?<br>
&gt;<br>
&gt; Or will ovs-dpdk support this?<br>
<br>
</div></div>Hi Sam,<br>
<br>
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.<br>
<br>
OVS-DPDK ports also support ingress policing via the rate limiter interface.<br>
<br>
Out of curiosity, what aspect of HTB QoS is of interest? (Min bandwidth guarantee, priority etc).<br>
<br>
Hope this helps.<br>
<span class="HOEnZb"><font color="#888888"><br>
Ian<br>
</font></span></blockquote></div><br></div>