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 E34EA458AC; Fri, 30 Aug 2024 22:14:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7CE742EE2; Fri, 30 Aug 2024 22:14:41 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.21]) by mails.dpdk.org (Postfix) with ESMTP id C8BA740151 for ; Fri, 30 Aug 2024 22:14:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1725048881; x=1756584881; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=l/Rv2xA15pEypzGwouvoiExmE4aW9G5lRNDNLHFzj84=; b=I247k3jYhosxo3TiB3JDipdZL4fyyjJ/oY7ZhqBRsZrkLpGPirOybt/X jfsIvtRTii2kf+WHw3s7+z9s4ZnCpDtRFs7F9/A7qXPSxpBYVuWsnhMhF 2asV1yUNEISiNsHIgswp5vEW+cgjvr8o8QO9ZcfssFgiMatIrWEiM6OEz r2SiZuM2oqge4jfgqK7Ns7wEoJRIg9TMWtJkfTb7kCS+9oW4XNQga0lG1 J0Zkla6M/USm1RcMhj1g2gaWXDV0Vup/N74TNjw7GXr4GufIB+ljE8RJj x9We5z8Z50eWRPW3nY9L6HYmuOhI8+BXG8LlnNcQhDykgdGHCavywl4m1 g==; X-CSE-ConnectionGUID: IFX6NNvrTnWP/uNIH34icQ== X-CSE-MsgGUID: uwdloSgoTaOVG1HShhk95Q== X-IronPort-AV: E=McAfee;i="6700,10204,11180"; a="23661175" X-IronPort-AV: E=Sophos;i="6.10,189,1719903600"; d="scan'208";a="23661175" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa113.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2024 13:14:39 -0700 X-CSE-ConnectionGUID: 5iq/KphnTFatKbI/CRE5IA== X-CSE-MsgGUID: 55AP1CLNS6mBVZvlCbyfMw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,189,1719903600"; d="scan'208";a="94731867" Received: from unknown (HELO csl-npg-qt0.la.intel.com) ([10.233.181.103]) by orviesa002.jf.intel.com with ESMTP; 30 Aug 2024 13:14:37 -0700 From: Hernan Vargas To: dev@dpdk.org, gakhil@marvell.com, trix@redhat.com, maxime.coquelin@redhat.com Cc: nicolas.chautru@intel.com, qi.z.zhang@intel.com, Hernan Vargas Subject: [PATCH v1 00/10] acc baseband PMD fix and updates for 24.11 Date: Fri, 30 Aug 2024 13:09:42 -0700 Message-Id: <20240830200952.182685-1-hernan.vargas@intel.com> X-Mailer: git-send-email 2.37.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 This series targets 24.11. It includes a memory access fix, refactoring of queue allocation and general improvements. Hernan Vargas (10): baseband/acc: fix access to deallocated mem baseband/acc: queue allocation refactor baseband/acc: configure max queues per device baseband/acc: future proof structure comparison baseband/acc: enhance SW ring alignment baseband/acc: remove soft output bypass baseband/acc: algorithm tuning for LDPC decoder baseband/acc: remove check on HARQ memory baseband/acc: reset ring data valid bit baseband/acc: cosmetic changes drivers/baseband/acc/acc_common.h | 16 +- drivers/baseband/acc/rte_acc100_pmd.c | 39 +-- drivers/baseband/acc/rte_vrb_pmd.c | 357 ++++++++++++++++---------- 3 files changed, 230 insertions(+), 182 deletions(-) -- 2.37.1