On 12 October 2016 at 10:46, Zhang, Qi Z <qi.z.zhang at intel.com> wrote: > Hi Jianbo: > >> -----Original Message----- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jianbo Liu >> Sent: Wednesday, August 24, 2016 5:54 PM >> To: Zhang, Helin <helin.zhang at intel.com>; Wu, Jingjing >> <jingjing.wu at intel.com>; jerin.jacob at caviumnetworks.com; dev at >> dpdk.org >> Cc: Jianbo Liu <jianbo.liu at linaro.org> >> Subject: [dpdk-dev] [PATCH 2/5] i40e: implement vector PMD for ARM >> architecture >> >> Use ARM NEON intrinsic to implement i40e vPMD >> >> Signed-off-by: Jianbo Liu <jianbo.liu at linaro.org> >> --- >> drivers/net/i40e/Makefile | 4 + >> drivers/net/i40e/i40e_rxtx_vec_neon.c | 581 >> ++++++++++++++++++++++++++++++++++ >> 2 files changed, 585 insertions(+) >> create mode 100644 drivers/net/i40e/i40e_rxtx_vec_neon.c ...... > > ptype and bad checksum offload is enabled with below patches > http://dpdk.org/dev/patchwork/patch/16394 > http://dpdk.org/dev/patchwork/patch/16395 > You may take a look to see if it's necessary to enable them for ARM also. >
Yes, I'll update in the next version. Thanks!