<?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 R80.40 - Multi Queue on VMWare vmxnet3 drivers. in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92372#M18375</link>
    <description>&lt;P&gt;During a virtual installation under VMWare I noticed that vmxnet3 drivers for Multi Queueing are used here.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bild_mq_vmxnet3.JPG" style="width: 968px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/7361i33092E99F10FEC3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="bild_mq_vmxnet3.JPG" alt="bild_mq_vmxnet3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I only know that this works for the following drivers: igb, ixgbe, i40e, mlx5_core. These are also described in the "Performance Tuning R80.40 Administration Guide".&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Is the driver "vmxnet3" supported for R80.40 Multi Queue?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;VMWare &lt;A href="https://kb.vmware.com/s/article/2020567" target="_blank" rel="nofollow noopener noreferrer"&gt;SK2020567:&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Receive side scaling (RSS) and multiqueue support are included in the VMXNET3 Linux device driver. The VMXNET3 device always supported multiple queues, but the Linux driver used one Rx and one Tx queue previously.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For the VMXNET3 driver shipped with VMware Tools, multiqueue support was introduced in vSphere 5.0.&lt;/LI&gt;
&lt;LI&gt;For the VMXNET3 driver included with the Linux operating system, multiqueue support was introduced after and including Linux kernel version 2.6.37.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Multiqueue is a technique designed to enhance networking performance by allowing the Tx and Rx queues to scale with the number of CPUs in multi-processor systems. Many physical network adapters support multiqueue, and if you have this technology enabled on your NIC, Linux virtual machines running on vSphere 5 can take advantage of it.&lt;BR /&gt;&lt;BR /&gt;For transmit, the Linux kernel selects which Tx queue on which a packet should go out. For receive, RSS produces a hash based on the TCP source and destination ports, and IPv4 source and destination addresses that are used to dispatch packets from different flows to different queues.&lt;BR /&gt;&lt;BR /&gt;This table summarizes multiqueue/RSS support:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE style="width: 640px;" border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;&lt;STRONG&gt;VMXNET3 VMware Tools driver version&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;&lt;STRONG&gt;VMXNET3 Linux driver version&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;Multiqueue/RSS support exists&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;1.0.15.0 and later (introduced in vSphere 5.0)&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;1.0.16.0-k and later (introduced in Linux kernel 2.6.37)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;Multiqueue/RSS support exists, but must be enabled&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;1.0.15.0 to 1.0.23.x&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;--&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;Enabled by default&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;1.0.24.0 and later&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;10.0.16.0-k and later&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jul 2020 08:47:28 GMT</pubDate>
    <dc:creator>HeikoAnkenbrand</dc:creator>
    <dc:date>2020-07-25T08:47:28Z</dc:date>
    <item>
      <title>R80.40 - Multi Queue on VMWare vmxnet3 drivers.</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92372#M18375</link>
      <description>&lt;P&gt;During a virtual installation under VMWare I noticed that vmxnet3 drivers for Multi Queueing are used here.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bild_mq_vmxnet3.JPG" style="width: 968px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/7361i33092E99F10FEC3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="bild_mq_vmxnet3.JPG" alt="bild_mq_vmxnet3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I only know that this works for the following drivers: igb, ixgbe, i40e, mlx5_core. These are also described in the "Performance Tuning R80.40 Administration Guide".&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Is the driver "vmxnet3" supported for R80.40 Multi Queue?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;VMWare &lt;A href="https://kb.vmware.com/s/article/2020567" target="_blank" rel="nofollow noopener noreferrer"&gt;SK2020567:&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Receive side scaling (RSS) and multiqueue support are included in the VMXNET3 Linux device driver. The VMXNET3 device always supported multiple queues, but the Linux driver used one Rx and one Tx queue previously.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For the VMXNET3 driver shipped with VMware Tools, multiqueue support was introduced in vSphere 5.0.&lt;/LI&gt;
