Re: [dpdk-dev] [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255

2020-10-31 Thread Jerin Jacob
On Sat, Oct 31, 2020 at 1:34 AM Eads, Gage wrote: > > > > > -Original Message- > > From: McDaniel, Timothy > > Sent: Monday, October 26, 2020 11:01 AM > > To: Richardson, Bruce > > Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage > > ; Van Haaren, Harry ; > > jer...@marvell.com > > Subjec

Re: [dpdk-dev] [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255

2020-10-30 Thread Eads, Gage
> -Original Message- > From: McDaniel, Timothy > Sent: Monday, October 26, 2020 11:01 AM > To: Richardson, Bruce > Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage > ; Van Haaren, Harry ; > jer...@marvell.com > Subject: [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255 > > DLB s

Re: [dpdk-dev] [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255

2020-10-28 Thread McDaniel, Timothy
> -Original Message- > From: Jerin Jacob > Sent: Wednesday, October 28, 2020 4:36 AM > To: McDaniel, Timothy > Cc: Richardson, Bruce ; dpdk-dev > ; Carrillo, Erik G ; Eads, Gage > ; Van Haaren, Harry ; > Jerin Jacob > Subject: Re: [dpdk-dev] [PATCH 1/1] ev

Re: [dpdk-dev] [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255

2020-10-28 Thread Jerin Jacob
On Mon, Oct 26, 2020 at 9:29 PM Timothy McDaniel wrote: > > DLB supports a total of 256 queues, 128 load balanced queues > and 128 directed queues. > > Signed-off-by: Timothy McDaniel > --- > config/rte_config.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/config/rte_

[dpdk-dev] [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255

2020-10-26 Thread Timothy McDaniel
DLB supports a total of 256 queues, 128 load balanced queues and 128 directed queues. Signed-off-by: Timothy McDaniel --- config/rte_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rte_config.h b/config/rte_config.h index 8aa46a1..b78c6aa 100644 --- a/config/r