From patchwork Tue Sep 15 19:56:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacek Milewicz X-Patchwork-Id: 1364643 X-Patchwork-Delegate: ynezz@true.cz Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.openwrt.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=jacekowski.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=ZgVo/nV0; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BrYwH6xSCz9sSn for ; Wed, 16 Sep 2020 05:59:27 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Owner; bh=QfcSC3qSKn02cgfkJZCduiYvAwho8crES0OXTZsPPt4=; b=ZgVo/nV0AmS5QtEr/xUymg6PBn KGsfW1hgmROVynJLOUKZ5aoekb4XdluvYQX8hdOTyjmneXwWlthZYz1Rp8XHeRmrM9RbH4q3Z65da YXvanIHbf1eMD3a6hy08ltUrRzjkMnQMqE8KM83Yem04tyP4ElAPuqHzu9VuLDAWdMqv601kuATBx txFsZ7h06JZOM87tyN0vISOUz6YK+TvwOlg3H6Ofw3DKKUzCKf9PIOcfIcQZ+jc0BH0xylG8rGStK 2rlAIxXh5WyZcjQwV3XKLNPnVlKxvJ71tXurvyhQTCleSHA9rW5ELR6ZXXHb+payxBmA4rW5CTXbH 8czeVD+g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIH51-0006Kn-Vy; Tue, 15 Sep 2020 19:57:32 +0000 Received: from jacekowski.org ([176.31.227.183]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIH4z-0006HF-KV for openwrt-devel@lists.openwrt.org; Tue, 15 Sep 2020 19:57:30 +0000 Received: from localhost (ip6-localhost [IPv6:::1]) by jacekowski.org (Postfix) with ESMTP id 153CC74508D for ; Tue, 15 Sep 2020 21:57:18 +0200 (CEST) Received: from jacekowski.org ([IPv6:::1]) by localhost (jacekowski.org [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id Prew7BV66LQx; Tue, 15 Sep 2020 21:57:12 +0200 (CEST) Received: by jacekowski.org (Postfix, from userid 1003) id CA32C745088; Tue, 15 Sep 2020 21:57:12 +0200 (CEST) From: jacekowski@jacekowski.org To: openwrt-devel@lists.openwrt.org Subject: [PATCH] Fix tx-queue-size on NBG6817 (allows MTU changes). Date: Tue, 15 Sep 2020 21:56:55 +0200 Message-Id: <20200915195655.13866-1-jacekowski@jacekowski.org> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200915_155729_811581_686CDC6D X-CRM114-Status: UNSURE ( 9.64 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jacek Milewicz MIME-Version: 1.0 Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org From: Jacek Milewicz Fixes FS#3285 for NBG6817 only. Signed-off-by: Jacek Milewicz --- .../files-4.14/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts index 7cd1c7b567..5745040d2b 100644 --- a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts +++ b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts @@ -289,6 +289,7 @@ qcom,emulation = <0>; qcom,irq = <255>; mdiobus = <&mdio0>; + tx-fifo-depth = <4096>; pinctrl-0 = <&rgmii2_pins>; pinctrl-names = "default"; @@ -310,6 +311,7 @@ qcom,emulation = <0>; qcom,irq = <258>; mdiobus = <&mdio0>; + tx-fifo-depth = <4096>; fixed-link { speed = <1000>;