Re: [dpdk-dev] [PATCH v4 3/4] net: add arm64 neon version of CRC compute APIs

2017-05-12 Thread Sekhar, Ashwin
On Fri, 2017-05-12 at 16:49 +0800, Jianbo Liu wrote: > On 12 May 2017 at 15:25, Sekhar, Ashwin > wrote: > > > > On Fri, 2017-05-12 at 13:51 +0800, Jianbo Liu wrote: > > > > > > On 9 May 2017 at 17:53, Ashwin Sekhar T K > > > wrote: > > > > > > > > > > > > Added CRC compute APIs for arm64 util

Re: [dpdk-dev] [PATCH v4 3/4] net: add arm64 neon version of CRC compute APIs

2017-05-12 Thread Jianbo Liu
On 12 May 2017 at 15:25, Sekhar, Ashwin wrote: > On Fri, 2017-05-12 at 13:51 +0800, Jianbo Liu wrote: >> On 9 May 2017 at 17:53, Ashwin Sekhar T K >> wrote: >> > >> > Added CRC compute APIs for arm64 utilizing the pmull >> > capability >> > >> > Added new file net_crc_neon.h to hold the arm64 pmu

Re: [dpdk-dev] [PATCH v4 3/4] net: add arm64 neon version of CRC compute APIs

2017-05-12 Thread Sekhar, Ashwin
On Fri, 2017-05-12 at 13:51 +0800, Jianbo Liu wrote: > On 9 May 2017 at 17:53, Ashwin Sekhar T K > wrote: > > > > Added CRC compute APIs for arm64 utilizing the pmull > > capability > > > > Added new file net_crc_neon.h to hold the arm64 pmull > > CRC implementation > > > > Verified the changes

Re: [dpdk-dev] [PATCH v4 3/4] net: add arm64 neon version of CRC compute APIs

2017-05-11 Thread Jianbo Liu
On 9 May 2017 at 17:53, Ashwin Sekhar T K wrote: > Added CRC compute APIs for arm64 utilizing the pmull > capability > > Added new file net_crc_neon.h to hold the arm64 pmull > CRC implementation > > Verified the changes with crc_autotest unit test case > > Signed-off-by: Ashwin Sekhar T K > ---

[dpdk-dev] [PATCH v4 3/4] net: add arm64 neon version of CRC compute APIs

2017-05-09 Thread Ashwin Sekhar T K
Added CRC compute APIs for arm64 utilizing the pmull capability Added new file net_crc_neon.h to hold the arm64 pmull CRC implementation Verified the changes with crc_autotest unit test case Signed-off-by: Ashwin Sekhar T K --- v2: * Fixed merge conflict in MAINTAINERS v3: * Moved feature dete