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

2015-11-24 Thread Thomas Monjalon
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 1

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

2015-11-20 Thread 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. Pat