From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7053DE7BDBB for ; Mon, 16 Feb 2026 13:13:27 +0000 (UTC) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 53F5640613; Mon, 16 Feb 2026 14:13:16 +0100 (CET) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id CBA6A402DF for ; Mon, 16 Feb 2026 14:13:12 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id 950C121091; Mon, 16 Feb 2026 14:13:12 +0100 (CET) Received: from dkrd4.smartsharesys.local ([192.168.4.26]) by smartserver.smartsharesystems.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 16 Feb 2026 14:13:11 +0100 From: =?UTF-8?q?Morten=20Br=C3=B8rup?= To: Andrew Rybchenko , dev@dpdk.org Cc: =?UTF-8?q?Morten=20Br=C3=B8rup?= Subject: [RFC PATCH v2 0/2] mempool: de-inline get/put objects unlikely code Date: Mon, 16 Feb 2026 13:13:01 +0000 Message-ID: <20260216131303.104297-1-mb@smartsharesystems.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260216115813.103515-1-mb@smartsharesystems.com> References: <20260216115813.103515-1-mb@smartsharesystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 16 Feb 2026 13:13:11.0368 (UTC) FILETIME=[002BF480:01DC9F46] X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Reduced compiled code footprint by de-inlining unlikely code paths. Morten Brørup (2): mempool: simplify get objects mempool: de-inline get/put objects unlikely code paths lib/mempool/rte_mempool.c | 114 ++++++++++++++++++- lib/mempool/rte_mempool.h | 229 +++++++++++++++++--------------------- 2 files changed, 218 insertions(+), 125 deletions(-) -- 2.43.0