[PATCH] bitops: mark new symbols as stable

David Marchand david.marchand at redhat.com
Mon Oct 23 16:08:59 CEST 2023


On Mon, Oct 23, 2023 at 10:47 AM Kevin Traynor <ktraynor at redhat.com> wrote:
> >> Calling an experimental symbol from an inline helper triggers a warning when
> >> such code is not compiled with experimental API.
> >> This can be seen when rte_bitops.h gets (indirectly) included in OVS builds.
> >>
> >> On the other hand, rte_clz32, rte_clz64, rte_ctz32, rte_ctz64, rte_popcount32,
> >> rte_popcount64 are inline helpers for abstracting common bit counting
> >> functions. This part of the API is unlikely to change.
> >>
> >> Mark those symbols as stable.
> >>
> >> Fixes: 18898c4d06f9 ("eal: use abstracted bit count functions")
> >>
> >> Signed-off-by: David Marchand <david.marchand at redhat.com>
> > Reviewed-by: Joyce Kong <joyce.kong at arm.com>
> Acked-by: Kevin Traynor <ktraynor at redhat.com>

Applied, thanks.


-- 
David Marchand



More information about the dev mailing list