DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Wu, Wenjun1" <wenjun1.wu@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	"Wu,  Jingjing" <jingjing.wu@intel.com>,
	"Xing, Beilei" <beilei.xing@intel.com>
Cc: "Liu, Mingxia" <mingxia.liu@intel.com>,
	"Lu, Wenzhuo" <wenzhuo.lu@intel.com>,
	"Wu, Wenjun1" <wenjun1.wu@intel.com>
Subject: RE: [PATCH v11 0/1] Add support AVX512 split queue datapath
Date: Wed, 8 Feb 2023 01:35:01 +0000	[thread overview]
Message-ID: <DM4PR11MB5994C906D8DAEA2D49C61ED0D7D89@DM4PR11MB5994.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20230207084549.2225214-1-wenjun1.wu@intel.com>



> -----Original Message-----
> From: Wenjun Wu <wenjun1.wu@intel.com>
> Sent: Tuesday, February 7, 2023 4:46 PM
> To: dev@dpdk.org; Wu, Jingjing <jingjing.wu@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>
> Cc: Liu, Mingxia <mingxia.liu@intel.com>; Lu, Wenzhuo
> <wenzhuo.lu@intel.com>; Wu, Wenjun1 <wenjun1.wu@intel.com>
> Subject: [PATCH v11 0/1] Add support AVX512 split queue datapath
> 
> This patchset enables AVX512 data path for split queue model.
> 
> It is based on the below pathset
> 
> 1. https://patches.dpdk.org/project/dpdk/list/?series=26809&state=*
> 
> v3: fix logical error.
> v4: rebase to the new baseline.
> v5: fix compilation error.
> v6: remove unexpected changes.
> v7: rebase to the new baseline.
> v8: rebase to the new baseline.
>     add log for datapath function setup.
>     refine precompiled logic.
> v9: fix coding style issue.
> v10: rebase to the new baseline.
> v11: reorder the function definition
>      in version.map in alphabetical order.
> 
> 
> Wenjun Wu (1):
>   common/idpf: add AVX512 data path for split queue model
> 
>  drivers/common/idpf/idpf_common_rxtx.c        |  22 +-
>  drivers/common/idpf/idpf_common_rxtx.h        |  21 +-
>  drivers/common/idpf/idpf_common_rxtx_avx512.c | 799
> +++++++++++++++++-
>  drivers/common/idpf/version.map               |   5 +-
>  drivers/net/idpf/idpf_rxtx.c                  |  90 +-
>  drivers/net/idpf/idpf_rxtx_vec_common.h       |  56 +-
>  6 files changed, 940 insertions(+), 53 deletions(-)
> 
> --
> 2.34.1

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Replaced v10 on dpdk-next-net-intel.




      parent reply	other threads:[~2023-02-08  1:35 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14  6:07 [PATCH v1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2022-12-14  7:04 ` [PATCH v2 0/1] Add support AVX512 split queue datapath Wenjun Wu
2022-12-14  7:04   ` [PATCH v2 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-01-06  6:46 ` [PATCH v3 0/1] Add support AVX512 split queue datapath Wenjun Wu
2023-01-06  6:46   ` [PATCH v3 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-01-11  7:13     ` Liu, Mingxia
2023-01-12  2:40 ` [PATCH v4 0/1] Add support AVX512 split queue datapath Wenjun Wu
2023-01-12  2:40   ` [PATCH v4 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-01-12  7:27     ` Lu, Wenzhuo
2023-01-13  1:51 ` [PATCH v5 0/1] Add support AVX512 split queue datapath Wenjun Wu
2023-01-13  1:51   ` [PATCH v5 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-01-14  3:54 ` [PATCH v6 0/1] Add support AVX512 split queue datapath Wenjun Wu
2023-01-14  3:54   ` [PATCH v6 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-01-18  3:51 ` [PATCH v7 0/1] Add support AVX512 split queue datapath Wenjun Wu
2023-01-18  3:51   ` [PATCH v7 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-02-06  3:34 ` [PATCH v8 0/1] Add support AVX512 split queue datapath Wenjun Wu
2023-02-06  3:34   ` [PATCH v8 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-02-06  3:41 ` [PATCH v9 0/1] Add support AVX512 split queue datapath Wenjun Wu
2023-02-06  3:41   ` [PATCH v9 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-02-07  2:11 ` [PATCH v10 0/1] Add support AVX512 split queue datapath Wenjun Wu
2023-02-07  2:11   ` [PATCH v10 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-02-07  3:10     ` Zhang, Qi Z
2023-02-07  8:45 ` [PATCH v11 0/1] Add support AVX512 split queue datapath Wenjun Wu
2023-02-07  8:45   ` [PATCH v11 1/1] common/idpf: add AVX512 data path for split queue model Wenjun Wu
2023-02-08  1:35   ` Zhang, Qi Z [this message]

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=DM4PR11MB5994C906D8DAEA2D49C61ED0D7D89@DM4PR11MB5994.namprd11.prod.outlook.com \
    --to=qi.z.zhang@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=mingxia.liu@intel.com \
    --cc=wenjun1.wu@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 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).