> From: Ma, Liang J > Sent: Tuesday, March 27, 2018 3:18 PM > To: [email protected] > Cc: [email protected]; Van Haaren, Harry <[email protected]>; Jain, > Deepak K <[email protected]>; Geary, John <[email protected]>; > Mccarthy, Peter <[email protected]> > Subject: [PATCH v2] event/opdl: fix atomic queue race condition issue > > If application link one atomic queue to multiple ports, > and each worker core update flow_id, there will have a > chance to hit race condition issue and lead to double processing > same event. This fix solve the problem and eliminate > the race condition issue. > > Fixes: 4236ce9bf5bf ("event/opdl: add OPDL ring infrastructure library") > > Signed-off-by: Liang Ma <[email protected]> > Signed-off-by: Peter Mccarthy <[email protected]>
Note; compilation flagged as failing on patchwork, but its due to master build broken not this patch. Acked-by: Harry van Haaren <[email protected]>

