From patchwork Mon Sep 2 14:54:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Daniel Machon X-Patchwork-Id: 13787399 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DD074CD13CF for ; Mon, 2 Sep 2024 14:57:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References :Message-ID:Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:Date: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=d1Gp/qb7jTqxt1QBbC73mLKnkh+hkml7hovwR2lvb+8=; b=F4K2WqtlY0CrvkAYbcgU/Ho7QS cArC0b6iHBr6LAXmrxK+nBPoFNPZ1itDLOLfoZ41rZyHiuuT8UVQPkSp1sEDIUBiq6bBY46UdlLqG Omc4eRcAAP4227WMB/R+guRqPYenHpvrPrKS7dwgQTh2rMTRCc6pWYtDOVk8LVS3EeA9EDySkNArs ILbsb2bU5813C9r01yV/S4HDP5DK506CqZy/smz1Dks+DtEivJzXZCcrlxkBRtgmeGFG47EfR96Yt CZjO9v+MaPXOFVLdTJSbqD0WS1A7Exv7aLMWhkmKCXjL8+7L9TNeh8YEEhKNnoTe5A4ovTCwpQQxz 87qjtLzQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sl8U9-0000000Ekgo-1pZR; Mon, 02 Sep 2024 14:56:53 +0000 Received: from esa.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sl8SL-0000000Ek7H-18xs for linux-arm-kernel@lists.infradead.org; Mon, 02 Sep 2024 14:55:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1725288901; x=1756824901; h=from:date:subject:mime-version:content-transfer-encoding: message-id:references:in-reply-to:to:cc; bh=KX8AI4UXfG/1IXK+0J7/AL5lRmkNFuq7JAiUuKB4fJw=; b=pv7vMHO7xhtYQdibX6vQcqUyBtEnTNx9TOQ1F9NnhpU7n/wsneMXSC9D LyEuWbkt1sowzpOi5eKBSeES68orvwtvz1fkfeTgOhjxU5BaPWWm07cM3 PGTnEBDGK4eZe6NpMRom9iCbPeVAyStcAj9q6LwRm3DeKRgb5G4QnkeMI SYxFYRKjWF+eR67axnypEEFhVAIuVZX5WTLk2UzS5AogXJEfwMbk9SHuw a2kcmnfVHJjxiVYKbrnAFyHlIMjNnSmwSC/kBnI3+TjbF/mwdZ5tkCY6i VSJKIYji7R00okb3JmguSYShObAs5yutdbKLzcd7A32A/2OLzvkxBMLP4 A==; X-CSE-ConnectionGUID: WWovGYJSTraVm+sPH856TA== X-CSE-MsgGUID: EXA3SlDFQ8ubCdKTRuTucA== X-IronPort-AV: E=Sophos;i="6.10,195,1719903600"; d="scan'208";a="262150744" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 02 Sep 2024 07:54:57 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Mon, 2 Sep 2024 07:54:52 -0700 Received: from [10.205.21.108] (10.10.85.11) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Mon, 2 Sep 2024 07:54:50 -0700 From: Daniel Machon Date: Mon, 2 Sep 2024 16:54:11 +0200 Subject: [PATCH net-next 06/12] net: sparx5: use library helper for freeing rx buffers MIME-Version: 1.0 Message-ID: <20240902-fdma-sparx5-v1-6-1e7d5e5a9f34@microchip.com> References: <20240902-fdma-sparx5-v1-0-1e7d5e5a9f34@microchip.com> In-Reply-To: <20240902-fdma-sparx5-v1-0-1e7d5e5a9f34@microchip.com> To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Lars Povlsen , "Steen Hegelund" , Horatiu Vultur , , , CC: , , , =?utf-8?q?Jens_Emil_Schulz_=C3=98st?= =?utf-8?q?ergaard?= X-Mailer: b4 0.14-dev X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240902_075501_400052_43D266D2 X-CRM114-Status: UNSURE ( 8.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The library has the helper fdma_free_phys() for freeing physical FDMA memory. Use it in the exit path. Signed-off-by: Daniel Machon Reviewed-by: Steen Hegelund Reviewed-by: Jens Emil Schulz Østergaard Reviewed-by: Horatiu Vultur --- drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c b/drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c index 122876136f75..d01516f32d0c 100644 --- a/drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c +++ b/drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c @@ -523,5 +523,6 @@ int sparx5_fdma_stop(struct sparx5 *sparx5) read_poll_timeout(sparx5_fdma_port_ctrl, val, FDMA_PORT_CTRL_XTR_BUF_IS_EMPTY_GET(val) == 0, 500, 10000, 0, sparx5); + fdma_free_phys(&sparx5->rx.fdma); return 0; }