net/virtio: add NEON based Rx handler
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Thu, 18 Aug 2016 04:12:11 +0000 (12:12 +0800)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Wed, 28 Sep 2016 00:18:39 +0000 (02:18 +0200)
commit2d7c37194ee42bf31e401498adbd51dd14a6d6b5
treece715d96e1c17fa395103bb6717bdcb33130f468
parented35184a0f0e6df847ce5bc8522289f495a6dd22
net/virtio: add NEON based Rx handler

Added neon based Rx vector implementation.
Selection of the new handler based neon availability at runtime.
Updated the release notes and MAINTAINERS file.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Acked-by: Jianbo Liu <jianbo.liu@linaro.org>
MAINTAINERS
doc/guides/rel_notes/release_16_11.rst
drivers/net/virtio/Makefile
drivers/net/virtio/virtio_rxtx.c
drivers/net/virtio/virtio_rxtx_simple_neon.c [new file with mode: 0644]