Re: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte bitoperation APIs

2019-11-03 Thread Gavin Hu (Arm Technology China)
> ravi1.ku...@amd.com; xuanziya...@huawei.com; > cloud.wangxiao...@huawei.com; zhouguoy...@huawei.com; > rm...@marvell.com; shsha...@marvell.com; Stephen Hemminger > ; Honnappa Nagarahalli > ; nd > Subject: RE: [dpdk-dev] [PATCH v1 1/5] lib/eal: implemen

Re: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte bitoperation APIs

2019-11-01 Thread Honnappa Nagarahalli
> > > > > > > > > -Original Message- > > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Joyce Kong > > (Arm > > > > Technology China) > > > > Sent: Wednesday, October 23, 2019 5:08 AM > > > > > > > > > > > -Original Message- > > > > > > > From: dev [mailto:dev-boun...@dpdk

Re: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte bitoperation APIs

2019-10-23 Thread Gavin Hu (Arm Technology China)
com; > cloud.wangxiao...@huawei.com; zhouguoy...@huawei.com; > rm...@marvell.com; shsha...@marvell.com; Gavin Hu (Arm Technology > China) ; Stephen Hemminger > ; Honnappa Nagarahalli > ; nd > Subject: RE: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte > bitoperati

Re: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte bitoperation APIs

2019-10-23 Thread Honnappa Nagarahalli
> > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Joyce Kong (Arm > > Technology China) > > Sent: Wednesday, October 23, 2019 5:08 AM > > > > > > > -Original Message- > > > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Joyce Kong > > > > >

Re: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte bitoperation APIs

2019-10-23 Thread Morten Brørup
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Joyce Kong (Arm > Technology China) > Sent: Wednesday, October 23, 2019 5:08 AM > > > > > -Original Message- > > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Joyce Kong > > > > Sent: Tuesday, Oc

Re: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte bitoperation APIs

2019-10-22 Thread Joyce Kong (Arm Technology China)
> > > -Original Message- > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Joyce Kong > > > Sent: Tuesday, October 15, 2019 9:50 AM > > > > > > There are a lot functions of bit operations scattered and duplicated > > > in PMDs, consolidating them into a common API family is necessa

Re: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte bitoperation APIs

2019-10-18 Thread Joyce Kong (Arm Technology China)
d.wangxiao...@huawei.com; zhouguoy...@huawei.com; > rm...@marvell.com; shsha...@marvell.com; Honnappa Nagarahalli > ; Gavin Hu (Arm Technology China) > ; Stephen Hemminger > > Subject: RE: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte > bitoperation APIs >

Re: [dpdk-dev] [PATCH v1 1/5] lib/eal: implement the family of rte bitoperation APIs

2019-10-17 Thread Morten Brørup
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Joyce Kong > Sent: Tuesday, October 15, 2019 9:50 AM > > There are a lot functions of bit operations scattered and > duplicated in PMDs, consolidating them into a common API > family is necessary. Furthermore, the