On 4/10/2023 6:33 PM, Jakub Kicinski wrote: > Eric points out that we should make sure that ring index updates > are wrapped in the appropriate READ_ONCE/WRITE_ONCE macros. > > Suggested-by: Eric Dumazet <edumazet@xxxxxxxxxx> > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > --- > CC: tariqt@xxxxxxxxxx > CC: linux-rdma@xxxxxxxxxxxxxxx There are a bunch of these issues in the intel directory too, KCSAN was able to start pointing out some of them but I haven't gotten to fixing them all. :-( For this one, looks great! Reviewed-by: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx>