Re: [dpdk-dev] [PATCH v1 0/5] implement common rte bit operation APIs in PMDs

2019-10-18 Thread Joyce Kong (Arm Technology China)
@huawei.com; zhouguoy...@huawei.com; > rm...@marvell.com; shsha...@marvell.com; Honnappa Nagarahalli > ; Gavin Hu (Arm Technology China) > > Subject: Re: [dpdk-dev] [PATCH v1 0/5] implement common rte bit operation > APIs in PMDs > > On Tue, 15 Oct 2019 15:49:56 +0800 > Joyce

Re: [dpdk-dev] [PATCH v1 0/5] implement common rte bit operation APIs in PMDs

2019-10-15 Thread Stephen Hemminger
On Tue, 15 Oct 2019 15:49:56 +0800 Joyce Kong wrote: > There are a lot functions of bit operations scattered in > PMDs, consolidate them into a common API family and applied > in different PMDs to reduce code duplication. > > Joyce Kong (5): > lib/eal: implement the family of rte bit operation

[dpdk-dev] [PATCH v1 0/5] implement common rte bit operation APIs in PMDs

2019-10-15 Thread Joyce Kong
There are a lot functions of bit operations scattered in PMDs, consolidate them into a common API family and applied in different PMDs to reduce code duplication. Joyce Kong (5): lib/eal: implement the family of rte bit operation APIs net/axgbe: use common rte bit operation APIs instead net/