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 6DF551DA5F for ; Wed, 26 Jul 2023 15:40:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E5C6C433C7; Wed, 26 Jul 2023 15:40:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690386003; bh=wpAk9eVRkO3m5yXAXAX/GMvTJFrvAOQChp70gooG/Ek=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CGiz0wSdqSzSeULBwoxHkD2IpHoH2HI4Kc9jKrtFIShwBmu/gus7rZf6vjVQqVUEf 7+EUM2FVhKtVDvqnz2463f1vK3YXASSyg4JM5v2vFbg2+da6jVP+koG6KWkl/Z7BQ3 bWKd9sJNSvSPANGWWkxEprhl+N1RX59dFgQ10IkLgPx3Jhwn2Cd6CtQWbZ5e8ScbFo PiTOeaZOZqf1CQXeAE4otjL0E5CqkOKvbCW4yrmiq4UJDr3rFzdmhKoV7vp2sKra3M DuXJhGdwv4p9uJMtpxDBrZHe1TunDFbdc0SeLZlRfVToM9NHl+MVtObv5JMJ/im5o/ bBnOAclht3iZQ== Date: Wed, 26 Jul 2023 08:40:01 -0700 From: Jakub Kicinski To: Md Danish Anwar Cc: Simon Horman , MD Danish Anwar , Randy Dunlap , Roger Quadros , Vignesh Raghavendra , Andrew Lunn , Richard Cochran , Conor Dooley , Krzysztof Kozlowski , Rob Herring , Paolo Abeni , Eric Dumazet , "David S. Miller" , nm@ti.com, srk@ti.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [EXTERNAL] Re: [EXTERNAL] Re: [PATCH v11 03/10] net: ti: icssg-prueth: Add Firmware config and classification APIs. Message-ID: <20230726084001.0758feaf@kernel.org> In-Reply-To: References: <20230724112934.2637802-1-danishanwar@ti.com> <20230724112934.2637802-4-danishanwar@ti.com> <5a4b293f-7729-ee03-2432-cd49ff92d809@ti.com> Precedence: bulk X-Mailing-List: netdev@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 Wed, 26 Jul 2023 09:42:17 +0200 Simon Horman wrote: > Thanks for splitting things up into multiple patches. > I know that is a lot of work. But it is very helpful. +1, definitely much easier to review now!