[dpdk-dev] [PATCH v4 01/14] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2016-01-16 Thread Santosh Shukla
On Fri, Jan 15, 2016 at 12:21 PM, Yuanhan Liu wrote: > On Thu, Jan 14, 2016 at 06:58:24PM +0530, Santosh Shukla wrote: >> virtio_recv_pkts_vec and other virtio vector friend apis are written for >> sse/avx >> instructions. For arm64 in particular, virtio vector implementation does not >> exist(to

[dpdk-dev] [PATCH v4 01/14] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2016-01-15 Thread Yuanhan Liu
On Thu, Jan 14, 2016 at 06:58:24PM +0530, Santosh Shukla wrote: > virtio_recv_pkts_vec and other virtio vector friend apis are written for > sse/avx > instructions. For arm64 in particular, virtio vector implementation does not > exist(todo). > > So virtio pmd driver wont build for targets like i

[dpdk-dev] [PATCH v4 01/14] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

2016-01-14 Thread Santosh Shukla
virtio_recv_pkts_vec and other virtio vector friend apis are written for sse/avx instructions. For arm64 in particular, virtio vector implementation does not exist(todo). So virtio pmd driver wont build for targets like i686, arm64. By making RTE_VIRTIO_INC_VECTOR=n, Driver can build for non-sse/