> -----Original Message----- > From: Steven Lariau <[email protected]> > Sent: Friday, September 11, 2020 10:30 AM > To: Eads, Gage <[email protected]>; Olivier Matz <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; Steven Lariau > <[email protected]> > 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 <[email protected]> > Reviewed-by: Dharmik Thakkar <[email protected]> > Reviewed-by: Ruifeng Wang <[email protected]> Good catch. Please add the following so the fix is considered for dpdk-stable: Fixes: 7e6e609939a8 ("stack: add C11 atomic implementation") Cc: [email protected] Acked-by: Gage Eads <[email protected]> Thanks, Gage

