27/04/2020 09:58, Joyce Kong: > Remove its own bit operation APIs and use the common one, > this can reduce the code duplication largely. > > Signed-off-by: Joyce Kong <joyce.k...@arm.com> > Reviewed-by: Gavin Hu <gavin...@arm.com> > --- > --- a/drivers/net/hinic/Makefile > +++ b/drivers/net/hinic/Makefile > +CFLAGS += -DALLOW_EXPERIMENTAL_API [...] > --- a/drivers/net/hinic/meson.build > +++ b/drivers/net/hinic/meson.build > +allow_experimental_apis = true
Not needed in DPDK 20.08. I will remove it while merging.