On Sat, Oct 31, 2020 at 1:34 AM Eads, Gage <[email protected]> wrote: > > > > > -----Original Message----- > > From: McDaniel, Timothy <[email protected]> > > Sent: Monday, October 26, 2020 11:01 AM > > To: Richardson, Bruce <[email protected]> > > Cc: [email protected]; Carrillo, Erik G <[email protected]>; Eads, Gage > > <[email protected]>; Van Haaren, Harry <[email protected]>; > > [email protected] > > 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 <[email protected]> > > 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 <[email protected]>
Acked-by: Jerin Jacob <[email protected]> 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 <[email protected]> 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 <[email protected]> Reviewed-by: Gage Eads <[email protected]> Acked-by: Jerin Jacob <[email protected]> > > Thanks, > Gage

