From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id D0AB758F7 for ; Tue, 17 Nov 2015 04:51:05 +0100 (CET) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 0EC921A8; Mon, 16 Nov 2015 22:51:05 -0500 (EST) Date: Mon, 16 Nov 2015 22:51:04 -0500 From: Matthew Hall To: Stephen Hemminger Message-ID: <20151117035104.GC4433@mhcomputing.net> References: <20151116161201.7e951097@samsung9> <20151116173129.2a429930@samsung9> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151116173129.2a429930@samsung9> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] How to approach packet TX lockups X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 03:51:06 -0000 On Mon, Nov 16, 2015 at 05:31:29PM -0800, Stephen Hemminger wrote: > The DPDK 2.2 driver uses: > wthresh = 0 > hthresh = 0 > pthresh = 32 Stephen, I thought the zero values lead to doing the auto-config by the driver itself? Matthew.