All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM64: NEON ACL implementation
@ 2015-11-02 14:18 Jerin Jacob
  2015-11-02 14:18 ` [PATCH 1/3] arm: ret_vector.h improvements Jerin Jacob
  0 siblings, 1 reply; 12+ messages in thread
From: Jerin Jacob @ 2015-11-02 14:18 UTC (permalink / raw)
  To: dev

ARM64 Neon based ACL implementation

This patch is based on David's armv8 v3 patch set


Jerin Jacob (3):
  arm: ret_vector.h improvements
  arm64: acl: add neon based acl implementation
  arm64: defconfig: enabled CONFIG_RTE_LIBRTE_ACL

 app/test-acl/main.c                               |   4 +
 config/defconfig_arm64-armv8a-linuxapp-gcc        |   1 -
 lib/librte_acl/Makefile                           |   5 +
 lib/librte_acl/acl.h                              |   4 +
 lib/librte_acl/acl_run_neon.c                     |  46 ++++
 lib/librte_acl/acl_run_neon.h                     | 290 ++++++++++++++++++++++
 lib/librte_acl/rte_acl.c                          |  25 ++
 lib/librte_acl/rte_acl.h                          |   1 +
 lib/librte_eal/common/include/arch/arm/rte_vect.h |  58 ++---
 9 files changed, 392 insertions(+), 42 deletions(-)
 create mode 100644 lib/librte_acl/acl_run_neon.c
 create mode 100644 lib/librte_acl/acl_run_neon.h

-- 
2.1.0

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-11-03 13:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-02 14:18 [PATCH 0/3] ARM64: NEON ACL implementation Jerin Jacob
2015-11-02 14:18 ` [PATCH 1/3] arm: ret_vector.h improvements Jerin Jacob
2015-11-02 14:18   ` [PATCH 2/3] arm64: acl: add neon based acl implementation Jerin Jacob
2015-11-02 14:18     ` [PATCH 3/3] arm64: defconfig: enabled CONFIG_RTE_LIBRTE_ACL Jerin Jacob
2015-11-02 15:39     ` [PATCH 2/3] arm64: acl: add neon based acl implementation Jan Viktorin
2015-11-02 16:19       ` Jerin Jacob
2015-11-02 17:31         ` Jan Viktorin
2015-11-02 16:54     ` Ananyev, Konstantin
2015-11-03  4:30       ` Jerin Jacob
2015-11-03 10:23         ` Ananyev, Konstantin
2015-11-03 10:35           ` Jan Viktorin
2015-11-03 13:20             ` Ananyev, Konstantin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.