<?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: Increasing Fifo Buffers on Firewall Interface in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29491#M6027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To expand upon what &lt;A href="https://community.checkpoint.com/migrated-users/2075"&gt;Dameon Welch Abernathy&lt;/A&gt;‌ said, increasing the ring buffers is a last resort due to the possible introduction of an insidious performance-draining effect known as Bufferbloat.&amp;nbsp; After increasing firewall ring buffer sizes in the past I noticed that while it did reduce or eliminate RX-DRPs, it frequently caused a "choppiness" in the network traffic flow under load that I couldn't fully quantify.&amp;nbsp; While doing research for the first edition of my book I discovered the formal term for this effect:&amp;nbsp; &lt;A class="link-titled" href="https://en.wikipedia.org/wiki/Bufferbloat" title="https://en.wikipedia.org/wiki/Bufferbloat"&gt;Bufferbloat - Wikipedia&lt;/A&gt;.&amp;nbsp; Worth a quick read and a reminder that adding more of something is not always better when it comes to performance tuning...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; Second Edition of my "Max Power" Firewall Book&lt;BR /&gt; Now Available at &lt;A href="http://www.maxpowerfirewalls.com" target="_blank"&gt;http://www.maxpowerfirewalls.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2018 13:17:16 GMT</pubDate>
    <dc:creator>Timothy_Hall</dc:creator>
    <dc:date>2018-06-09T13:17:16Z</dc:date>
    <item>
      <title>Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29487#M6023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a problem with a customer whereby there was a lot of packet re transmissions on their network. This was observed from an fwmonitor. I got the statistics of the interface and found that there was a lot of RX-DRPs (&amp;nbsp;rx_missed_errors). I followed the article to increase the FIFO buffer size in clish and this seems to solved the issue. The errors aren't increasing anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never had to do this before for any other customer, and am curious as what might cause the interface buffers to fill up? Could it be just increased traffic on the network or could it be that there is a misconfigured switch somewhere in the network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also noticed that default value for rx-ringsize is only 256 whereas its maximum is 4096. Is there a reason the default is so low?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 08:48:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29487#M6023</guid>
      <dc:creator>John_Colfer</dc:creator>
      <dc:date>2018-06-08T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29488#M6024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the ratio of RX-DRP to RX-OK? If higher than 0,1% then tuning is needed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RX-DRP means that&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;firewall does not have enough FIFO memory buffer (descriptors) to hold the packets while waiting for a free interrupt to process them. What does this mean? In a very simplified explanation it means that the memory buffer on the NIC itself is not emptied quick enough by the CPU before new frames arrives.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;To check for network buffer errors on that NIC run this command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;STRONG&gt;netstat -ni | grep interface_name&lt;/STRONG&gt;&amp;nbsp; (look for RX-DRP)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;What kind of NIC hardware do you have on that interface?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;STRONG&gt;ethtool -i interface_name&lt;/STRONG&gt;&amp;nbsp; to check what driver is used. If the driver is bge or tg3 then it's Broadcom which is not recommended for production traffic. If the driver is&amp;nbsp;E1000, e100e,igb,ixgbe or w83627 then it's Intel which is recommended and can provide doubling of performance without additional tuning.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Increasing ring buffer size is a common recommendation but not desirable. The best way is to allocate more core processing resources.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;4096 is the maximum ring buffer size on most NICs. 256/512 is default. What did you increase to?&amp;nbsp; Why not set to maximum? Because if the buffer size is larger it also means that it takes more processing to service that buffer. Coming back to the actual problem, not enough CPU resources to empty the RX ring buffer. But in some cases there is not sufficient processing resources available because of underpowered firewall and increasing ring buffer size is the solution.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Run also the command &lt;STRONG&gt;sar -u&lt;/STRONG&gt; to take a look at your CPU utilization or if you have the monitoring blade present for graphical view.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 20:40:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29488#M6024</guid>
      <dc:creator>ED</dc:creator>
      <dc:date>2018-06-08T20:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29489#M6025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adjusting the ring buffer is usually a last resort.&lt;/P&gt;&lt;P&gt;There are other performance tuning steps you should take first.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk98348" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk98348"&gt;Best Practices - Security Gateway Performance&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 21:35:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29489#M6025</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-06-08T21:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29490#M6026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is really a masterpiece of a great sk. Bravo!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 01:49:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29490#M6026</guid>
      <dc:creator>ED</dc:creator>
      <dc:date>2018-06-09T01:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29491#M6027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To expand upon what &lt;A href="https://community.checkpoint.com/migrated-users/2075"&gt;Dameon Welch Abernathy&lt;/A&gt;‌ said, increasing the ring buffers is a last resort due to the possible introduction of an insidious performance-draining effect known as Bufferbloat.&amp;nbsp; After increasing firewall ring buffer sizes in the past I noticed that while it did reduce or eliminate RX-DRPs, it frequently caused a "choppiness" in the network traffic flow under load that I couldn't fully quantify.&amp;nbsp; While doing research for the first edition of my book I discovered the formal term for this effect:&amp;nbsp; &lt;A class="link-titled" href="https://en.wikipedia.org/wiki/Bufferbloat" title="https://en.wikipedia.org/wiki/Bufferbloat"&gt;Bufferbloat - Wikipedia&lt;/A&gt;.&amp;nbsp; Worth a quick read and a reminder that adding more of something is not always better when it comes to performance tuning...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; Second Edition of my "Max Power" Firewall Book&lt;BR /&gt; Now Available at &lt;A href="http://www.maxpowerfirewalls.com" target="_blank"&gt;http://www.maxpowerfirewalls.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 13:17:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29491#M6027</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2018-06-09T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29492#M6028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your helpful comments guys. I will give more detail on the setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a self managed cluster of Checkpoint 5400s. 2 cpus = model name : Intel(R) Pentium(R) CPU G3420 @ 3.20GHz (not a great proc).&amp;nbsp;&lt;/P&gt;&lt;P&gt;16 gigs of RAM, installed with Gaia R77.30.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66318_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;No strain on resources.&lt;/P&gt;&lt;P&gt;Here's the traffic going through for the last week&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66317_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Nothing major.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I increased the buffer to 2048 and will monitor any increases.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will also get a look at the SK for tuning the firewalls.&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 07:55:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29492#M6028</guid>
      <dc:creator>John_Colfer</dc:creator>
      <dc:date>2018-06-11T07:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29493#M6029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a look at the tuning doc suggested by Dameon. Under Interface Tuning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66323_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;Since it's a Checkpoint appliance I'm guessing the first 4 points are already optimized?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eth1 &amp;amp; Eth3 are the troublesome interfaces and looking at sim affinity -l, they're on different cores&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66324_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All in all I dont think there's much else I can check for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 09:58:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29493#M6029</guid>
      <dc:creator>John_Colfer</dc:creator>
      <dc:date>2018-06-11T09:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29494#M6030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll see if I can get the boss man to purchase your book. Looks like we'd seriously benefit from it though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 10:14:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29494#M6030</guid>
      <dc:creator>John_Colfer</dc:creator>
      <dc:date>2018-06-11T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29495#M6031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys (last update for a while)&lt;/P&gt;&lt;P&gt;My boss came in and said that we have Tim's book, so I read the relevant chapter. Excellently written and great example. Very detailed and made a lot of sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I have done is turned off secureXL since it's only a 2 core firewall and left the ring size buffer to 2048 (even though this isnt recommended in the book)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hadnt heard of bufferbloat, but it does make sense that it would cause problems in a packet switched network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 11:23:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29495#M6031</guid>
      <dc:creator>John_Colfer</dc:creator>
      <dc:date>2018-06-11T11:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29496#M6032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.checkpoint.com/migrated-users/50714"&gt;John Colfer&lt;/A&gt; do you mean you turned off CoreXL on your 5400?&amp;nbsp; On a 2-core firewall that *may* improve things depending on a variety of factors.&amp;nbsp; There are very few scenarios where turning off SecureXL is recommended and optimizations of SecureXL may really help here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify, Bufferbloat can only occur between interfaces of varying network speed (i.e. typically between your high-speed LAN interfaces and a lower-speed Internet or WAN link) and as such should not occur between network interfaces of the same speed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; Second Edition of my "Max Power" Firewall Book&lt;BR /&gt; Now Available at &lt;A href="http://www.maxpowerfirewalls.com" target="_blank"&gt;http://www.maxpowerfirewalls.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 13:38:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29496#M6032</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2018-06-11T13:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29497#M6033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Self-Managed Cluster - that must be an euphemism for the dreaded Full Management HA cluster &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://community.checkpoint.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 14:33:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29497#M6033</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-06-11T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29498#M6034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to disagree here partly. We have seen in the past that the default RX ring buffer was set to 256 and those are now set to 1024.&lt;/P&gt;&lt;P&gt;Bu if you run into a unit still running with 256 there I will upgrade that first before I do anything else in regard to tuning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:31:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29498#M6034</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2018-06-28T15:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing Fifo Buffers on Firewall Interface</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29499#M6035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For traffic traversing interfaces that are both the same link speed, increasing the ring buffers should not cause Bufferbloat.&amp;nbsp; It is when traffic steps down from say a 10Gbps interface to a 1 Gbps interface that increasing the RX ring buffer on the 10 Gbps interface (or the TX buffer on the 1Gbps interface) can cause Bufferbloat.&amp;nbsp; Or better yet traffic traversing between two 10Gbps interfaces, but one of the 10Gbps interfaces only has 1Gbps available further upstream (say to an Internet router).&amp;nbsp; Depending upon the RX buffer size on the upstream device's 10Gbps interface where the step-down from 10Gbps to 1Gbps occurs Bufferbloat can happen there too.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default ring buffer sizes have increased as link speeds have increased, there is a rule of thumb networking vendors use: an interface should have a ring buffer sized sufficiently to hold up to 250ms of traffic.&amp;nbsp; So increasing ring buffer sizes is not always bad, but once Bufferbloat starts happening it is very difficult to understand why the overall network performance is being constrained.&amp;nbsp; Would strongly recommend reading the Bufferbloat Wikipedia article (&lt;A href="https://en.wikipedia.org/wiki/Bufferbloat" rel="noopener"&gt;&lt;STRONG&gt;Bufferbloat&lt;/STRONG&gt; - Wikipedia&lt;/A&gt;) as it took some of the best minds in networking (including &lt;A href="https://en.wikipedia.org/wiki/Vint_Cerf"&gt;Vint Cerf&lt;/A&gt; and &lt;A href="https://en.wikipedia.org/wiki/Van_Jacobson"&gt;Van Jacobson&lt;/A&gt;) a *long* time to figure out what was going on as detailed here: &lt;A href="http://queue.acm.org/detail.cfm?id=2076798" rel="nofollow"&gt;BufferBloat: What's Wrong with the Internet?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; Second Edition of my "Max Power" Firewall Book&lt;BR /&gt; Now Available at &lt;A href="http://www.maxpowerfirewalls.com" target="_blank"&gt;http://www.maxpowerfirewalls.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 16:18:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Increasing-Fifo-Buffers-on-Firewall-Interface/m-p/29499#M6035</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2018-06-28T16:18:54Z</dc:date>
    </item>
  </channel>
</rss>

