Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-14 Thread Jerin Jacob
Sent: Monday, October 5, 2020 5:35 PM > > > >>>>>> To: Nicolau, Radu > > > >>>>>> Cc: Honnappa Nagarahalli ; > > > >>>>>> Richardson, Bruce > > > >>>>>> ; Ananyev, Konstantin > > > >>

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-14 Thread Ananyev, Konstantin
t;> Cc: Honnappa Nagarahalli ; Richardson, > > >>>>>> Bruce > > >>>>>> ; Ananyev, Konstantin > > >>>>>> ; Van Haaren, Harry > > >>>>>> ; dev@dpdk.org; jer...@marvell.com; nd > > >>>>>> > > &

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-14 Thread Jerin Jacob
-Original Message- > >>>>>> From: Jerin Jacob > >>>>>> Sent: Monday, October 5, 2020 5:35 PM > >>>>>> To: Nicolau, Radu > >>>>>> Cc: Honnappa Nagarahalli ; Richardson, > >>>>>> Bruce > >&g

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-14 Thread Nicolau, Radu
, Bruce ; Ananyev, Konstantin ; Van Haaren, Harry ; dev@dpdk.org; jer...@marvell.com; nd Subject: Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements On Tue, Sep 29, 2020 at 2:32 PM Nicolau, Radu wrote: a concern that another library not uses public ring API, but instead accesses ring

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-13 Thread Jerin Jacob
> To: Nicolau, Radu > > >>> Cc: Honnappa Nagarahalli ; Richardson, > > >>> Bruce > > >>> ; Ananyev, Konstantin > > >>> ; Van Haaren, Harry > > >>> ; dev@dpdk.org; jer...@marvell.com; nd > > >>> > >

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-07 Thread Ananyev, Konstantin
t; >>> ; Ananyev, Konstantin > >>> ; Van Haaren, Harry > >>> ; dev@dpdk.org; jer...@marvell.com; nd > >>> > >>> Subject: Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements > >>> > >>> On Tue, Sep 29, 2020 at 2

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-07 Thread Nicolau, Radu
: [dpdk-dev] [PATCH v1] event/sw: performance improvements On Tue, Sep 29, 2020 at 2:32 PM Nicolau, Radu wrote: On 9/28/2020 5:02 PM, Honnappa Nagarahalli wrote: Add minimum burst throughout the scheduler pipeline and a flush counter. Replace ring API calls with local single threaded

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-06 Thread Ananyev, Konstantin
...@marvell.com; nd > > > > Subject: Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements > > > > On Tue, Sep 29, 2020 at 2:32 PM Nicolau, Radu > > wrote: > > > > > > > > > On 9/28/2020 5:02 PM, Honnappa Nagarahalli

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-06 Thread Van Haaren, Harry
> -Original Message- > From: Jerin Jacob > Sent: Monday, October 5, 2020 5:35 PM > To: Nicolau, Radu > Cc: Honnappa Nagarahalli ; Richardson, Bruce > ; Ananyev, Konstantin > ; Van Haaren, Harry > ; dev@dpdk.org; jer...@marvell.com; nd > > Subject: Re:

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-10-05 Thread Jerin Jacob
On Tue, Sep 29, 2020 at 2:32 PM Nicolau, Radu wrote: > > > On 9/28/2020 5:02 PM, Honnappa Nagarahalli wrote: > > > >>> Add minimum burst throughout the scheduler pipeline and a flush counter. > >>> Replace ring API calls with local single threaded implementation where > >>> possible. > >>> > >>>

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-09-29 Thread Nicolau, Radu
On 9/28/2020 5:02 PM, Honnappa Nagarahalli wrote: Add minimum burst throughout the scheduler pipeline and a flush counter. Replace ring API calls with local single threaded implementation where possible. Signed-off-by: Radu Nicolau mailto:radu.nico...@intel.com Thanks for the patch, a few c

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-09-28 Thread Honnappa Nagarahalli
> > Add minimum burst throughout the scheduler pipeline and a flush counter. > > Replace ring API calls with local single threaded implementation where > > possible. > > > > Signed-off-by: Radu Nicolau mailto:radu.nico...@intel.com > > > > Thanks for the patch, a few comments inline. > > > > --- >

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-09-25 Thread Bruce Richardson
On Thu, Sep 24, 2020 at 06:02:48PM +, Ananyev, Konstantin wrote: > > > > > > Add minimum burst throughout the scheduler pipeline and a flush counter. > Replace ring API calls with local single threaded implementation where > possible. > > Signed-off-by: Radu Nicolau mailto:radu.nico...@in

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-09-24 Thread Ananyev, Konstantin
Add minimum burst throughout the scheduler pipeline and a flush counter. Replace ring API calls with local single threaded implementation where possible. Signed-off-by: Radu Nicolau mailto:radu.nico...@intel.com Thanks for the patch, a few comments inline. --- drivers/event/sw/sw_evdev.h  

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-09-24 Thread Honnappa Nagarahalli
Add minimum burst throughout the scheduler pipeline and a flush counter. Replace ring API calls with local single threaded implementation where possible. Signed-off-by: Radu Nicolau Thanks for the patch, a few comments inline. --- drivers/event/sw/s

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-09-24 Thread Nicolau, Radu
On 9/24/2020 12:10 AM, Honnappa Nagarahalli wrote: Add minimum burst throughout the scheduler pipeline and a flush counter. Replace ring API calls with local single threaded implementation where possible. Signed-off-by: Radu Nicolau Thanks for the pa

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-09-23 Thread Honnappa Nagarahalli
> > > > Add minimum burst throughout the scheduler pipeline and a flush counter. > > Replace ring API calls with local single threaded implementation where > > possible. > > > > Signed-off-by: Radu Nicolau > > Thanks for the patch, a few comments inline. > > > --- > > drivers/event/sw/sw_evde

Re: [dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-09-23 Thread Van Haaren, Harry
> -Original Message- > From: Nicolau, Radu > Sent: Tuesday, September 8, 2020 11:52 AM > To: dev@dpdk.org > Cc: jer...@marvell.com; Van Haaren, Harry ; > Nicolau, Radu > Subject: [PATCH v1] event/sw: performance improvements > > Add minimum burst throughout the scheduler pipeline and a f

[dpdk-dev] [PATCH v1] event/sw: performance improvements

2020-09-08 Thread Radu Nicolau
Add minimum burst throughout the scheduler pipeline and a flush counter. Replace ring API calls with local single threaded implementation where possible. Signed-off-by: Radu Nicolau --- drivers/event/sw/sw_evdev.h | 11 +++- drivers/event/sw/sw_evdev_scheduler.c | 83 ++