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 69308E7BDA5 for ; Mon, 16 Feb 2026 11:58:34 +0000 (UTC) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 78F684042C; Mon, 16 Feb 2026 12:58:28 +0100 (CET) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 0E1EA40289 for ; Mon, 16 Feb 2026 12:58:25 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id AB56120FCB; Mon, 16 Feb 2026 12:58:25 +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 12:58:24 +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 0/2] mempool: de-inline get/put objects unlikely code Date: Mon, 16 Feb 2026 11:58:11 +0000 Message-ID: <20260216115813.103515-1-mb@smartsharesystems.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 16 Feb 2026 11:58:24.0893 (UTC) FILETIME=[8E0632D0:01DC9F3B] 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 | 153 +++++++++++++++++++++++++ lib/mempool/rte_mempool.h | 229 +++++++++++++++++--------------------- 2 files changed, 258 insertions(+), 124 deletions(-) -- 2.43.0