From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8B8CC1BDE3; Wed, 4 Oct 2023 16:26:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70BA5C433C9; Wed, 4 Oct 2023 16:26:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696436775; bh=qcglxAxRgYQIz8E0bCy+wEqQLr5U4t9luHiOQaUV2Fo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jxa2ZLLsxGRvLwcvTQldZ96adZlICmJQJRLEB/ssJiEoxmM9MPQTVgiIQ3XkDC7fM bdogyPB07dsycbtlyP2aSNKv6SPPCpDh9joLzDX0roO/N1X+uFhAFmbVoW6mpAf3qx lVNe3tqlHYazhWBRPb641wMYKdzKEOgrLArUd7/fPhLs6VplRj54mSUps/tOf9KoXO 0b2qnNSzPrqwl+tLXEuyhDgPH94MxcRn0W/pk/BLl985bNouApvERtFuaSgnqGOriS OuwBw5rcjYuoZ5+6Z2EkEHNSeIC3GKPDFMGFknU4z0Fx/sv5cNZHBttoIDdgrKtKlE CYTTNiuLLXwNw== Date: Wed, 4 Oct 2023 09:26:13 -0700 From: Jakub Kicinski To: Serge Semin Cc: Rohan G Thomas , "David S . Miller" , Alexandre Torgue , Jose Abreu , Eric Dumazet , Paolo Abeni , Maxime Coquelin , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko Subject: Re: [PATCH net-next 1/1] net: stmmac: xgmac: EST interrupts handling Message-ID: <20231004092613.07cb393f@kernel.org> In-Reply-To: References: <20230923031031.21434-1-rohan.g.thomas@intel.com> <20231002135551.020f180c@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 3 Oct 2023 14:12:15 +0300 Serge Semin wrote: > If I didn't miss some details after that we'll have a common EST > module utilized for both DW QoS Eth and DW XGMAC IP-cores. So the question now is whether we want Rohan to do this conversion _first_, in DW QoS 5, and then add xgmac part. Or the patch should go in as is and you'll follow up with the conversion?