From patchwork Mon Aug 14 14:06:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rohan G Thomas X-Patchwork-Id: 13352950 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 EA95FC001B0 for ; Mon, 14 Aug 2023 14:07:21 +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=Fs+d1N3tVAitKiwe6ZKH1HNQZTvohQaB6LAeRDioa8U=; b=JG3Xc3tDjYQA8f RKGGgndo5+YMDZdV7OW5JdRWFLku8zH8iJ8tG/pwWsM/AsoMkzVtWu4fU/SoEfr/dP+zGY4PRKlwj /sGqq7A2DRlj78+Yj6eeBJUiBfb+vrq9ecXLv+3bYhwFnfA8PyeHytlB/ECD7a0lrGGzAKLRmH/2F /czIygCxYQ/aQCMd3RWGHY7i2sWImMN66hapXSQq9xVuJWy1le8HQx3gkCWUtV2tzGfX9OgZ/NDF2 NZY3rJMz+dhzS8Id+kZwmGJ2NmFpFMi4BJLatbxuhX2PsRYTxRBzPIl7i57alews2znA70QVs5SyE tXB8SVASBctCB2sI8fXA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qVYDh-00HEOk-28; Mon, 14 Aug 2023 14:06:57 +0000 Received: from mgamail.intel.com ([134.134.136.100]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qVYDe-00HEMe-0M for linux-arm-kernel@lists.infradead.org; Mon, 14 Aug 2023 14:06:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692022014; x=1723558014; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JvC5ybwWd2s2QwBOcdZZsCQYPiTGu+dFmBHjemTdC1g=; b=M6FHPeC9e3gvWlpNInga+dGn/SCDGRA8YeHaqY+hTjVYbECB5XcJJXp1 5Y7Ie+a7KNCV8CZDax8dQ46mvSD6cZn4xekT2SiLpcDfM15iKVsvmWtor 80nPgS//Tlx2hMYrR4eJ2CqDfECyuxe82Mz2ABlSYy+sVkNWwZshKjDPH oqp02rmIcCB28FswO6I68FnerjiTq8J0DBQOldqQpczTaVBCBzdZZ3TqG d9V39pZoQKL+4qSTBRaxo/2jlEucYYfeLOL7Sa6A4nOL1k20ldRr50TYM IPDWrydKhgPGZ9u6MfrQarWi89kyvrVgcx+wvTJSnpCCafPpJDsSFUp3s g==; X-IronPort-AV: E=McAfee;i="6600,9927,10802"; a="438377208" X-IronPort-AV: E=Sophos;i="6.01,172,1684825200"; d="scan'208";a="438377208" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Aug 2023 07:06:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10802"; a="683317911" X-IronPort-AV: E=Sophos;i="6.01,172,1684825200"; d="scan'208";a="683317911" Received: from pglc00067.png.intel.com ([10.221.207.87]) by orsmga003.jf.intel.com with ESMTP; 14 Aug 2023 07:06:48 -0700 From: Rohan G Thomas To: "David S . Miller" , Alexandre Torgue , Jose Abreu , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Giuseppe Cavallaro Cc: 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, Rohan G Thomas Subject: [PATCH net-next v3 1/2] dt-bindings: net: snps,dwmac: Tx queues with coe Date: Mon, 14 Aug 2023 22:06:36 +0800 Message-Id: <20230814140637.27629-2-rohan.g.thomas@intel.com> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20230814140637.27629-1-rohan.g.thomas@intel.com> References: <20230814140637.27629-1-rohan.g.thomas@intel.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230814_070654_198808_CD2974B2 X-CRM114-Status: UNSURE ( 9.49 ) 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 Add dt-bindings for the number of tx queues with coe support. Some dwmac IPs support tx queues only for a few initial tx queues, starting from tx queue 0. Signed-off-by: Rohan G Thomas Acked-by: Conor Dooley --- 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..0c6431c10cf9 100644 --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml @@ -313,6 +313,9 @@ properties: snps,tx-queues-to-use: $ref: /schemas/types.yaml#/definitions/uint32 description: number of TX queues to be used in the driver + snps,tx-queues-with-coe: + $ref: /schemas/types.yaml#/definitions/uint32 + description: number of TX queues that support TX checksum offloading snps,tx-sched-wrr: type: boolean description: Weighted Round Robin