Re: [dpdk-dev] [PATCH v2 3/6] net/axgbe: use common rte bit operation APIs instead

2019-10-22 Thread Honnappa Nagarahalli
> > 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/axgbe/axgbe_common.h | 29 + > drivers/net/axgbe/axgbe_ethdev.c | 14 +++-

[dpdk-dev] [PATCH v2 3/6] net/axgbe: use common rte bit operation APIs instead

2019-10-22 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/axgbe/axgbe_common.h | 29 + drivers/net/axgbe/axgbe_ethdev.c | 14 +++--- drivers/net/axgb