All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wenjun Wu <wenjun1.wu@intel.com>
To: dev@dpdk.org, jingjing.wu@intel.com, beilei.xing@intel.com,
	qi.z.zhang@intel.com
Cc: wenzhuo.lu@intel.com, mingxia.liu@intel.com,
	Wenjun Wu <wenjun1.wu@intel.com>
Subject: [PATCH v7 0/1] Add support AVX512 split queue datapath
Date: Wed, 18 Jan 2023 03:51:38 +0000	[thread overview]
Message-ID: <20230118035139.485060-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.

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        |  19 +-
 drivers/common/idpf/idpf_common_rxtx_avx512.c | 797 +++++++++++++++++-
 drivers/common/idpf/version.map               |   5 +-
 drivers/net/idpf/idpf_rxtx.c                  |  46 +-
 drivers/net/idpf/idpf_rxtx_vec_common.h       |  55 +-
 6 files changed, 890 insertions(+), 54 deletions(-)

-- 
2.34.1


  parent reply	other threads:[~2023-01-18  3:43 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 ` Wenjun Wu [this message]
2023-01-18  3:51   ` [PATCH v7 " 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   ` [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=20230118035139.485060-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=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.