> -----Original Message----- > From: Richardson, Bruce <bruce.richard...@intel.com> > Sent: Monday, September 4, 2023 5:38 PM > To: Van Haaren, Harry <harry.van.haa...@intel.com> > Cc: dev@dpdk.org > Subject: Re: [PATCH 2/2] event/sw: fix ordering corruption with op release
<snip> > > drivers/event/sw/sw_evdev_scheduler.c | 45 ++++++++++++++++----------- > > 1 file changed, 27 insertions(+), 18 deletions(-) > > > Hi Harry, > > wondering if this fix might work as well, and offer a simpler alternative. > We can instead zero all unspecified hist-list entries on write. Ah, interesting approach. Will investigate and spin a v2 (with order inverted) if this approach proves to be a better fit. <snip>