Re: [dpdk-dev] [PATCH v10 6/6] net/hinic: use common rte bit operation APIs instead

2020-06-16 Thread Thomas Monjalon
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 > Reviewed-by: Gavin Hu > --- > --- a/drivers/net/hinic/Makefile > +++ b/drivers/net/hinic/Makefile > +CFLAGS += -DALLOW_EXPERIM

[dpdk-dev] [PATCH v10 6/6] net/hinic: use common rte bit operation APIs instead

2020-04-27 Thread 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 Reviewed-by: Gavin Hu --- drivers/net/hinic/Makefile| 1 + drivers/net/hinic/base/hinic_compat.h | 33 +-- drivers/net/hinic/hin