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 4950845C9A; Fri, 8 Nov 2024 01:31:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D81E40613; Fri, 8 Nov 2024 01:31:59 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by mails.dpdk.org (Postfix) with ESMTP id 78A2240290 for ; Fri, 8 Nov 2024 01:31: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=1731025918; x=1762561918; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=d5zfXOweooO/xvBgLVqi+AB4hznzKkmQ6b94iti4FQA=; b=YDNszZv/YK8A8lRUY4+VXlitACvBgClpGugkVFOvEAQV92oQ0WHdhldo 32rgFNo+hmQvhV4wN5tbJGWB+jZackN/OSul7u2lZjToWl7437iu3UQI+ VzgN1ys3YQAmMjcXyOWHhS5A7+AMdO7ocNgNwudNXz/4xnZI1duCbPA9e ZFxzewy7u4ov1bCYSOobOa0KmYAGB5clwEhLXLChqN1s9tFc/pRCQKrRt QWfQSWslxnQWvJ6OMpKUPQXap0sQPbwg+Z0RTYKKZqxlWFrxvj8q8Lrja 7jL+mP8pRzVmhe/wQOk28L5uzlvAFpehSs0LoTF2cS6yTFdRkxRpDJuQT Q==; X-CSE-ConnectionGUID: hG+8FuTZRJCUU6EpbGypvQ== X-CSE-MsgGUID: Mw/lAE0PR02t8DZ6D2adnA== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="41456074" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="41456074" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2024 16:31:57 -0800 X-CSE-ConnectionGUID: fWf0zADAQFy/30SZ8B67Lg== X-CSE-MsgGUID: asYzJGW6RFWat+LhhPBNVg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,136,1728975600"; d="scan'208";a="116157618" Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..) ([10.233.181.123]) by orviesa002.jf.intel.com with ESMTP; 07 Nov 2024 16:31:56 -0800 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: hemant.agrawal@nxp.com, hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v2 0/1] baseband/acc: fix ring memory allocation logic\ Date: Thu, 7 Nov 2024 16:32:37 -0800 Message-Id: <20241108003238.1921588-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, v2: following your suggestion which is best indeed. 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