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

2019-10-31 Thread Gavin Hu (Arm Technology China)
orkplumber.org; Honnappa Nagarahalli > ; ravi1.ku...@amd.com; > rm...@marvell.com; shsha...@marvell.com; xuanziya...@huawei.com; > cloud.wangxiao...@huawei.com; zhouguoy...@huawei.com; > adrien.mazarg...@6wind.com > Subject: RE: [dpdk-dev] [PATCH v2 0/6] implement common rte bit operat

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

2019-10-30 Thread Morten Brørup
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jerin Jacob > Sent: Wednesday, October 30, 2019 1:33 PM > > On Wed, Oct 30, 2019 at 3:25 PM Gavin Hu (Arm Technology China) > wrote: > > > > Hi Thomas, > > > > > -Original Message- > > > From: Thomas Monja

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

2019-10-30 Thread Jerin Jacob
..@huawei.com; zhouguoy...@huawei.com; > > adrien.mazarg...@6wind.com > > Subject: Re: [dpdk-dev] [PATCH v2 0/6] implement common rte bit operation > > APIs in PMDs > > > > 23/10/2019 04:54, Joyce Kong: > > > There are a lot functions of bit operations scattered

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

2019-10-30 Thread Thomas Monjalon
30/10/2019 10:55, Gavin Hu (Arm Technology China): > Hi Thomas, > > From: Thomas Monjalon > > 23/10/2019 04:54, 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 dupli

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

2019-10-30 Thread Gavin Hu (Arm Technology China)
halli ; Gavin Hu (Arm Technology > China) ; ravi1.ku...@amd.com; rm...@marvell.com; > shsha...@marvell.com; xuanziya...@huawei.com; > cloud.wangxiao...@huawei.com; zhouguoy...@huawei.com; > adrien.mazarg...@6wind.com > Subject: Re: [dpdk-dev] [PATCH v2 0/6] implement common rte bit operati

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

2019-10-29 Thread Thomas Monjalon
23/10/2019 04:54, 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. Please, could you look at what Adrien did in the Mellanox PMD? http://code.dpdk.org/dpdk/latest/so

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

2019-10-25 Thread David Marchand
On Wed, Oct 23, 2019 at 4:55 AM 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. > > v2: > 1. Add doxygen comments for the rte bit operation API(suggested b

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

2019-10-22 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. v2: 1. Add doxygen comments for the rte bit operation API(suggested by Stephen Hemminger). 2. Add test cases for common rte bit op