<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: i40evf maximum RSS queues reasoning in Ethernet Products</title>
    <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575943#M12759</link>
    <description>&lt;P&gt;Hi Sharon, 36 cores were assigned to the VM.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jun 2018 21:01:46 GMT</pubDate>
    <dc:creator>SHegd2</dc:creator>
    <dc:date>2018-06-20T21:01:46Z</dc:date>
    <item>
      <title>i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575935#M12751</link>
      <description>&lt;P&gt;I was looking through the i40evf source code, and it seems like the maximum number of queues supported is 4. Is there a reasoning for this? Is there a way to use more, such as 16?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen patches proposing removing a few variables (MAX_QUEUES, which sets the max to 16, but doesn't actually serve a purpose since the RX queues limit is set to 4).&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 00:57:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575935#M12751</guid>
      <dc:creator>SHegd2</dc:creator>
      <dc:date>2018-06-06T00:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575936#M12752</link>
      <description>&lt;P&gt;Hi Brokotiv,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; Thank you for posting in Wired Communities. Just to double check if you are referring to the driver at &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;A href="https://downloadcenter.intel.com/download/24693/Intel-Network-Adapter-Virtual-Function-Driver-for-Intel-40-Gigabit-Ethernet-Network-Connections"&gt;https://downloadcenter.intel.com/download/24693/Intel-Network-Adapter-Virtual-Function-Driver-for-Intel-40-Gigabit-Ethernet-Network-Connections&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; There is an issue stated in our README file regarding increasing the RSS queue may result in code 10 error, you may find the information at   &lt;A href="https://downloadmirror.intel.com/24693/eng/readme.txt"&gt;https://downloadmirror.intel.com/24693/eng/readme.txt&lt;/A&gt; I have posted here for your reference as well:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;" Code 10 Error in Device Manager When Intel DCB Installed and RSS Queues Changed to 16 or Greater&lt;P&gt;&amp;nbsp;&lt;/P&gt;-----------------------------------------------------------------------&lt;P&gt;&amp;nbsp;&lt;/P&gt;If the Intel DCB feature is installed, changing the number of Receive Side &lt;P&gt;&amp;nbsp;&lt;/P&gt;Scaling (RSS) queues to 16 or greater may result in a Code 10 error in Device &lt;P&gt;&amp;nbsp;&lt;/P&gt;Manager. To resolve this issue, reinstall the driver from the Intel &lt;P&gt;&amp;nbsp;&lt;/P&gt;installation media. Note that this will reset the RSS queues value to the &lt;P&gt;&amp;nbsp;&lt;/P&gt;default of 8. Do not change the RSS queues to 16 or greater, as doing so will &lt;P&gt;&amp;nbsp;&lt;/P&gt;result in another Code 10 error. Setting RSS queues to a lower value such as 1, &lt;P&gt;&amp;nbsp;&lt;/P&gt;2, or 4 does not cause error." &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  If this is not the driver you refer to, please provide the link where the driver was posted. Thank you.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sharon T &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 02:12:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575936#M12752</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-06T02:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575937#M12753</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is indeed the driver used. I was referring to the code here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/torvalds/linux/blob/master/drivers/net/ethernet/intel/i40evf/i40evf.h#"&gt;https://github.com/torvalds/linux/blob/master/drivers/net/ethernet/intel/i40evf/i40evf.h#&lt;/A&gt; L109 linux/i40evf.h at master · torvalds/linux · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this not accurate as to the latest i40evf driver? When I used SR-IOV with the driver, I was only seeing 4 queues enabled by default, and I was not sure how to increase the maximum, to 8 or 16 as mentioned. Using "ethtool -l" showed a maximum of 4 queues. Is there documentation on how to increase this otherwise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it helps, I am running this inside an Ubuntu 14.04 VM, running Linux kernel 4.4.0-97-generic. The host the VM is running on is running on Ubuntu 16.04, with Linux Kernel 4.4.0-87-generic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 03:19:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575937#M12753</guid>
      <dc:creator>SHegd2</dc:creator>
      <dc:date>2018-06-06T03:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575938#M12754</link>
      <description>&lt;P&gt;Hi Brokotiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Thank you for sharing the information. Can you also share what is the exact model of your network adapter so that I can better assist. Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sharon T</description>
      <pubDate>Wed, 06 Jun 2018 08:14:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575938#M12754</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-06T08:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575939#M12755</link>
      <description>&lt;P&gt;Hi Sharon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NIC is a Ethernet Controller X710 for 10GbE SFP+.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 22:15:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575939#M12755</guid>
      <dc:creator>SHegd2</dc:creator>
      <dc:date>2018-06-06T22:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575940#M12756</link>
      <description>&lt;P&gt;Hi Sharon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to check if you had any updates on this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 20:07:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575940#M12756</guid>
      <dc:creator>SHegd2</dc:creator>
      <dc:date>2018-06-08T20:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575941#M12757</link>
      <description>&lt;P&gt;Hi Brokotiv,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;     We are still checking and will update in case there is any information to share.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sharon T&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support&lt;P&gt;&amp;nbsp;&lt;/P&gt;Agent under contract to Intel</description>
      <pubDate>Thu, 14 Jun 2018 05:52:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575941#M12757</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-14T05:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575942#M12758</link>
      <description>&lt;P&gt;Hi Brokotiv,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;   Can you confirm how many cores/cpus are assigned to the Virtual machine?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sharon T&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support&lt;P&gt;&amp;nbsp;&lt;/P&gt;Agent under contract to Intel</description>
      <pubDate>Wed, 20 Jun 2018 08:27:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575942#M12758</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-20T08:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575943#M12759</link>
      <description>&lt;P&gt;Hi Sharon, 36 cores were assigned to the VM.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 21:01:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575943#M12759</guid>
      <dc:creator>SHegd2</dc:creator>
      <dc:date>2018-06-20T21:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575944#M12760</link>
      <description>&lt;P&gt;Hi Brokotiv,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  Thank you. We will further check.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sharon T&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support&lt;P&gt;&amp;nbsp;&lt;/P&gt;Agent under contract to Intel</description>
      <pubDate>Thu, 21 Jun 2018 06:21:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575944#M12760</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-21T06:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575945#M12761</link>
      <description>&lt;P&gt;Hi Brokotiv,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;    Hope you don't mind, we need more information below:&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;OL&gt;&lt;LI&gt;Linux kernel log from the host OS&lt;/LI&gt;&lt;LI&gt;I40e driver version number from the host.&lt;/LI&gt;&lt;LI&gt;Did customer modified i40e driver? &lt;/LI&gt;&lt;LI&gt;Linux kernel log from the Guest OS.&lt;/LI&gt;&lt;LI&gt;I40ef driver version number from the guest. &lt;/LI&gt;&lt;LI&gt;Did customer modified i40evf driver? &lt;/LI&gt;&lt;LI&gt;Ubuntu 14.4 VM settings.  Number of VCPUS assigned, memory amount assigned, network devices attached, PCI devices attached in pass though mode, etc. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;        Please provide SSU LOG as some information can be found there. You may visit this link for the SSU tool:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;A href="https://downloadcenter.intel.com/product/91600/Intel-System-Support-Utility"&gt;https://downloadcenter.intel.com/product/91600/Intel-System-Support-Utility&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;          Looking forward to you reply. Thank you.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sharon T&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support&lt;P&gt;&amp;nbsp;&lt;/P&gt;Agent under contract to Intel</description>
      <pubDate>Fri, 22 Jun 2018 06:35:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575945#M12761</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-22T06:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: i40evf maximum RSS queues reasoning</title>
      <link>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575946#M12762</link>
      <description>&lt;P&gt;Hi Brokotiv,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; Please fee free to provide the requested information.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Looking forward to you reply. Thank you.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sharon T&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support&lt;P&gt;&amp;nbsp;&lt;/P&gt;Agent under contract to Intel</description>
      <pubDate>Mon, 02 Jul 2018 08:03:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Ethernet-Products/i40evf-maximum-RSS-queues-reasoning/m-p/575946#M12762</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-07-02T08:03:40Z</dc:date>
    </item>
  </channel>
</rss>

