DPDK patches and discussions
 help / color / mirror / Atom feed
From: Wenjun Wu <wenjun1.wu@intel.com>
To: dev@dpdk.org, jingjing.wu@intel.com, beilei.xing@intel.com
Cc: mingxia.liu@intel.com, wenzhuo.lu@intel.com,
	Wenjun Wu <wenjun1.wu@intel.com>
Subject: [PATCH v9 0/1] Add support AVX512 split queue datapath
Date: Mon,  6 Feb 2023 03:41:23 +0000	[thread overview]
Message-ID: <20230206034124.1915756-1-wenjun1.wu@intel.com> (raw)
In-Reply-To: <20221214060706.962541-1-wenjun1.wu@intel.com>

This patchset enables AVX512 data path for split queue model.

It is based on the below pathset

1. https://patches.dpdk.org/project/dpdk/cover/20230117080622.105657-1-beilei.xing@intel.com/

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.

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 | 797 +++++++++++++++++-
 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, 938 insertions(+), 53 deletions(-)

-- 
2.34.1


  parent reply	other threads:[~2023-02-06  3:33 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 ` Wenjun Wu [this message]
2023-02-06  3:41   ` [PATCH v9 " 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   ` [PATCH v11 0/1] Add support AVX512 split queue datapath 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=20230206034124.1915756-1-wenjun1.wu@intel.com \
    --to=wenjun1.wu@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=mingxia.liu@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).