DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] i40e: vector poll-mode driver on ARM64
@ 2016-08-24  9:53 Jianbo Liu
  2016-08-24  9:53 ` [dpdk-dev] [PATCH 1/5] i40e: extract non-x86 specific code from vector driver Jianbo Liu
                   ` (7 more replies)
  0 siblings, 8 replies; 27+ messages in thread
From: Jianbo Liu @ 2016-08-24  9:53 UTC (permalink / raw)
  To: helin.zhang, jingjing.wu, jerin.jacob, dev; +Cc: Jianbo Liu

This patch set is to implement i40e vector PMD on ARM64.
For x86, vPMD is only reorganized, there should be no performance loss.

Jianbo Liu (5):
  i40e: extract non-x86 specific code from vector driver
  i40e: implement vector PMD for ARM architecture
  i40e: enable i40e vector PMD on ARMv8a platform
  i40e: make vector driver filenames consistent
  maintainers: claim i40e vector PMD on ARM

 MAINTAINERS                                        |   1 +
 config/defconfig_arm64-armv8a-linuxapp-gcc         |   1 -
 doc/guides/nics/features/i40e_vec.ini              |   1 +
 doc/guides/nics/features/i40e_vf_vec.ini           |   1 +
 drivers/net/i40e/Makefile                          |   8 +-
 drivers/net/i40e/i40e_rxtx_vec_common.h            | 239 +++++++++
 drivers/net/i40e/i40e_rxtx_vec_neon.c              | 581 +++++++++++++++++++++
 .../i40e/{i40e_rxtx_vec.c => i40e_rxtx_vec_sse.c}  | 184 +------
 8 files changed, 833 insertions(+), 183 deletions(-)
 create mode 100644 drivers/net/i40e/i40e_rxtx_vec_common.h
 create mode 100644 drivers/net/i40e/i40e_rxtx_vec_neon.c
 rename drivers/net/i40e/{i40e_rxtx_vec.c => i40e_rxtx_vec_sse.c} (78%)

-- 
2.4.11

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

end of thread, other threads:[~2016-10-19  9:20 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-24  9:53 [dpdk-dev] [PATCH 0/5] i40e: vector poll-mode driver on ARM64 Jianbo Liu
2016-08-24  9:53 ` [dpdk-dev] [PATCH 1/5] i40e: extract non-x86 specific code from vector driver Jianbo Liu
2016-10-12  2:55   ` Zhang, Qi Z
2016-10-13  3:00     ` Jianbo Liu
2016-10-13 11:58       ` Zhang, Qi Z
2016-08-24  9:53 ` [dpdk-dev] [PATCH 2/5] i40e: implement vector PMD for ARM architecture Jianbo Liu
2016-08-26 14:20   ` Thomas Monjalon
2016-10-12  2:46   ` Zhang, Qi Z
2016-10-13  2:19     ` Jianbo Liu
2016-08-24  9:53 ` [dpdk-dev] [PATCH 3/5] i40e: enable i40e vector PMD on ARMv8a platform Jianbo Liu
2016-08-24  9:53 ` [dpdk-dev] [PATCH 4/5] i40e: make vector driver filenames consistent Jianbo Liu
2016-08-24  9:53 ` [dpdk-dev] [PATCH 5/5] maintainers: claim i40e vector PMD on ARM Jianbo Liu
2016-08-24 10:49 ` [dpdk-dev] [PATCH 0/5] i40e: vector poll-mode driver on ARM64 Thomas Monjalon
2016-08-24 13:30   ` Shreyansh Jain
2016-08-26  6:42   ` Jianbo Liu
2016-09-19 16:25 ` Bruce Richardson
2016-10-04  8:24   ` Thomas Monjalon
2016-10-14  3:59 ` [dpdk-dev] [PATCH v2 " Jianbo Liu
2016-10-14  4:00   ` [dpdk-dev] [PATCH v2 1/5] i40e: extract non-x86 specific code from vector driver Jianbo Liu
2016-10-14  4:00   ` [dpdk-dev] [PATCH v2 2/5] i40e: implement vector PMD for ARM architecture Jianbo Liu
2016-10-14 13:26     ` Jerin Jacob
2016-10-14  4:00   ` [dpdk-dev] [PATCH v2 3/5] i40e: enable i40e vector PMD on ARMv8a platform Jianbo Liu
2016-10-14 13:28     ` Jerin Jacob
2016-10-14  4:00   ` [dpdk-dev] [PATCH v2 4/5] i40e: make vector driver filenames consistent Jianbo Liu
2016-10-14  4:00   ` [dpdk-dev] [PATCH v2 5/5] maintainers: claim i40e vector PMD on ARM Jianbo Liu
2016-10-17 14:44   ` [dpdk-dev] [PATCH v2 0/5] i40e: vector poll-mode driver on ARM64 Bruce Richardson
2016-10-19  9:20     ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).