> For legacy modes, rename ring_generic/c11 to ring_generic/c11_pvt. > Furthermore, add new file ring_elem_pvt.h which includes ring_do_eq/deq > and ring element copy/delete APIs. > > For other modes, rename xx_c11_mem to xx_elem_pvt. Move all private APIs > into these new header files. > > Finally, the external APIs and internal APIs will be separated from each > other. This can remind users not to use internal APIs and make ring > library easier to maintain. > > Suggested-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > Signed-off-by: Feifei Wang <feifei.wa...@arm.com> > Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com> > ---
Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com> > -- > 2.25.1