From nobody Fri Sep 12 09:41:08 2025 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 B6748C001B0 for ; Thu, 10 Aug 2023 15:05:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236004AbjHJPF6 (ORCPT ); Thu, 10 Aug 2023 11:05:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231825AbjHJPF4 (ORCPT ); Thu, 10 Aug 2023 11:05:56 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBB3526B5; Thu, 10 Aug 2023 08:05:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691679955; x=1723215955; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=RawPqX9svb99qPDhe7S8fUKSgh+O6y7Vx5VMTsgl/C4=; b=fmLvRELQe/1ys7Enqdsuop3DPN0Sx/DMUiCqrip0Fn719Bgaarv0O5sV Fp2gLw2tpFlN9N/xZUJPVxgrhyPoV/iGxuADOhAG4mC8DQam6ymmuaIbQ ip2o4qFb5XTLOW/fM2wSeX1PByiK/0lrRAmjDp9nZTvqhK8tYM6d9ZwJv ozSXaUWZlf1iT42RXHQA87WvUizkWNPRsqT2bR7xN35w+CFKS59qU3Uxr motYs7y/h2nX3H2J8jWq5AcPKXSs6wUAJUso8o5RsN6+0nX3lxJpBvFYu s5+vU/AvYZsKlvWEKkfhzourrmVFSBQDHQu6g6To0o3qyytaMhV+GGrF1 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10798"; a="368901693" X-IronPort-AV: E=Sophos;i="6.01,162,1684825200"; d="scan'208";a="368901693" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2023 08:03:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10798"; a="978821540" X-IronPort-AV: E=Sophos;i="6.01,162,1684825200"; d="scan'208";a="978821540" Received: from pglc00052.png.intel.com ([10.221.207.72]) by fmsmga006.fm.intel.com with ESMTP; 10 Aug 2023 08:03:44 -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 Cc: netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rohan G Thomas Subject: [PATCH net-next 1/2] dt-bindings: net: snps,dwmac: Tx queues with coe Date: Thu, 10 Aug 2023 23:03:27 +0800 Message-Id: <20230810150328.19704-2-rohan.g.thomas@intel.com> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20230810150328.19704-1-rohan.g.thomas@intel.com> References: <20230810150328.19704-1-rohan.g.thomas@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Add dt-bindings for the number of tx queues with coe support. Some dwmac IPs support tx queues only for few initial tx queues, starting from tx queue 0. 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/Docume= ntation/devicetree/bindings/net/snps,dwmac.yaml index ddf9522a5dc2..ad26a32e0557 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 support TX checksum offloading snps,tx-sched-wrr: type: boolean description: Weighted Round Robin --=20 2.26.2