All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Morten Brørup" <mb@smartsharesystems.com>
To: dev@dpdk.org, Bruce Richardson <bruce.richardson@intel.com>,
	Konstantin Ananyev <konstantin.ananyev@huawei.com>
Cc: "Morten Brørup" <mb@smartsharesystems.com>
Subject: [PATCH v3 0/2] introduce pile stack and mempool driver
Date: Thu, 27 Aug 2026 13:55:54 +0000	[thread overview]
Message-ID: <20260827135556.522443-1-mb@smartsharesystems.com> (raw)
In-Reply-To: <20260812134756.1829613-1-mb@smartsharesystems.com>

Added a new high-performance lock-free "pile", using the Stack API,
and an accompanying mempool driver.

Morten Brørup (2):
  stack: introduce pile
  mempool: introduce pile driver

 app/test/test_stack.c                     |  71 ++++-
 app/test/test_stack_perf.c                |  15 +-
 config/rte_config.h                       |   3 +
 doc/guides/mempool/stack.rst              |  12 +-
 doc/guides/prog_guide/stack_lib.rst       |  67 +++-
 drivers/mempool/stack/rte_mempool_stack.c |  90 +++++-
 lib/mempool/rte_mempool.h                 |   4 +-
 lib/mempool/rte_mempool_ops.c             |  27 +-
 lib/stack/meson.build                     |   3 +-
 lib/stack/rte_stack.c                     |  18 +-
 lib/stack/rte_stack.h                     |  65 ++++
 lib/stack/rte_stack_lf.h                  |  22 ++
 lib/stack/rte_stack_lf_c11.h              |  20 +-
 lib/stack/rte_stack_lf_generic.h          |  19 +-
 lib/stack/rte_stack_lf_stubs.h            |   4 +-
 lib/stack/rte_stack_pile.c                |  35 +++
 lib/stack/rte_stack_pile.h                | 359 ++++++++++++++++++++++
 17 files changed, 761 insertions(+), 73 deletions(-)
 create mode 100644 lib/stack/rte_stack_pile.c
 create mode 100644 lib/stack/rte_stack_pile.h

-- 
2.43.0


  parent reply	other threads:[~2026-08-27 13:56 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12 13:47 [PATCH] stack: introduce pile Morten Brørup
2026-08-12 14:34 ` Bruce Richardson
2026-08-12 16:01   ` Morten Brørup
2026-08-12 16:15     ` Bruce Richardson
2026-08-12 16:28       ` Morten Brørup
2026-08-13 11:50         ` Bruce Richardson
2026-08-17 13:10 ` Bruce Richardson
2026-08-18  8:11   ` Konstantin Ananyev
2026-08-18  8:50     ` Morten Brørup
2026-08-25  7:05 ` Konstantin Ananyev
2026-08-25  9:21   ` Morten Brørup
2026-08-25 11:29     ` Konstantin Ananyev
2026-08-26  8:13 ` Konstantin Ananyev
2026-08-27 13:55 ` Morten Brørup [this message]
2026-08-27 13:55   ` [PATCH v3 1/2] " Morten Brørup
2026-08-31  8:50     ` Konstantin Ananyev
2026-08-31  9:05       ` Morten Brørup
2026-08-31  9:38         ` Konstantin Ananyev
2026-08-31 10:09           ` Morten Brørup
2026-08-31 16:06     ` Stephen Hemminger
2026-08-31 16:37       ` Morten Brørup
2026-08-27 13:55   ` [PATCH v3 2/2] mempool: introduce pile driver Morten Brørup
2026-09-01  6:43 ` [PATCH v4 0/2] introduce pile stack and mempool driver Morten Brørup
2026-09-01  6:43   ` [PATCH v4 1/2] stack: introduce pile Morten Brørup
2026-09-01  6:43   ` [PATCH v4 2/2] mempool: introduce pile driver Morten Brørup

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=20260827135556.522443-1-mb@smartsharesystems.com \
    --to=mb@smartsharesystems.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=konstantin.ananyev@huawei.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.