From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: How to approach packet TX lockups Date: Mon, 16 Nov 2015 22:51:04 -0500 Message-ID: <20151117035104.GC4433@mhcomputing.net> References: <20151116161201.7e951097@samsung9> <20151116173129.2a429930@samsung9> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: Stephen Hemminger 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) Content-Disposition: inline In-Reply-To: <20151116173129.2a429930@samsung9> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.