DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/2] set txq affinity in round-robin
@ 2021-10-21  8:56 Rongwei Liu
  2021-10-21  8:56 ` [dpdk-dev] [PATCH v1 1/2] common/mlx5: support lag context query Rongwei Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rongwei Liu @ 2021-10-21  8:56 UTC (permalink / raw)
  To: matan, viacheslavo, orika, thomas; +Cc: dev, rasland

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-21 12:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21  8:56 [dpdk-dev] [PATCH v1 0/2] set txq affinity in round-robin Rongwei Liu
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

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).