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

2019-04-04 Thread Hemant Agrawal
;> Subject: [dpdk-dev] [PATCH v2 1/7] config: increase the num of rawdev to >> be 64 >> >> 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

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

2019-04-04 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hemant Agrawal > Sent: Thursday, April 4, 2019 12:04 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Shreyansh Jain > Subject: [dpdk-dev] [PATCH v2 1/7] config: increase the num of rawdev t

[dpdk-dev] [PATCH v2 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 +- 1 file changed, 1 insertion(+), 1 deletion