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 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 B8DCCCD37B5 for ; Sat, 16 Sep 2023 06:18:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QsL8op2RdZUmd2HVW79B+eJgy7/07dZ0VZk7vyywAcY=; b=cTS1YMGE6uELkx V5lPx0iUllST+J0mFKnWwmyQrwD/bMOQhT6v3SMf09R0agtrtC/6faT0tE1/FJE/kpmJVNDzBcnKF Hznw6bEYGf+WPoHrdpUZCeRWl4iZEwuGrUTmJ5eh6SgDvc+p/ftJUAkaQ2Tzkhu6G0afEuM8hTzGU WedVjy+aTga+jjnBLKBVr4dn0qsvoJtbnjIXZYplODCdMN23/vfU58+u8m1fBxNOyBQinNl6UWAYC h8pzCGYFYkrXtWs3o8f/w554D5u+4fQiEmWNLTq6R+F6tFgksv7H2fIVIR+RVI1gs/HaI8kX+0q29 If6aAzUl7Y1ACbOUjRUg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qhOca-00C1Bz-2z; Sat, 16 Sep 2023 06:17:36 +0000 Received: from mgamail.intel.com ([134.134.136.31]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qhOcW-00C1Ba-3B for linux-arm-kernel@lists.infradead.org; Sat, 16 Sep 2023 06:17:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1694845052; x=1726381052; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Dpw80PtFYNDVGjI+iulRnzMBDHhLG8ZhcBIQvgHxF4s=; b=kJtc72dhI8onsrpSowQvM5ZRosYwzn3TqD6K7sqJuBfkZ2SSi8qFhw8j 7alL9D/QXJA2U0ZAa4EH1ilhGS7fUmneHLIeaaoLSaR+4LyYnlQmAbjlP uZIcn+GB2wbqVdfHnG2NFI+GKyJ9FTd/M8nl0RGDiCypn/VxZZfoFkwWK akN0CoqJV9JHm//uaN9XYDQyy3cPDNx85Uq6BQL8NQ7zvon1k68ubf/Y+ h+GIg7hOn/YlNON9P7Q+jdmY7i275ucqbZqWiUzM+OTh4W+BQC98H5gv7 5bWBP7+ZauD1u2mC29+Nr+Kv4+xGuaY4vdW6o3ch8IvmKt11RDdYAy25N Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10834"; a="443461814" X-IronPort-AV: E=Sophos;i="6.02,151,1688454000"; d="scan'208";a="443461814" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2023 23:17:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10834"; a="738564989" X-IronPort-AV: E=Sophos;i="6.02,151,1688454000"; d="scan'208";a="738564989" Received: from pglc00032.png.intel.com ([10.221.207.52]) by orsmga007.jf.intel.com with ESMTP; 15 Sep 2023 23:17:21 -0700 From: rohan.g.thomas@intel.com To: robh@kernel.org Cc: alexandre.torgue@foss.st.com, conor+dt@kernel.org, davem@davemloft.net, devicetree@vger.kernel.org, edumazet@google.com, fancer.lancer@gmail.com, joabreu@synopsys.com, krzysztof.kozlowski+dt@linaro.org, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, mcoquelin.stm32@gmail.com, netdev@vger.kernel.org, pabeni@redhat.com, peppe.cavallaro@st.com, rohan.g.thomas@intel.com Subject: Re: [linux-drivers-review] [PATCH net-next v2 1/3] net: stmmac: xgmac: EST interrupts handling Date: Sat, 16 Sep 2023 14:17:18 +0800 Message-Id: <20230916061718.336-1-rohan.g.thomas@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230915154258.GA3769303-robh@kernel.org> References: <20230915154258.GA3769303-robh@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230915_231733_092530_13125116 X-CRM114-Status: GOOD ( 11.70 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Rohan G Thomas Thanks for the review comments. Will address this in the next version. On Fri, Sep 15, 2023 at 05:54:16PM +0800, Rohan G Thomas wrote: >> Add dt-bindings for coe-unsupported property per tx queue. > >Why? (What every commit msg should answer) > >> >> Signed-off-by: Rohan G Thomas >> --- >> Documentation/devicetree/bindings/net/snps,dwmac.yaml | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml >> index ddf9522a5dc2..365e6cb73484 100644 >> --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml >> +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml >> @@ -394,6 +394,9 @@ properties: >> When a PFC frame is received with priorities matching the bitmask, >> the queue is blocked from transmitting for the pause time specified >> in the PFC frame. > >blank line needed > >> + snps,coe-unsupported: >> + type: boolean >> + description: TX checksum offload is unsupported by the TX queue. > >And here. > >> allOf: >> - if: >> required: >> -- >> 2.25.1 >> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 9AAC933DC; Sat, 16 Sep 2023 06:17:28 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD9ABCC0; Fri, 15 Sep 2023 23:17:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1694845046; x=1726381046; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Dpw80PtFYNDVGjI+iulRnzMBDHhLG8ZhcBIQvgHxF4s=; b=Wngwpc/9UFg3VxmQUA2UopDoOpA101MO/XPtYsa8oPSsgOSzrcqCZd9P PcKp2Jw0D2+jcgpfDLEAYaCqOGXbySWIWslZ/S8uLTajWSBohiPzhu+U7 lTGE+tUSBxR40zDq/AjINTpzMMLuDG+8MU3FNaZodprMtLinihLkezGxg LsRXK/1eh2LhSu1JgGXnJo4C5GYJ4F9zXzY9bFdXXT1UVaPg/vJ+eUBJ0 coyxRrNiyr/2akBcFJxj8iydEdONanUIwCOCQazk755APtciBxqp/G48Y K8xvDI1YbDj9muEgQYMlPorfYna2Nw2tnjcQHTrqtYiANufxe8whWwIdg Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10834"; a="443461809" X-IronPort-AV: E=Sophos;i="6.02,151,1688454000"; d="scan'208";a="443461809" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2023 23:17:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10834"; a="738564989" X-IronPort-AV: E=Sophos;i="6.02,151,1688454000"; d="scan'208";a="738564989" Received: from pglc00032.png.intel.com ([10.221.207.52]) by orsmga007.jf.intel.com with ESMTP; 15 Sep 2023 23:17:21 -0700 From: rohan.g.thomas@intel.com To: robh@kernel.org Cc: alexandre.torgue@foss.st.com, conor+dt@kernel.org, davem@davemloft.net, devicetree@vger.kernel.org, edumazet@google.com, fancer.lancer@gmail.com, joabreu@synopsys.com, krzysztof.kozlowski+dt@linaro.org, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, mcoquelin.stm32@gmail.com, netdev@vger.kernel.org, pabeni@redhat.com, peppe.cavallaro@st.com, rohan.g.thomas@intel.com Subject: Re: [linux-drivers-review] [PATCH net-next v2 1/3] net: stmmac: xgmac: EST interrupts handling Date: Sat, 16 Sep 2023 14:17:18 +0800 Message-Id: <20230916061718.336-1-rohan.g.thomas@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230915154258.GA3769303-robh@kernel.org> References: <20230915154258.GA3769303-robh@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net From: Rohan G Thomas Thanks for the review comments. Will address this in the next version. On Fri, Sep 15, 2023 at 05:54:16PM +0800, Rohan G Thomas wrote: >> Add dt-bindings for coe-unsupported property per tx queue. > >Why? (What every commit msg should answer) > >> >> Signed-off-by: Rohan G Thomas >> --- >> Documentation/devicetree/bindings/net/snps,dwmac.yaml | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml >> index ddf9522a5dc2..365e6cb73484 100644 >> --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml >> +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml >> @@ -394,6 +394,9 @@ properties: >> When a PFC frame is received with priorities matching the bitmask, >> the queue is blocked from transmitting for the pause time specified >> in the PFC frame. > >blank line needed > >> + snps,coe-unsupported: >> + type: boolean >> + description: TX checksum offload is unsupported by the TX queue. > >And here. > >> allOf: >> - if: >> required: >> -- >> 2.25.1 >>