Message ID | 20200707223114.16355-2-michael@walle.cc (mailing list archive) |
---|---|
State | Mainlined |
Commit | 54ae1055e55049dc799d02cfc06d2ae7ef2beffc |
Headers | show
Return-Path: <SRS0=cEw2=AS=lists.infradead.org=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0FDAF13BD for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 7 Jul 2020 22:34:27 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D891B206E2 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 7 Jul 2020 22:34:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="s5tLld2f"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=walle.cc header.i=@walle.cc header.b="lvimm1m2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D891B206E2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org 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:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: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:List-Owner; bh=4R+j4J0VQzlRSiC7r+H1zQ3UPVxWc1xOr05JLld/z4Y=; b=s5tLld2fkI9OSoa+Qywmfrs8h byX0G8LLexs4eAkVpJuHcY5uuoUx8ehV5G1esUHip+fIzdQU0tSlU0xWto1LI0rIc2rRcCOse0AjQ lTdbfNNrpvFPn1vlmV+PYGPiErlO81IIf5DHOLCsmE3z4wI0z4niS6cx6nrDjyUodsJGROS1U1u+x yjq82DbNKMx0b4hL74juRuj/2rzQvsoYyFpUpxcfHSV1iTlK1gZD/HG3xq+qJUy6nLsiysTefj4h+ 9u7FZZZ6aDRZD1hW1V7YdG/bjuFusfaeFEFnw4wvimYlkzUDHMCBKK8gQkYi8g6GCAaEmOfPCf7ut fyOkRd5YA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsw7r-0004PZ-Vo; Tue, 07 Jul 2020 22:31:44 +0000 Received: from ssl.serverraum.org ([2a01:4f8:151:8464::1:2]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsw7l-0004OG-IW for linux-arm-kernel@lists.infradead.org; Tue, 07 Jul 2020 22:31:40 +0000 Received: from apollo.fritz.box (unknown [IPv6:2a02:810c:c200:2e91:6257:18ff:fec4:ca34]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id CE3C122FA7; Wed, 8 Jul 2020 00:31:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1594161091; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qVcDcSkmskzhtWuWZmwqnLcCdDe2UyqfbALJnlgER2k=; b=lvimm1m2PY9PkbJZZqwE8ahtwGb4bCSl/RyhjQR9VnUblPOhCDqcD3N5NSBG/pfjkTQUrJ OAqsIn827m4Uxl2m15VoXWqm4maYLQmcSfwQ8k2ORUh2ByoTbuGNvKb+ecu3WXcSUCBH1K aAG5Q2kgJmVK0whcViRnXoMwU4UMp0U= From: Michael Walle <michael@walle.cc> To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] arm64: defconfig: enable CONFIG_FSL_ENETC_QOS Date: Wed, 8 Jul 2020 00:31:13 +0200 Message-Id: <20200707223114.16355-2-michael@walle.cc> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200707223114.16355-1-michael@walle.cc> References: <20200707223114.16355-1-michael@walle.cc> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200707_183137_735541_43717854 X-CRM114-Status: UNSURE ( 9.36 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [2a01:4f8:151:8464:0:0:1:2 listed in] [list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> List-Id: <soc.lore.kernel.org> Cc: Catalin Marinas <catalin.marinas@arm.com>, soc@kernel.org, Vladimir Oltean <olteanv@gmail.com>, Will Deacon <will@kernel.org>, Michael Walle <michael@walle.cc> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org |
Series |
[1/2] arm64: defconfig: enable TSN features for ENETC and similiar hardware
|
expand
|
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0aeb9971e086..cc2cbea8e3a8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -304,6 +304,7 @@ CONFIG_FSL_DPAA_ETH=y CONFIG_FSL_DPAA2_ETH=y CONFIG_FSL_ENETC=y CONFIG_FSL_ENETC_VF=y +CONFIG_FSL_ENETC_QOS=y CONFIG_HIX5HD2_GMAC=y CONFIG_HNS_DSAF=y CONFIG_HNS_ENET=y
Now that we have the needed network scheduler, we can enable the ENETC hardware support. $ scripts/bloat-o-meter old-vmlinux vmlinux add/remove: 19/2 grow/shrink: 12/0 up/down: 12852/-16 (12836) [..] Total: Before=20428273, After=20441109, chg +0.06% Signed-off-by: Michael Walle <michael@walle.cc> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)