On 8/14/19 7:49 PM, David Christensen wrote:
> Added the file virtio_rxtx_simple_altivec.c which implements Altivec
> code for the virtio vectorized RX functions. Updated the various build
> files.
>
> Cc: Maxime Coquelin <[email protected]>
> Cc: Tiwei Bie <[email protected]>
>
> Signed-off-by: David Christensen <[email protected]>
> ---
> drivers/net/virtio/Makefile | 2 +
> drivers/net/virtio/meson.build | 2 +
> drivers/net/virtio/virtio_rxtx_simple_altivec.c | 202
> ++++++++++++++++++++++++
> 3 files changed, 206 insertions(+)
> create mode 100644 drivers/net/virtio/virtio_rxtx_simple_altivec.c
>
Shortened commit title to comply with check-git-log tool,
and applied IBM Copyright.
Applied to dpdk-next-virtio/master.
Thanks,
Maxime