From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: fix checking for tx_free_thresh Date: Mon, 06 Jul 2015 17:50:01 +0200 Message-ID: <2597576.kGLUp511ny@xps13> References: <1435084992-12512-1-git-send-email-zoltan.kiss@linaro.org> <2601191342CEEE43887BDE71AB97725836A1DE80@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Zoltan Kiss Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id BBFCF3792 for ; Mon, 6 Jul 2015 17:51:22 +0200 (CEST) Received: by wiwl6 with SMTP id l6so288996732wiw.0 for ; Mon, 06 Jul 2015 08:51:22 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB97725836A1DE80@irsmsx105.ger.corp.intel.com> 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" > > This parameter is not consistent between the drivers: some use it as > > rte_eth_tx_burst() requires, some release buffers when the number of free > > descriptors drop below this value. > > Let's use it as most fast-path code does, which is the latter, and update > > comments throughout the code to reflect that. > > > > Signed-off-by: Zoltan Kiss > > Acked-by: Konstantin Ananyev Applied, thanks