&lt;LI&gt;For the VMXNET3 driver included with the Linux operating system, multiqueue support was introduced after and including Linux kernel version 2.6.37.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Multiqueue is a technique designed to enhance networking performance by allowing the Tx and Rx queues to scale with the number of CPUs in multi-processor systems. Many physical network adapters support multiqueue, and if you have this technology enabled on your NIC, Linux virtual machines running on vSphere 5 can take advantage of it.&lt;BR /&gt;&lt;BR /&gt;For transmit, the Linux kernel selects which Tx queue on which a packet should go out. For receive, RSS produces a hash based on the TCP source and destination ports, and IPv4 source and destination addresses that are used to dispatch packets from different flows to different queues.&lt;BR /&gt;&lt;BR /&gt;This table summarizes multiqueue/RSS support:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE style="width: 640px;" border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;&lt;STRONG&gt;VMXNET3 VMware Tools driver version&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;&lt;STRONG&gt;VMXNET3 Linux driver version&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;Multiqueue/RSS support exists&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;1.0.15.0 and later (introduced in vSphere 5.0)&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;1.0.16.0-k and later (introduced in Linux kernel 2.6.37)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;Multiqueue/RSS support exists, but must be enabled&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;1.0.15.0 to 1.0.23.x&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;--&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" rowspan="1"&gt;Enabled by default&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;1.0.24.0 and later&lt;/TD&gt;
&lt;TD colspan="1" rowspan="1"&gt;10.0.16.0-k and later&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 08:47:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92372#M18375</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-07-25T08:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers?</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92378#M18377</link>
      <description>&lt;P&gt;According to&amp;nbsp;&lt;SPAN&gt;sk104848:&amp;nbsp;Check Point recommends the use of VMXNET Generation 3 (VMXNET3) on all supported Gaia releases.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For more information on the configuration and usage of VMXNET3 network adapters, refer to &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk110686" target="_blank" rel="noopener"&gt;sk110686 - How to configure VMXNET3 Network Adapters&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Would not make sense to recommend something that does not support&amp;nbsp;Multi Queue &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 11:27:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92378#M18377</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2020-07-24T11:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers?</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92388#M18378</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21294"&gt;@G_W_Albrecht&lt;/a&gt;&amp;nbsp; I know the SK.&lt;/P&gt;
&lt;P&gt;My question is:&lt;/P&gt;
&lt;P&gt;This driver supports multi-queueing since R80.40. &lt;BR /&gt;I can't find any information about this in the documentation or in SK's. Therefore my question! &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there official multi-queueing support for the driver "vmxnet3"?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 12:27:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92388#M18378</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-07-24T12:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers?</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92421#M18381</link>
      <description>&lt;P&gt;On R80.40 it certainly looks like Multi-Queue is working as expected with the vmxnet3 driver, so it probably works on the Gaia 3.10 kernel version of R80.30 as well:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vmxnet3_MQ.png" style="width: 967px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/7363i0DBD800411A47116/image-size/large?v=v2&amp;amp;px=999" role="button" title="Vmxnet3_MQ.png" alt="Vmxnet3_MQ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 19:24:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92421#M18381</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2020-07-24T19:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers?</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92432#M18387</link>
      <description>&lt;P&gt;If VMware supports it officially I see no reason CheckPoint to not do it:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.vmware.com/s/article/2020567" target="_blank"&gt;https://kb.vmware.com/s/article/2020567&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 03:51:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92432#M18387</guid>
      <dc:creator>HristoGrigorov</dc:creator>
      <dc:date>2020-07-25T03:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers?</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92452#M18392</link>
      <description>&lt;P&gt;MQ will work on all Linux / GAIA 3.10 kernels with vmxnet3 drivers. Therefore MQ works under VMWare with Check Point version R80.40 and R80.30 kernel 3.10.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The big question is:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Is there support from Check Point for this?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I could not found anything about it in the documentation or in SK's.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 08:49:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92452#M18392</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-07-25T08:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers?</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92468#M18396</link>
      <description>&lt;P&gt;My way of thinking is... This driver is part of Gaia OS that is supported by CheckPoint (and VMware for that matter). If there are no docs for limited support, then logical to think is, it is fully supported.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 04:05:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/92468#M18396</guid>
      <dc:creator>HristoGrigorov</dc:creator>
      <dc:date>2020-07-26T04:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers.</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93362#M18504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any news from Check Point in this case:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Is the driver "vmxnet3" supported for R80.40 Multi Queue?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 06:49:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93362#M18504</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-08-05T06:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers.</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93369#M18506</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;Although we are checking this for you now, the most efficient way to receive an &lt;EM&gt;&lt;STRONG&gt;official&lt;/STRONG&gt; &lt;/EM&gt;answer in this case is to raise the question to TAC.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 08:36:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93369#M18506</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2020-08-05T08:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers.</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93383#M18508</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MQ supports vmxnet3 in R80.40, we will update our documentation accordingly.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 09:55:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93383#M18508</guid>
      <dc:creator>Tal_Martsiano</dc:creator>
      <dc:date>2020-08-05T09:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers.</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93450#M18527</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7963"&gt;@Tal_Martsiano&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Now we can build high performance firewalls with multi queue under ESX.&lt;/P&gt;
&lt;P&gt;Nice!&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Heiko&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 15:22:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93450#M18527</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-08-05T15:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers.</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93471#M18537</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7963"&gt;@Tal_Martsiano&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The next question is.&amp;nbsp; What is the maximum number of RX queues?&lt;SPAN style="color: white;"&gt;Maximal number of RX queues&lt;/SPAN&gt;&lt;SPAN style="color: white;"&gt;aximal number of RX queues&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 19:54:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93471#M18537</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-08-05T19:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: R80.40 - Multi Queue on VMWare vmxnet3 drivers.</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93547#M18547</link>
      <description>&lt;P&gt;The annswer is 8 RX queues.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 08:30:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-40-Multi-Queue-on-VMWare-vmxnet3-drivers/m-p/93547#M18547</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-08-06T08:30:15Z</dc:date>
    </item>
  </channel>
</rss>

