DPDK patches and discussions
 help / color / mirror / Atom feed
From: Feifei Wang <feifei.wang2@arm.com>
Cc: dev@dpdk.org, nd@arm.com, Feifei Wang <feifei.wang2@arm.com>
Subject: [dpdk-dev] [PATCH v1 0/4] fix note error
Date: Fri, 23 Jul 2021 11:10:45 +0800	[thread overview]
Message-ID: <20210723031049.2201665-1-feifei.wang2@arm.com> (raw)

Fix drivers/net note error and do some optimization for
i40e NEON path.

Feifei Wang (4):
  drivers/net: remove redundant phrases
  drivers/net: fix note error for Rx vector
  net/i40e: reorder Rx NEON code for better readability
  net/i40e: change code order to reduce L1 cache misses

 drivers/net/fm10k/fm10k_rxtx_vec.c       |   6 +-
 drivers/net/i40e/i40e_rxtx_vec_altivec.c |  10 +--
 drivers/net/i40e/i40e_rxtx_vec_neon.c    | 101 ++++++++++-------------
 drivers/net/i40e/i40e_rxtx_vec_sse.c     |   6 +-
 drivers/net/iavf/iavf_rxtx_vec_sse.c     |  12 +--
 drivers/net/ice/ice_rxtx_vec_sse.c       |   6 +-
 drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c   |   6 +-
 7 files changed, 68 insertions(+), 79 deletions(-)

-- 
2.25.1


             reply	other threads:[~2021-07-23  3:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-23  3:10 Feifei Wang [this message]
2021-07-23  3:10 ` [dpdk-dev] [PATCH v1 1/4] drivers/net: remove redundant phrases Feifei Wang
2021-07-23  3:10 ` [dpdk-dev] [PATCH v1 2/4] drivers/net: fix note error for Rx vector Feifei Wang
2021-07-23  3:10 ` [dpdk-dev] [PATCH v1 3/4] net/i40e: reorder Rx NEON code for better readability Feifei Wang
2021-07-23  3:10 ` [dpdk-dev] [PATCH v1 4/4] net/i40e: change code order to reduce L1 cache misses Feifei Wang
2021-08-10  3:00 ` [dpdk-dev] [PATCH v1 0/4] fix note error Zhang, Qi Z

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210723031049.2201665-1-feifei.wang2@arm.com \
    --to=feifei.wang2@arm.com \
    --cc=dev@dpdk.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).