Re: [dpdk-dev] [PATCH v2] efd: support lookup using neon intrinsics

2017-07-03 Thread Thomas Monjalon
27/04/2017 14:44, Ashwin Sekhar T K: > * Added file lib/librte_efd/rte_efd_arm64.h to hold arm64 > specific definitions > * Verified the changes with efd_autotest unit test case > > Signed-off-by: Ashwin Sekhar T K > --- > v2: > * Slightly modified the content of the commit message body > * Add

Re: [dpdk-dev] [PATCH v2] efd: support lookup using neon intrinsics

2017-05-01 Thread Jianbo Liu
On 28 April 2017 at 18:38, Sekhar, Ashwin wrote: > On Friday 28 April 2017 03:36 PM, Jianbo Liu wrote: >> On 27 April 2017 at 20:44, Ashwin Sekhar T K >> wrote: >>> * Added file lib/librte_efd/rte_efd_arm64.h to hold arm64 >>> specific definitions >>> * Verified the changes with efd_autotest un

Re: [dpdk-dev] [PATCH v2] efd: support lookup using neon intrinsics

2017-04-28 Thread Sekhar, Ashwin
On Friday 28 April 2017 03:36 PM, Jianbo Liu wrote: > On 27 April 2017 at 20:44, Ashwin Sekhar T K > wrote: >> * Added file lib/librte_efd/rte_efd_arm64.h to hold arm64 >> specific definitions >> * Verified the changes with efd_autotest unit test case >> >> Signed-off-by: Ashwin Sekhar T K >> -

Re: [dpdk-dev] [PATCH v2] efd: support lookup using neon intrinsics

2017-04-28 Thread Jianbo Liu
On 27 April 2017 at 20:44, Ashwin Sekhar T K wrote: > * Added file lib/librte_efd/rte_efd_arm64.h to hold arm64 > specific definitions > * Verified the changes with efd_autotest unit test case > > Signed-off-by: Ashwin Sekhar T K > --- > v2: > * Slightly modified the content of the commit messa

[dpdk-dev] [PATCH v2] efd: support lookup using neon intrinsics

2017-04-27 Thread Ashwin Sekhar T K
* Added file lib/librte_efd/rte_efd_arm64.h to hold arm64 specific definitions * Verified the changes with efd_autotest unit test case Signed-off-by: Ashwin Sekhar T K --- v2: * Slightly modified the content of the commit message body * Added prefix [dpdk-dev] to the email subject line MAINTA