From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Vyal Subject: Re: How to fight forwarding performance regression on large mempool sizes. Date: Fri, 20 Sep 2013 10:48:03 +0400 Message-ID: <523BEFA3.4070209@gmail.com> References: <523AACC9.8010304@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Robert Sanford Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 09/19/2013 11:39 PM, Robert Sanford wrote: > Hi Dmitry, > > The biggest drop-off seems to be from size 128K to 256K. Are you using > 1GB huge pages already (rather than 2MB)? > > I would think that it would not use over 1GB until you ask for 512K > mbufs or more. > Hi Robert, Yes, I've been using 1GB pages for a while. My L3 cache is 20MB and mbufs are 2240 bytes of size. So something strange indeed happens then we move from ~200MB to ~400MB. Any ideas? Regards, Dmitry