From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: Best example for showing throughput? Date: Fri, 24 May 2013 22:03:19 +0200 Message-ID: <519FC787.4090006@6wind.com> References: <519F74F6.3000903@mahan.org> <201305241641.38896.thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Patrick Mahan 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" Hello Patrick, > sudo build/app/testpmd -b 0000:03:00.0 -b 0000:03:00.1 -c -n3 > -- --nb-cores= --nb-ports=2 --rxd=2048 --rxd=2048 --mbcache=512 > --burst=512 --rxd= --txq= I guess it's a typo, but just in case, I think you mean "rxq" instead of "rxd" at the end of the command line? You can check that all is properly configured by using the interactive mode of testpmd, and display the configuration with the following commands: show config rxtx show config cores show config fwd ... Regards, Olivier