DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC 0/1] net/iavf: add vector PMD for Arm for basic Rx path
@ 2022-04-08 21:47 Kathleen Capella
  2022-04-08 21:47 ` [RFC 1/1] " Kathleen Capella
  0 siblings, 1 reply; 2+ messages in thread
From: Kathleen Capella @ 2022-04-08 21:47 UTC (permalink / raw)
  Cc: dev, nd, honnappa.nagarahalli, dharmik.thakkar, Kathleen Capella

This patch aims to add the basic NEON Rx path to iavf driver. Currently,
the main Rx function (_recv_raw_pkts_vec) and the functions it depends on
have been implemented. Also, NEON vector path has been added to
iavf_set_rx_function. The code compiles on N1SDP platform and some traffic
testing has been done with testpmd application. 

Still to be done as part of 22.07:
 - add FDIR extraction
 - functional testing
 - performance testing

Scatter and flex Rx paths will be deferred until a later release.

Kathleen Capella (1):
  net/iavf: add vector PMD for Arm for basic Rx path

 drivers/net/iavf/iavf_rxtx.c          |  12 +-
 drivers/net/iavf/iavf_rxtx_vec_neon.c | 392 ++++++++++++++++++++++++++
 drivers/net/iavf/meson.build          |   2 +
 3 files changed, 404 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/iavf/iavf_rxtx_vec_neon.c

-- 
2.17.1


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

end of thread, other threads:[~2022-04-08 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 21:47 [RFC 0/1] net/iavf: add vector PMD for Arm for basic Rx path Kathleen Capella
2022-04-08 21:47 ` [RFC 1/1] " Kathleen Capella

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