[dpdk-dev] [PATCH 0/2] cxgbe: Minor fixes in cxgbe pmd

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Nov 24 14:49:27 CET 2015


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


More information about the dev mailing list