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 X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A065CC54FCB for ; Wed, 22 Apr 2020 16:21:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 71FDB2082E for ; Wed, 22 Apr 2020 16:21:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="MjVFIFu4" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726858AbgDVQVu (ORCPT ); Wed, 22 Apr 2020 12:21:50 -0400 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:21023 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726498AbgDVQVs (ORCPT ); Wed, 22 Apr 2020 12:21:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1587572507; x=1619108507; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=xoMFGgH5DELLbtoeobiA873J6IsfnJEOZCpVd+LRec0=; b=MjVFIFu4vl0wtv7K9FcS5EMYDFHXcVaswWUjbDRM8fsKc7KS3LjVfHHm HW6LRSa47T9rk9Q0jIZiITuIOuPfZQ1+RJnwlwQQ1z0ioYc5SY60+sRJs m+5ENXKZ/4PgAwjBlb0j8Np7PsI6q0246VwH0yr1LNe3Twit+OxoyqbiF 0lvgIFHQOHX/HxMKO3eQLGN83noNKg5aN4d9coxFv1nICY3D7oNcB6ctz a1df8ntCp/64BCIBBAxuZIqCnEhUDF+GBFIbf2mnDCebruOIm1gEsUOcY pj/qMLSuiCkuVaFfSFXLtT4Tye2Z5WxUOOKsIz9Z/OIp0ggUg8q0/e8w9 A==; IronPort-SDR: DN94evDVfPz+jYpaexez0GVVMpuHEi6Nl6OgCEy0+wA5Yx7UcNnSPFbigXdHT4U/INSprDlr9I KhtZ6qMW1/KBO9im2S1PlkWujOrN0u00fiPrLHODcQOr4+Qs0L2utnWP8yLLSBzTQ6CShZk6Ai CiVx9sAt2912S4VtCrWIZaUflOq137zOvWhBH/RqzCWnf0RU3zVLT4H9S6FoFGCkm2a9f2rhDk ATdKyC/kXSo603YN0QVSLk5svO06PFe1LmD5lbE1ZMGPo5kaW4BTqNZcop3+TbV4K6Tuny7kXF Ia4= X-IronPort-AV: E=Sophos;i="5.73,304,1583218800"; d="scan'208";a="73007263" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 22 Apr 2020 09:21:47 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 22 Apr 2020 09:21:47 -0700 Received: from soft-dev3.microsemi.net (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.1713.5 via Frontend Transport; Wed, 22 Apr 2020 09:21:46 -0700 From: Horatiu Vultur To: , , , , , , , , , , , CC: Horatiu Vultur Subject: [PATCH net-next v3 02/11] bridge: mrp: Update Kconfig Date: Wed, 22 Apr 2020 18:18:24 +0200 Message-ID: <20200422161833.1123-3-horatiu.vultur@microchip.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200422161833.1123-1-horatiu.vultur@microchip.com> References: <20200422161833.1123-1-horatiu.vultur@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the option BRIDGE_MRP to allow to build in or not MRP support. The default value is N. Signed-off-by: Horatiu Vultur --- net/bridge/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig index e4fb050e2078..51a6414145d2 100644 --- a/net/bridge/Kconfig +++ b/net/bridge/Kconfig @@ -61,3 +61,15 @@ config BRIDGE_VLAN_FILTERING Say N to exclude this support and reduce the binary size. If unsure, say Y. + +config BRIDGE_MRP + bool "MRP protocol" + depends on BRIDGE + default n + help + If you say Y here, then the Ethernet bridge will be able to run MRP + protocol to detect loops + + Say N to exclude this support and reduce the binary size. + + If unsure, say N. -- 2.17.1