public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: Nawal Kishor <nkishor@marvell.com>
To: <dev@dpdk.org>
Cc: <jerinj@marvell.com>, <asekhar@marvell.com>,
	Nawal Kishor <nkishor@marvell.com>
Subject: [PATCH v4 0/2] Add HALO support for CN20K mempool
Date: Tue, 17 Feb 2026 16:09:20 +0530	[thread overview]
Message-ID: <20260217103932.679806-1-nkishor@marvell.com> (raw)
In-Reply-To: <20251205055140.2395369-3-nkishor@marvell.com>

This series of patches adds support for HALO in CNXK mempool driver.

Changes in v4:
 * Added roc_feature_npa_has_halo() as per review comments.

Nawal Kishor (2):
  common/cnxk: add support for halos
  mempool/cnxk: add halo support in mempool

 doc/guides/mempool/cnxk.rst                   |  24 +-
 drivers/common/cnxk/hw/npa.h                  |  81 ++++++
 drivers/common/cnxk/roc_features.h            |   7 +
 drivers/common/cnxk/roc_idev.c                |  25 ++
 drivers/common/cnxk/roc_idev.h                |   3 +
 drivers/common/cnxk/roc_idev_priv.h           |   1 +
 drivers/common/cnxk/roc_mbox.h                |   6 +
 drivers/common/cnxk/roc_nix.h                 |   1 +
 drivers/common/cnxk/roc_nix_queue.c           |  46 ++-
 drivers/common/cnxk/roc_npa.c                 | 268 ++++++++++++++++--
 drivers/common/cnxk/roc_npa.h                 |  20 +-
 drivers/common/cnxk/roc_npa_debug.c           | 201 ++++++++++++-
 drivers/common/cnxk/roc_npa_priv.h            |   3 +
 .../common/cnxk/roc_platform_base_symbols.c   |   2 +
 drivers/common/cnxk/roc_sso.c                 |  35 ++-
 drivers/common/cnxk/roc_sso.h                 |   1 +
 drivers/mempool/cnxk/cn10k_mempool_ops.c      |  19 +-
 drivers/mempool/cnxk/cn20k_mempool_ops.c      |  60 ++++
 drivers/mempool/cnxk/cn9k_mempool_ops.c       |   2 +-
 drivers/mempool/cnxk/cnxk_mempool.c           |  40 ++-
 drivers/mempool/cnxk/cnxk_mempool.h           |  16 +-
 drivers/mempool/cnxk/cnxk_mempool_ops.c       |  11 +-
 drivers/mempool/cnxk/meson.build              |   1 +
 23 files changed, 778 insertions(+), 95 deletions(-)
 create mode 100644 drivers/mempool/cnxk/cn20k_mempool_ops.c

-- 
2.48.1


  parent reply	other threads:[~2026-02-17 10:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-04  6:51 [PATCH 0/2] cnxk: Add HALO support for CN20K mempool Nawal Kishor
2025-12-04  6:51 ` [PATCH 1/2] common/cnxk: add support for halos Nawal Kishor
2025-12-05  5:51   ` [PATCH v2 0/2] cnxk: add HALO support for CN20K mempool Nawal Kishor
2025-12-05  5:51     ` [PATCH v2 1/2] common/cnxk: add support for halos Nawal Kishor
2025-12-05  5:51     ` [PATCH v2 2/2] mempool/cnxk: add halo support in mempool Nawal Kishor
2026-02-17  5:34       ` [PATCH v3 0/2] Add HALO support for CN20K mempool Nawal Kishor
2026-02-17  5:34         ` [PATCH v3 1/2] common/cnxk: add support for halos Nawal Kishor
2026-02-17  5:34         ` [PATCH v3 2/2] mempool/cnxk: add halo support in mempool Nawal Kishor
2026-02-17  8:43         ` [PATCH v3 0/2] Add HALO support for CN20K mempool Jerin Jacob
2026-02-17 10:39       ` Nawal Kishor [this message]
2026-02-17 10:39         ` [PATCH v4 1/2] common/cnxk: add support for halos Nawal Kishor
2026-02-19 17:19           ` Stephen Hemminger
2026-02-17 10:39         ` [PATCH v4 2/2] mempool/cnxk: add halo support in mempool Nawal Kishor
2026-02-19 17:33           ` Stephen Hemminger
2026-01-14  6:04     ` [PATCH v2 0/2] cnxk: add HALO support for CN20K mempool Stephen Hemminger
2026-01-14  7:52       ` Morten Brørup
2026-01-19  5:21       ` [EXTERNAL] " Nawal Kishor
2025-12-04  6:51 ` [PATCH 2/2] mempool/cnxk: add halo support in mempool Nawal Kishor

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=20260217103932.679806-1-nkishor@marvell.com \
    --to=nkishor@marvell.com \
    --cc=asekhar@marvell.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.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