Re: [dpdk-dev] [PATCH v3 1/7] config: increase the num of rawdev to be 64

2019-04-04 Thread Thomas Monjalon
04/04/2019 15:04, Bruce Richardson: > On Thu, Apr 04, 2019 at 11:50:18AM +, Hemant Agrawal wrote: > > The current value is 10, which is not sufficient for many use-cases. > > e.g. NXP LX2 with raw qdma devices can use 32-48 raw devices in some > > use-cases. So, making it to 64 to cover various

Re: [dpdk-dev] [PATCH v3 1/7] config: increase the num of rawdev to be 64

2019-04-04 Thread Bruce Richardson
On Thu, Apr 04, 2019 at 11:50:18AM +, Hemant Agrawal wrote: > The current value is 10, which is not sufficient for many use-cases. > e.g. NXP LX2 with raw qdma devices can use 32-48 raw devices in some > use-cases. So, making it to 64 to cover various cases. > > Signed-off-by: Hemant Agrawal

[dpdk-dev] [PATCH v3 1/7] config: increase the num of rawdev to be 64

2019-04-04 Thread Hemant Agrawal
The current value is 10, which is not sufficient for many use-cases. e.g. NXP LX2 with raw qdma devices can use 32-48 raw devices in some use-cases. So, making it to 64 to cover various cases. Signed-off-by: Hemant Agrawal --- config/common_base | 2 +- config/rte_config.h | 2 +- 2 files chang