From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C0D1145C17; Wed, 30 Oct 2024 19:55:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF1DD42EF6; Wed, 30 Oct 2024 19:55:59 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by mails.dpdk.org (Postfix) with ESMTP id 021FE42EF3 for ; Wed, 30 Oct 2024 19:55:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1730314558; x=1761850558; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=OXXV5F1ymhDaXGDWb2vowlr7SlZIb2NrvAtpgpth5A0=; b=NfuSIn3T+GBT58g4PwWM7NR+QjATBE8+XSiPODwR7M5M1P1O76n2WkUA lrtwsgQPHIzpHX9s5FujC0kSioLJphXt6Q5aLDno/H+ppMER1ux4XSX/X Re5ic5BzhY4kZv376hKBVhHhe8aHOYhBOUrJ3LRxKbMqSxEiSooCzVxmZ pCTGNHTvd1aw5y0DM3v/b2GjCX8VpBhtA1r7tvg/obhukYH8H2HFWcVxN 77HkdmWl7oHBHtvxCkOPwfb5Krqq38t3imrYgSu+VRT+Egv04XttOQ1A+ qhjNds8b6XI4haZzUZXgH0NyPKM+e4dhrt4xJDdnQRLg3u5e8cHbUtKok w==; X-CSE-ConnectionGUID: FGEdSJTJQ/ekb5OHnLhbvQ== X-CSE-MsgGUID: kuXA51GBQhyl8fU3YuCIzg== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="29889015" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="29889015" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2024 11:55:57 -0700 X-CSE-ConnectionGUID: f478WXuoTkGSOP/XdaPlZA== X-CSE-MsgGUID: bNG404P1Qm6MNh8w/jjBag== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,245,1725346800"; d="scan'208";a="82054127" Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..) ([10.233.181.123]) by fmviesa007.fm.intel.com with ESMTP; 30 Oct 2024 11:55:56 -0700 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: hemant.agrawal@nxp.com, hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v1 0/1] baseband/acc: fix ring memory allocation logic Date: Wed, 30 Oct 2024 11:56:13 -0700 Message-Id: <20241030185614.1605876-1-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Hi Maxime, Can you please review and apply that fix for 24.11. Thanks, Nic Nicolas Chautru (1): baseband/acc: fix ring memory allocation logic drivers/baseband/acc/acc_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.34.1