On Sat, Oct 31, 2020 at 1:34 AM Eads, Gage <gage.e...@intel.com> wrote: > > > > > -----Original Message----- > > From: McDaniel, Timothy <timothy.mcdan...@intel.com> > > Sent: Monday, October 26, 2020 11:01 AM > > To: Richardson, Bruce <bruce.richard...@intel.com> > > Cc: dev@dpdk.org; Carrillo, Erik G <erik.g.carri...@intel.com>; Eads, Gage > > <gage.e...@intel.com>; Van Haaren, Harry <harry.van.haa...@intel.com>; > > jer...@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.mcdan...@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.e...@intel.com>
Acked-by: Jerin Jacob <jer...@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.mcdan...@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.mcdan...@intel.com> Reviewed-by: Gage Eads <gage.e...@intel.com> Acked-by: Jerin Jacob <jer...@marvell.com> > > Thanks, > Gage