From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] cxgbe: Minor fixes in cxgbe pmd Date: Tue, 24 Nov 2015 14:49:27 +0100 Message-ID: <3821390.oAefCOpW0H@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi To: Rahul Lakkireddy Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 3E9C88E9F for ; Tue, 24 Nov 2015 14:50:45 +0100 (CET) Received: by wmec201 with SMTP id c201so27425367wme.1 for ; Tue, 24 Nov 2015 05:50:45 -0800 (PST) In-Reply-To: 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" 2015-11-20 18:43, Rahul Lakkireddy: > This series of patches fix some issues and recent regressions in cxgbe pmd. > > Patch 1 fixes a regression where queue setup for cxgbe pmd fails with > -EINVAL because cxgbe pmd requires a min of 1024 descriptors, but most > examples and apps initialize with 128 rx descriptors and 512 tx > descriptors. > > Patch 2 replaces spinning for a lock with a better trylock in > tx alarm callback. > > Rahul Lakkireddy (2): > cxgbe: fix queue setup failure due to strict min desc requirement > cxgbe: fix unnecessary spinning for a lock with trylock instead Applied, thanks