[dpdk-dev] [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255
Jerin Jacob
jerinjacobk at gmail.com
Sat Oct 31 11:58:14 CET 2020
On Sat, Oct 31, 2020 at 1:34 AM Eads, Gage <gage.eads at intel.com> wrote:
>
>
>
> > -----Original Message-----
> > From: McDaniel, Timothy <timothy.mcdaniel at intel.com>
> > Sent: Monday, October 26, 2020 11:01 AM
> > To: Richardson, Bruce <bruce.richardson at intel.com>
> > Cc: dev at dpdk.org; Carrillo, Erik G <erik.g.carrillo at intel.com>; Eads, Gage
> > <gage.eads at intel.com>; Van Haaren, Harry <harry.van.haaren at intel.com>;
> > jerinj at marvell.com
> > Subject: [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255
> >
> > DLB supports a total of 256 queues, 128 load balanced queues
> > and 128 directed queues.
> >
> > Signed-off-by: Timothy McDaniel <timothy.mcdaniel at intel.com>
>
> Perhaps you can increase the queues-related fields to uint16_t in the future
> to allow for the full 256, but in the meantime:
>
> Reviewed-by: Gage Eads <gage.eads at intel.com>
Acked-by: Jerin Jacob <jerinj at marvell.com>
Applied to dpdk-next-eventdev/for-main with following git commit change, Thanks.
commit e79fdca1baaff30cbdd423b1fec82087cafc0b83 (HEAD -> for-main,
origin/for-main, origin/HEAD)
Author: Timothy McDaniel <timothy.mcdaniel at intel.com>
Date: Mon Oct 26 11:01:08 2020 -0500
eventdev: increase max queues configuration
DLB supports a total of 256 queues, 128 load balanced queues
and 128 directed queues. Increase RTE_EVENT_MAX_QUEUES_PER_DEV
to max possible uint_8_t max value.
Signed-off-by: Timothy McDaniel <timothy.mcdaniel at intel.com>
Reviewed-by: Gage Eads <gage.eads at intel.com>
Acked-by: Jerin Jacob <jerinj at marvell.com>
>
> Thanks,
> Gage
More information about the dev
mailing list