Re: [PATCH] event/dsw: fix migration bug

2022-09-13 Thread Jerin Jacob
On Thu, Jul 7, 2022 at 5:13 PM Mattias Rönnblom wrote: > > From: Mattias Rönnblom > > Fix bug in flow migration, which under certain conditions causes > reordering and violation of atomicity guarantees. > > The issue occurs when the processing of a flow (on an atomic queue) > has resulted in even

Re: [PATCH] event/dsw: fix migration bug

2022-07-11 Thread Thomas Monjalon
11/07/2022 14:45, Jerin Jacob: > On Thu, Jul 7, 2022 at 5:13 PM Mattias Rönnblom wrote: > > > > From: Mattias Rönnblom > > > > Fix bug in flow migration, which under certain conditions causes > > reordering and violation of atomicity guarantees. > > > > The issue occurs when the processing of a f

Re: [PATCH] event/dsw: fix migration bug

2022-07-11 Thread Jerin Jacob
On Thu, Jul 7, 2022 at 5:13 PM Mattias Rönnblom wrote: > > From: Mattias Rönnblom > > Fix bug in flow migration, which under certain conditions causes > reordering and violation of atomicity guarantees. > > The issue occurs when the processing of a flow (on an atomic queue) > has resulted in even

[PATCH] event/dsw: fix migration bug

2022-07-07 Thread Mattias Rönnblom
From: Mattias Rönnblom Fix bug in flow migration, which under certain conditions causes reordering and violation of atomicity guarantees. The issue occurs when the processing of a flow (on an atomic queue) has resulted in events enqueued to a flow currently being migrated, and the former (produc