From: Rongwei Liu <rongweil@nvidia.com>
To: <matan@nvidia.com>, <viacheslavo@nvidia.com>, <orika@nvidia.com>,
<thomas@monjalon.net>
Cc: <dev@dpdk.org>, <rasland@nvidia.com>
Subject: [dpdk-dev] [PATCH v1 0/2] set txq affinity in round-robin
Date: Thu, 21 Oct 2021 11:56:34 +0300 [thread overview]
Message-ID: <20211021085637.3627922-1-rongweil@nvidia.com> (raw)
Create multiple TISs (number of PF) and bind TXQ to different TISs.
The TXQ affinity is predictable and unchanged.
Traffic is load-balanced per PMD process.
v1: rebase on top of master-net-mlx
Rongwei Liu (2):
common/mlx5: support lag context query
net/mlx5: set txq affinity in round-robin
doc/guides/nics/mlx5.rst | 4 ++
drivers/common/mlx5/mlx5_devx_cmds.c | 40 ++++++++++++++
drivers/common/mlx5/mlx5_devx_cmds.h | 13 +++++
drivers/common/mlx5/mlx5_prm.h | 45 +++++++++++++++-
drivers/common/mlx5/version.map | 1 +
drivers/net/mlx5/linux/mlx5_os.c | 2 +-
drivers/net/mlx5/mlx5.c | 81 +++++++++++++++++++++++++---
drivers/net/mlx5/mlx5.h | 10 +++-
drivers/net/mlx5/mlx5_devx.c | 37 ++++++++++++-
drivers/net/mlx5/mlx5_txpp.c | 4 +-
10 files changed, 222 insertions(+), 15 deletions(-)
--
2.27.0
next reply other threads:[~2021-10-21 8:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-21 8:56 Rongwei Liu [this message]
2021-10-21 8:56 ` [dpdk-dev] [PATCH v1 1/2] common/mlx5: support lag context query Rongwei Liu
2021-10-21 8:56 ` [dpdk-dev] [PATCH v1 2/2] net/mlx5: set txq affinity in round-robin Rongwei Liu
2021-10-21 12:25 ` [dpdk-dev] [PATCH v1 0/2] " Raslan Darawsheh
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=20211021085637.3627922-1-rongweil@nvidia.com \
--to=rongweil@nvidia.com \
--cc=dev@dpdk.org \
--cc=matan@nvidia.com \
--cc=orika@nvidia.com \
--cc=rasland@nvidia.com \
--cc=thomas@monjalon.net \
--cc=viacheslavo@nvidia.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).