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