From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Lut90scyzEhy1jKSvV9k78y00ub0LxFttghDtYz0tko=; b=WUaL8s5JrbuUVY43MqP5urgQNzbLGgTmthinz8XlqvSM97Hq9u253z7GDJzOkVM9C6 sNZcuX3Jrj5foSHKQzniarkQveAdTZK2vWpF9Hy5VXdx0ULnYVcOOjL/fD2ihUKMPdbo 5/2UoRpim40gF3/Ejx6gGpVv0l8iuzoQKW+zLJm/AVDMIWRQ3gpLlDZ6UeHwVDUmF7aX JX8GRE53V52Yubl8H+negcA3LXSmSUKXnLkiAl/6dGSGVAR3WDEDiLi86pqtqmgT2FIN cYaNuIoEos3NwSrbtRuzZ2FVBQ0COXXH9dvai7h35MtMXxj9m1zbpuZhFCoUCeRYGrTL qp5g== X-Gm-Message-State: ALoCoQmy8Be62DuQOjWYgZWXtPWuScqheLzhPydlbG/usg5TtcFazX8nkvWC5x8XTFqI4JZArf2m X-Received: by 10.194.108.5 with SMTP id hg5mr39025143wjb.25.1436197882634; Mon, 06 Jul 2015 08:51:22 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ym2sm28817862wjc.44.2015.07.06.08.51.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jul 2015 08:51:22 -0700 (PDT) From: Thomas Monjalon To: Zoltan Kiss Date: Mon, 06 Jul 2015 17:50:01 +0200 Message-ID: <2597576.kGLUp511ny@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB97725836A1DE80@irsmsx105.ger.corp.intel.com> References: <1435084992-12512-1-git-send-email-zoltan.kiss@linaro.org> <2601191342CEEE43887BDE71AB97725836A1DE80@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ethdev: fix checking for tx_free_thresh 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: Mon, 06 Jul 2015 15:51:23 -0000 > > 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