[dpdk-dev] [PATCH] event/dsw: avoid reusing previously recorded events

2020-03-05 Thread Mattias Rönnblom
Avoid reusing recorded events when performing a migration, since this may make the migration selection logic pick an already-moved flow. Fixes: f6257b22e767 ("event/dsw: add load balancing") Cc: sta...@dpdk.org Reported-by: Venky Venkatesh Signed-off-by: Mattias Rönnblom --- drivers/event/dsw/

Re: [dpdk-dev] [PATCH] event/dsw: avoid reusing previously recorded events

2020-05-01 Thread Jerin Jacob
On Tue, Apr 14, 2020 at 7:02 PM Jerin Jacob wrote: > > On Tue, Apr 14, 2020 at 6:41 PM Mattias Rönnblom > wrote: > > > > On 2020-04-14 14:45, Jerin Jacob wrote: > > > On Sat, Apr 4, 2020 at 6:05 PM Jerin Jacob wrote: > > >> On Fri, Mar 6, 2020 at 11:35 AM Venky Venkatesh > > >> wrote: > > >>> H

Re: [dpdk-dev] [PATCH] event/dsw: avoid reusing previously recorded events

2020-04-04 Thread Jerin Jacob
On Fri, Mar 6, 2020 at 11:35 AM Venky Venkatesh wrote: > > Hi Mattias, > Have a question on this fix. I understand you wanting a certain number of > events before making a decision to migrate (in the above fix). > However, suppose there are fewer events over a few flows (even if not many) > and ye

Re: [dpdk-dev] [PATCH] event/dsw: avoid reusing previously recorded events

2020-04-14 Thread Jerin Jacob
On Sat, Apr 4, 2020 at 6:05 PM Jerin Jacob wrote: > > On Fri, Mar 6, 2020 at 11:35 AM Venky Venkatesh > wrote: > > > > Hi Mattias, > > Have a question on this fix. I understand you wanting a certain number of > > events before making a decision to migrate (in the above fix). > > However, suppose

Re: [dpdk-dev] [PATCH] event/dsw: avoid reusing previously recorded events

2020-04-14 Thread Mattias Rönnblom
On 2020-04-14 14:45, Jerin Jacob wrote: > On Sat, Apr 4, 2020 at 6:05 PM Jerin Jacob wrote: >> On Fri, Mar 6, 2020 at 11:35 AM Venky Venkatesh >> wrote: >>> Hi Mattias, >>> Have a question on this fix. I understand you wanting a certain number of >>> events before making a decision to migrate (in

Re: [dpdk-dev] [PATCH] event/dsw: avoid reusing previously recorded events

2020-04-14 Thread Jerin Jacob
On Tue, Apr 14, 2020 at 6:41 PM Mattias Rönnblom wrote: > > On 2020-04-14 14:45, Jerin Jacob wrote: > > On Sat, Apr 4, 2020 at 6:05 PM Jerin Jacob wrote: > >> On Fri, Mar 6, 2020 at 11:35 AM Venky Venkatesh > >> wrote: > >>> Hi Mattias, > >>> Have a question on this fix. I understand you wanting

Re: [dpdk-dev] [PATCH] event/dsw: avoid reusing previously recorded events

2020-03-05 Thread Venky Venkatesh
Hi Mattias, Have a question on this fix. I understand you wanting a certain number of events before making a decision to migrate (in the above fix). However, suppose there are fewer events over a few flows (even if not many) and yet your core is heavily loaded -- indicating may be they are one or m

Re: [dpdk-dev] [PATCH] event/dsw: avoid reusing previously recorded events

2020-03-06 Thread Mattias Rönnblom
On 2020-03-06 07:05, Venky Venkatesh wrote: > Hi Mattias, > Have a question on this fix. I understand you wanting a certain number > of events before making a decision to migrate (in the above fix). > However, suppose there are fewer events over a few flows (even if not > many) and yet your core