05/01/2021 09:57, Nithin Dabilpuram: > Currently bitmap line not empty check API assumes cache line > of 64B and only checks 8 slabs. Since in 128B cacheline, we > have 16 slabs per cacheline, rte_bitmap_clear() will mark > complete line as empty as soon as 8 slabs are empty thereby > breaking bitmap scan functionality. Fix it by defining new > __rte_bitmap_line_not_empty() for 128B cacheline platform. > > Signed-off-by: Nithin Dabilpuram <ndabilpu...@marvell.com> > Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> > --- > > v2: > - Fix issue with commit message and add acked-by from Cristian.
It seems you don't want to consider this patch as a fix, so no backport request. Applied with title "bitmap: support 128-byte cacheline in empty check", thanks.