Re: [dpdk-dev] [patch v1] net/i40e: fix the compile issue

2020-04-21 Thread Ferruh Yigit
On 4/21/2020 12:06 PM, Raslan Darawsheh wrote: > Hi, > >> -Original Message- >> From: Ferruh Yigit >> Sent: Tuesday, April 21, 2020 12:51 PM >> To: Gavin Hu ; Raslan Darawsheh >> >> Cc: dev@dpdk.org; xiaolong...@intel.com; david.march...@redhat.com; >> Thomas Monjalon ; >> honnappa.nagar

Re: [dpdk-dev] [patch v1] net/i40e: fix the compile issue

2020-04-21 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Ferruh Yigit > Sent: Tuesday, April 21, 2020 12:51 PM > To: Gavin Hu ; Raslan Darawsheh > > Cc: dev@dpdk.org; xiaolong...@intel.com; david.march...@redhat.com; > Thomas Monjalon ; > honnappa.nagaraha...@arm.com; ruifeng.w...@arm.com; > phil.y...@arm.com;

Re: [dpdk-dev] [patch v1] net/i40e: fix the compile issue

2020-04-21 Thread Ferruh Yigit
On 4/21/2020 10:49 AM, Gavin Hu wrote: > Using gcc version 4.8.5 20150623 (Red Hat 4.8.5-28), it reports the > following compiling error: > > /download/dpdk/drivers/net/i40e/i40e_rxtx_vec_neon.c:175:65: error: > expected ';', ',' or ')' before 'rx_pkts' desc_to_ptype_v(uint64x2_t > descs[4], struc

[dpdk-dev] [patch v1] net/i40e: fix the compile issue

2020-04-21 Thread Gavin Hu
Using gcc version 4.8.5 20150623 (Red Hat 4.8.5-28), it reports the following compiling error: /download/dpdk/drivers/net/i40e/i40e_rxtx_vec_neon.c:175:65: error: expected ';', ',' or ')' before 'rx_pkts' desc_to_ptype_v(uint64x2_t descs[4], struct rte_mbuf **restrict rx_pkts, ^ /download/dpdk/dri