Re: [dpdk-dev] [PATCH] eventdev: configure the Rx event buffer size

2021-07-19 Thread Jerin Jacob
v > Subject: Re: [dpdk-dev] [PATCH] eventdev: configure the Rx event buffer size > > On Fri, Jul 16, 2021 at 10:33 PM Ganapati Kundapura > wrote: > > > > As of now Rx event buffer size is static and set to 128. > > > > This patch sets the Rx event buffer size to 1

Re: [dpdk-dev] [PATCH] eventdev: configure the Rx event buffer size

2021-07-19 Thread Kundapura, Ganapati
Hi Jerin, Please find my response in lined. -Original Message- From: Jerin Jacob Sent: 19 July 2021 12:14 To: Kundapura, Ganapati Cc: Jayatheerthan, Jay ; dpdk-dev Subject: Re: [dpdk-dev] [PATCH] eventdev: configure the Rx event buffer size On Fri, Jul 16, 2021 at 10:33 PM

Re: [dpdk-dev] [PATCH] eventdev: configure the Rx event buffer size

2021-07-18 Thread Jerin Jacob
On Fri, Jul 16, 2021 at 10:33 PM Ganapati Kundapura wrote: > > As of now Rx event buffer size is static and set to 128. > > This patch sets the Rx event buffer size to 192, configurable > at compile time and also errors out at run time if Rx event > buffer size is configured more than 16 bits. > >

[dpdk-dev] [PATCH] eventdev: configure the Rx event buffer size

2021-07-16 Thread Ganapati Kundapura
As of now Rx event buffer size is static and set to 128. This patch sets the Rx event buffer size to 192, configurable at compile time and also errors out at run time if Rx event buffer size is configured more than 16 bits. Signed-off-by: Ganapati Kundapura --- config/rte_config.h