<div dir="ltr">Yes, we are using vdev_netvsc. Native netvsc PMD we are observing issues in enabling multiple queues. <div>Though we have 6 DPDK cores, unable to configure more than 4 queues.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 26, 2023 at 12:18 AM Stephen Hemminger <<a href="mailto:stephen@networkplumber.org" target="_blank">stephen@networkplumber.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, 22 Jun 2023 22:06:10 +0530<br>
Nageswara Rao <<a href="mailto:nagpen75@gmail.com" target="_blank">nagpen75@gmail.com</a>> wrote:<br>
<br>
> Hi All,<br>
> <br>
> We are observing the following issue with DPDK22.11. We didn’t find any<br>
> upstream patches for this issue on the DPDK github. Is there any known<br>
> issue, please let us know.<br>
> <br>
> <br>
> <br>
> *Issue:*<br>
> <br>
> On Azure platform, we are unable to configure more than 4 queues. When we<br>
> try to configure more than 4 queues its failing with “EAL: Cannot send more<br>
> than 8 FDs” error.<br>
> <br>
> Here I am pasting the working and failing testpmd logs.<br>
> <br>
> Please note that this issue is not observed in DPDK 21.11.<br>
> <br>
<br>
You should be using the native netvsc PMD, not the vdev_netvsc,failsafe,tap kludge.<br>
<br>
I don't work on Azure any more but I suspect the issue is that the default<br>
in the kernel for TAP is for the number of queues == number of cores.<br>
<br>
You aren't going to see any real benefit from having more queues than<br>
the number of DPDK cores.<br>
<br>
</blockquote></div>