From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: "Richardson, Bruce" <bruce.richardson@intel.com>,
"dev@dpdk.org" <dev@dpdk.org>
Cc: "thomas@monjalon.net" <thomas@monjalon.net>,
Shreyansh Jain <shreyansh.jain@nxp.com>
Subject: Re: [dpdk-dev] [PATCH v2 1/7] config: increase the num of rawdev to be 64
Date: Thu, 4 Apr 2019 11:52:37 +0000 [thread overview]
Message-ID: <bb9c556c-1f3a-4ed3-02da-67e7b7f32840@nxp.com> (raw)
Message-ID: <20190404115237.ODBT1mhtTys0-2sYQxMrPi_Wxr2isPBQw4oCm2dnK8E@z> (raw)
In-Reply-To: <59AF69C657FD0841A61C55336867B5B07278032B@IRSMSX103.ger.corp.intel.com>
On 04-Apr-19 4:37 PM, Richardson, Bruce wrote:
>
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Hemant Agrawal
>> Sent: Thursday, April 4, 2019 12:04 PM
>> To: dev@dpdk.org
>> Cc: thomas@monjalon.net; Shreyansh Jain <shreyansh.jain@nxp.com>
>> 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 it to 64 to cover various cases.
>>
>> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
>> ---
>> config/common_base | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
> Need same change in config/rte_config.h for meson build.
Thanks. Just fixed it in v3
next prev parent reply other threads:[~2019-04-04 11:52 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-26 12:18 [dpdk-dev] [PATCH 1/5] raw/dpaa2_qdma: remove experimental tag from APIs Hemant Agrawal
2019-03-26 12:18 ` Hemant Agrawal
2019-03-26 12:18 ` [dpdk-dev] [PATCH 2/5] raw/dpaa2_qdma: fix to support multiprocess execution Hemant Agrawal
2019-03-26 12:18 ` Hemant Agrawal
2019-03-26 12:18 ` [dpdk-dev] [PATCH 3/5] raw/dpaa2_qdma: add burst mode support Hemant Agrawal
2019-03-26 12:18 ` Hemant Agrawal
2019-03-26 12:18 ` [dpdk-dev] [PATCH 4/5] raw/dpaa2_qdma: add rbp " Hemant Agrawal
2019-03-26 12:18 ` Hemant Agrawal
2019-03-29 13:53 ` Thomas Monjalon
2019-03-29 13:53 ` Thomas Monjalon
2019-03-26 12:18 ` [dpdk-dev] [PATCH 5/5] raw/dpaa2x: remove rte logs from data path Hemant Agrawal
2019-03-26 12:18 ` Hemant Agrawal
2019-03-29 13:53 ` [dpdk-dev] [PATCH 1/5] raw/dpaa2_qdma: remove experimental tag from APIs Thomas Monjalon
2019-03-29 13:53 ` Thomas Monjalon
2019-04-01 14:14 ` Hemant Agrawal
2019-04-01 14:14 ` Hemant Agrawal
2019-04-04 11:04 ` [dpdk-dev] [PATCH v2 1/7] config: increase the num of rawdev to be 64 Hemant Agrawal
2019-04-04 11:04 ` Hemant Agrawal
2019-04-04 11:04 ` [dpdk-dev] [PATCH v2 2/7] raw/dpaa2_qdma: remove experimental tag from APIs Hemant Agrawal
2019-04-04 11:04 ` Hemant Agrawal
2019-04-04 11:04 ` [dpdk-dev] [PATCH v2 3/7] raw/dpaa2_qdma: fix to support multiprocess execution Hemant Agrawal
2019-04-04 11:04 ` Hemant Agrawal
2019-04-04 11:04 ` [dpdk-dev] [PATCH v2 4/7] raw/dpaa2_qdma: add burst mode support Hemant Agrawal
2019-04-04 11:04 ` Hemant Agrawal
2019-04-04 11:04 ` [dpdk-dev] [PATCH v2 5/7] raw/dpaa2_qdma: add rbp " Hemant Agrawal
2019-04-04 11:04 ` Hemant Agrawal
2019-04-04 11:04 ` [dpdk-dev] [PATCH v2 6/7] raw/dpaa2x: remove rte logs from data path Hemant Agrawal
2019-04-04 11:04 ` Hemant Agrawal
2019-04-04 11:04 ` [dpdk-dev] [PATCH v2 7/7] raw/dpaa2_qdma: add support for non prefetch mode Hemant Agrawal
2019-04-04 11:04 ` Hemant Agrawal
2019-04-04 11:07 ` [dpdk-dev] [PATCH v2 1/7] config: increase the num of rawdev to be 64 Richardson, Bruce
2019-04-04 11:07 ` Richardson, Bruce
2019-04-04 11:52 ` Hemant Agrawal [this message]
2019-04-04 11:52 ` Hemant Agrawal
2019-04-04 11:50 ` [dpdk-dev] [PATCH v3 " Hemant Agrawal
2019-04-04 11:50 ` Hemant Agrawal
2019-04-04 11:50 ` [dpdk-dev] [PATCH v3 2/7] raw/dpaa2_qdma: remove experimental tag from APIs Hemant Agrawal
2019-04-04 11:50 ` Hemant Agrawal
2019-04-04 11:50 ` [dpdk-dev] [PATCH v3 3/7] raw/dpaa2_qdma: fix to support multiprocess execution Hemant Agrawal
2019-04-04 11:50 ` Hemant Agrawal
2019-04-04 11:50 ` [dpdk-dev] [PATCH v3 4/7] raw/dpaa2_qdma: add burst mode support Hemant Agrawal
2019-04-04 11:50 ` Hemant Agrawal
2019-04-04 11:50 ` [dpdk-dev] [PATCH v3 5/7] raw/dpaa2_qdma: add rbp " Hemant Agrawal
2019-04-04 11:50 ` Hemant Agrawal
2019-04-04 11:50 ` [dpdk-dev] [PATCH v3 6/7] raw/dpaa2x: remove rte logs from data path Hemant Agrawal
2019-04-04 11:50 ` Hemant Agrawal
2019-04-04 11:50 ` [dpdk-dev] [PATCH v3 7/7] raw/dpaa2_qdma: add support for non prefetch mode Hemant Agrawal
2019-04-04 11:50 ` Hemant Agrawal
2019-04-04 13:04 ` [dpdk-dev] [PATCH v3 1/7] config: increase the num of rawdev to be 64 Bruce Richardson
2019-04-04 13:04 ` Bruce Richardson
2019-04-04 23:07 ` Thomas Monjalon
2019-04-04 23:07 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bb9c556c-1f3a-4ed3-02da-67e7b7f32840@nxp.com \
--to=hemant.agrawal@nxp.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=shreyansh.jain@nxp.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).