All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rong, Leyi" <leyi.rong@intel.com>
To: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>,
	"Zhang, Qi Z" <qi.z.zhang@intel.com>
Subject: Re: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2
Date: Fri, 2 Jul 2021 08:03:55 +0000	[thread overview]
Message-ID: <SN6PR11MB2621D992DD43696A62407E4DEC1F9@SN6PR11MB2621.namprd11.prod.outlook.com> (raw)
In-Reply-To: <1624933761-20884-1-git-send-email-wenzhuo.lu@intel.com>


> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Wenzhuo Lu
> Sent: Tuesday, June 29, 2021 10:29 AM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo <wenzhuo.lu@intel.com>
> Subject: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2
> 
> Add specific paths for RX/TX AVX2, called offload paths.
> In these paths, support the HW offload features, like, checksum, VLAN, RSS
> offload.
> These paths are chosen automatically according to the configuration.
> 
> v2:
>  - fdir should be supported by offload and normal path.
> 
> v3:
>  - rebased on the newest code.
> 
> Wenzhuo Lu (2):
>   net/ice: add Tx AVX2 offload path
>   net/ice: add Rx AVX2 offload path
> 
>  doc/guides/rel_notes/release_21_08.rst |   6 +
>  drivers/net/ice/ice_rxtx.c             |  87 +++++---
>  drivers/net/ice/ice_rxtx.h             |   7 +
>  drivers/net/ice/ice_rxtx_vec_avx2.c    | 350 +++++++++++++++++++--------------
>  4 files changed, 282 insertions(+), 168 deletions(-)
> 
> --
> 1.8.3.1

Acked-by: Leyi Rong <leyi.rong@intel.com>

  parent reply	other threads:[~2021-07-02  8:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-02  2:21 [dpdk-dev] [PATCH 0/2] add Rx/Tx offload paths for ICE AVX2 Wenzhuo Lu
2021-06-02  2:21 ` [dpdk-dev] [PATCH 1/2] net/ice: add Tx AVX2 offload path Wenzhuo Lu
2021-06-02  2:21 ` [dpdk-dev] [PATCH 2/2] net/ice: add Rx " Wenzhuo Lu
2021-06-28  7:53 ` [dpdk-dev] [PATCH v2 0/2] add Rx/Tx offload paths for ICE AVX2 Wenzhuo Lu
2021-06-28  7:53   ` [dpdk-dev] [PATCH v2 1/2] net/ice: add Tx AVX2 offload path Wenzhuo Lu
2021-06-28  7:53   ` [dpdk-dev] [PATCH v2 2/2] net/ice: add Rx " Wenzhuo Lu
2021-06-29  2:29 ` [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2 Wenzhuo Lu
2021-06-29  2:29   ` [dpdk-dev] [PATCH v3 1/2] net/ice: add Tx AVX2 offload path Wenzhuo Lu
2021-06-29  2:29   ` [dpdk-dev] [PATCH v3 2/2] net/ice: add Rx " Wenzhuo Lu
2021-07-02  8:03   ` Rong, Leyi [this message]
2021-07-06  2:57     ` [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2 Zhang, Qi Z
2021-07-06 18:39       ` Thomas Monjalon

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=SN6PR11MB2621D992DD43696A62407E4DEC1F9@SN6PR11MB2621.namprd11.prod.outlook.com \
    --to=leyi.rong@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=wenzhuo.lu@intel.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 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.