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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 3A047C433DB for ; Mon, 1 Mar 2021 08:28:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC2C664D9F for ; Mon, 1 Mar 2021 08:28:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232984AbhCAI23 (ORCPT ); Mon, 1 Mar 2021 03:28:29 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:43207 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232965AbhCAI20 (ORCPT ); Mon, 1 Mar 2021 03:28:26 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C428D5C00EB; Mon, 1 Mar 2021 03:27:16 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Mon, 01 Mar 2021 03:27:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=3VNe/Z IQjG0QqQLJGcIdV8/TBAtjFq/Dmnk92GJqRy4=; b=HrE7ekOFAtZromWAf3v0rU GXlkcV9Ji/97I4U6/br8rNmDzq2DuQh40oq2+GkNGAaOF5hA5/R+KmdqvQSwpLjJ u0WjKtpx2yT/aKtMIDiGIYagoePEtm/ntWWuXap+lUhgzqcMTGtYX39qEa0Yh+QK wipOwJBEcg/w9CyDOXmqFWJNqOkYvS0cWqbfCBUIX+dez3nfy10csmymZfSIexeo AOyF3rovJCSsF1hUlwsChW2+IGAadHqpLokFfuNOGdadMmDkKHoZS179SKuIwM0T WCRatdUaiTQNr5AA0zC8vyOyjm8++PrNBg8Bq2NyRcOS4o6dG3n+rPF9UI9MagJg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrleejgdduvdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefkughoucfu tghhihhmmhgvlhcuoehiughoshgthhesihguohhstghhrdhorhhgqeenucggtffrrghtth gvrhhnpedtffekkeefudffveegueejffejhfetgfeuuefgvedtieehudeuueekhfduheel teenucfkphepkeegrddvvdelrdduheefrdeggeenucevlhhushhtvghrufhiiigvpedtne curfgrrhgrmhepmhgrihhlfhhrohhmpehiughoshgthhesihguohhstghhrdhorhhg X-ME-Proxy: Received: from localhost (igld-84-229-153-44.inter.net.il [84.229.153.44]) by mail.messagingengine.com (Postfix) with ESMTPA id 1AFCD1080057; Mon, 1 Mar 2021 03:27:15 -0500 (EST) Date: Mon, 1 Mar 2021 10:27:12 +0200 From: Ido Schimmel To: David Ahern Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, roopa@nvidia.com, sharpd@nvidia.com, mlxsw@nvidia.com, Ido Schimmel Subject: Re: [RFC PATCH net 1/2] nexthop: Do not flush blackhole nexthops when loopback goes down Message-ID: References: <20210228142613.1642938-1-idosch@idosch.org> <20210228142613.1642938-2-idosch@idosch.org> <1db96a26-9500-aa3d-16ce-2774e6dcc5f2@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1db96a26-9500-aa3d-16ce-2774e6dcc5f2@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, Feb 28, 2021 at 04:40:13PM -0700, David Ahern wrote: > LGTM. I suggest submitting without the RFC. > > Reviewed-by: David Ahern Thanks, David. Will let it go through regression and submit later this week.