From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5101C001B0 for ; Wed, 26 Jul 2023 15:40:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234380AbjGZPkJ (ORCPT ); Wed, 26 Jul 2023 11:40:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234333AbjGZPkI (ORCPT ); Wed, 26 Jul 2023 11:40:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 445A626BB; Wed, 26 Jul 2023 08:40:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CE11D61B54; 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> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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!