> -----Original Message----- > From: Steven Lariau <steven.lar...@arm.com> > Sent: Friday, September 11, 2020 10:30 AM > To: Eads, Gage <gage.e...@intel.com>; Olivier Matz <olivier.m...@6wind.com> > Cc: dev@dpdk.org; n...@arm.com; dharmik.thak...@arm.com; Steven Lariau > <steven.lar...@arm.com> > Subject: [PATCH 4/5] lib/stack: reload head when pop fails > > List head must be loaded right before continue (when failed to > find the new head). > Without this, one thread might keep trying and failing to pop items > without ever loading the new correct head. > > Signed-off-by: Steven Lariau <steven.lar...@arm.com> > Reviewed-by: Dharmik Thakkar <dharmik.thak...@arm.com> > Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com> Good catch. Please add the following so the fix is considered for dpdk-stable: Fixes: 7e6e609939a8 ("stack: add C11 atomic implementation") Cc: sta...@dpdk.org Acked-by: Gage Eads <gage.e...@intel.com> Thanks, Gage