Re: [dpdk-dev] [PATCH v2] net/virtio: fix compiling issue for vectorized NEON path

2021-01-29 Thread Subhi Masri
Hi, > -Original Message- > From: Maxime Coquelin > Sent: Wednesday, January 27, 2021 10:44 AM > To: Subhi Masri > Cc: dev@dpdk.org; n...@arm.com; Joyce Kong ; > david.march...@redhat.com; honnappa.nagaraha...@arm.com; > ruifeng.w...@arm.com; i.maxim...@ovn.org > Subject: Re: [PATCH v2] n

Re: [dpdk-dev] [PATCH v2] net/virtio: fix compiling issue for vectorized NEON path

2021-01-27 Thread Maxime Coquelin
On 1/26/21 10:57 AM, Joyce Kong wrote: > In file included from ../drivers/net/virtio/virtio_rxtx_packed.c:22:0: > ../drivers/net/virtio/virtio_rxtx_packed_neon.h: In function > ‘virtqueue_enqueue_batch_packed_vec’: > ../drivers/net/virtio/virtio_rxtx_packed_neon.h:74:2: warning: > implicit decla

Re: [dpdk-dev] [PATCH v2] net/virtio: fix compiling issue for vectorized NEON path

2021-01-27 Thread Maxime Coquelin
On 1/27/21 11:37 AM, Subhi Masri wrote: > Hi, > >> -Original Message- >> From: Maxime Coquelin >> Sent: Wednesday, January 27, 2021 10:44 AM >> To: Subhi Masri >> Cc: dev@dpdk.org; n...@arm.com; Joyce Kong ; >> david.march...@redhat.com; honnappa.nagaraha...@arm.com; >> ruifeng.w...@a

Re: [dpdk-dev] [PATCH v2] net/virtio: fix compiling issue for vectorized NEON path

2021-01-27 Thread Maxime Coquelin
On 1/26/21 10:57 AM, Joyce Kong wrote: > In file included from ../drivers/net/virtio/virtio_rxtx_packed.c:22:0: > ../drivers/net/virtio/virtio_rxtx_packed_neon.h: In function > ‘virtqueue_enqueue_batch_packed_vec’: > ../drivers/net/virtio/virtio_rxtx_packed_neon.h:74:2: warning: > implicit decla

Re: [dpdk-dev] [PATCH v2] net/virtio: fix compiling issue for vectorized NEON path

2021-01-27 Thread Maxime Coquelin
Hi Subhi, On 1/26/21 10:57 AM, Joyce Kong wrote: > In file included from ../drivers/net/virtio/virtio_rxtx_packed.c:22:0: > ../drivers/net/virtio/virtio_rxtx_packed_neon.h: In function > ‘virtqueue_enqueue_batch_packed_vec’: > ../drivers/net/virtio/virtio_rxtx_packed_neon.h:74:2: warning: > implic

Re: [dpdk-dev] [PATCH v2] net/virtio: fix compiling issue for vectorized NEON path

2021-01-26 Thread Ruifeng Wang
> -Original Message- > From: Joyce Kong > Sent: Tuesday, January 26, 2021 5:58 PM > To: maxime.coque...@redhat.com; david.march...@redhat.com; > i.maxim...@ovn.org; Ruifeng Wang ; Honnappa > Nagarahalli > Cc: dev@dpdk.org; nd ; Subhi Masri > Subject: [PATCH v2] net/virtio: fix compiling

[dpdk-dev] [PATCH v2] net/virtio: fix compiling issue for vectorized NEON path

2021-01-26 Thread Joyce Kong
In file included from ../drivers/net/virtio/virtio_rxtx_packed.c:22:0: ../drivers/net/virtio/virtio_rxtx_packed_neon.h: In function ‘virtqueue_enqueue_batch_packed_vec’: ../drivers/net/virtio/virtio_rxtx_packed_neon.h:74:2: warning: implicit declaration of function ‘vreinterpretq_p128_u32’ [-Wimpli