DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM
@ 2017-10-05 23:00 Yongseok Koh
  2017-10-05 23:00 ` [dpdk-dev] [PATCH v1 1/7] net/mlx5: cleanup memory barriers Yongseok Koh
                   ` (8 more replies)
  0 siblings, 9 replies; 24+ messages in thread
From: Yongseok Koh @ 2017-10-05 23:00 UTC (permalink / raw)
  To: adrien.mazarguil, nelio.laranjeiro; +Cc: dev, Yongseok Koh

Add dataplane functions using ARM NEON instructions. To modularize vectorized
functions for different architectures, the existing files having x86 SSE support
is reorganized.

This patchset has dependency with the following patches:
- net/mlx5: fix overflow of Rx SW ring
- Nelio's mlx5 flow cleanup patchset, the last one is:
  [dpdk-dev,v2,30/30] net/mlx5: add new operations for isolated mode

Yongseok Koh (7):
  net/mlx5: cleanup memory barriers
  net/mlx5: rename a file of SSE Rx/Tx
  net/mlx5: use static assert for compile-time sanity checks
  net/mlx5: separate shareable vector functions
  net/mlx5: match Rx completion entry size to cacheline
  net/mlx5: fix configuration of Rx CQE compression
  net/mlx5: add vectorized Rx/Tx burst for ARM

 drivers/net/mlx5/Makefile                          |   10 +-
 drivers/net/mlx5/mlx5.c                            |   19 +-
 drivers/net/mlx5/mlx5_rxq.c                        |   20 +-
 drivers/net/mlx5/mlx5_rxtx.c                       |    4 +-
 drivers/net/mlx5/mlx5_rxtx.h                       |    2 +-
 drivers/net/mlx5/mlx5_rxtx_vec.c                   |  388 ++++++++
 drivers/net/mlx5/mlx5_rxtx_vec.h                   |  126 +++
 drivers/net/mlx5/mlx5_rxtx_vec_neon.h              | 1028 ++++++++++++++++++++
 .../{mlx5_rxtx_vec_sse.c => mlx5_rxtx_vec_sse.h}   |  414 +-------
 9 files changed, 1597 insertions(+), 414 deletions(-)
 create mode 100644 drivers/net/mlx5/mlx5_rxtx_vec.c
 create mode 100644 drivers/net/mlx5/mlx5_rxtx_vec.h
 create mode 100644 drivers/net/mlx5/mlx5_rxtx_vec_neon.h
 rename drivers/net/mlx5/{mlx5_rxtx_vec_sse.c => mlx5_rxtx_vec_sse.h} (76%)

-- 
2.11.0

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

end of thread, other threads:[~2017-10-09 19:09 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05 23:00 [dpdk-dev] [PATCH v1 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM Yongseok Koh
2017-10-05 23:00 ` [dpdk-dev] [PATCH v1 1/7] net/mlx5: cleanup memory barriers Yongseok Koh
2017-10-05 23:00 ` [dpdk-dev] [PATCH v1 2/7] net/mlx5: rename a file of SSE Rx/Tx Yongseok Koh
2017-10-05 23:00 ` [dpdk-dev] [PATCH v1 3/7] net/mlx5: use static assert for compile-time sanity checks Yongseok Koh
2017-10-06  7:50   ` Nélio Laranjeiro
2017-10-05 23:00 ` [dpdk-dev] [PATCH v1 4/7] net/mlx5: separate shareable vector functions Yongseok Koh
2017-10-05 23:00 ` [dpdk-dev] [PATCH v1 5/7] net/mlx5: match Rx completion entry size to cacheline Yongseok Koh
2017-10-06  7:55   ` Nélio Laranjeiro
2017-10-05 23:00 ` [dpdk-dev] [PATCH v1 6/7] net/mlx5: fix configuration of Rx CQE compression Yongseok Koh
2017-10-06  7:57   ` Nélio Laranjeiro
2017-10-05 23:00 ` [dpdk-dev] [PATCH v1 7/7] net/mlx5: add vectorized Rx/Tx burst for ARM Yongseok Koh
2017-10-09  2:39 ` [dpdk-dev] [PATCH v1 0/7] " Ferruh Yigit
2017-10-09  7:45   ` Adrien Mazarguil
2017-10-09 17:40   ` Yongseok Koh
2017-10-09 18:19     ` Olga Shern
2017-10-09 18:46 ` [dpdk-dev] [PATCH v2 " Yongseok Koh
2017-10-09 18:46   ` [dpdk-dev] [PATCH v2 1/7] net/mlx5: cleanup memory barriers Yongseok Koh
2017-10-09 18:46   ` [dpdk-dev] [PATCH v2 2/7] net/mlx5: rename a file of SSE Rx/Tx Yongseok Koh
2017-10-09 18:46   ` [dpdk-dev] [PATCH v2 3/7] net/mlx5: use static assert for compile-time sanity checks Yongseok Koh
2017-10-09 18:46   ` [dpdk-dev] [PATCH v2 4/7] net/mlx5: separate shareable vector functions Yongseok Koh
2017-10-09 18:46   ` [dpdk-dev] [PATCH v2 5/7] net/mlx5: match Rx completion entry size to cacheline Yongseok Koh
2017-10-09 18:46   ` [dpdk-dev] [PATCH v2 6/7] net/mlx5: fix configuration of Rx CQE compression Yongseok Koh
2017-10-09 18:47   ` [dpdk-dev] [PATCH v2 7/7] net/mlx5: add vectorized Rx/Tx burst for ARM Yongseok Koh
2017-10-09 19:09   ` [dpdk-dev] [PATCH v2 0/7] " Ferruh Yigit

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).