From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5814937E for ; Tue, 8 Aug 2023 01:44:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5712FC433C8; Tue, 8 Aug 2023 01:44:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691459079; bh=SVibUrrPgb3NdfR3BmD/NxT/18CFMoOaOrIpU+j8lTc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=HyqLENdfysq3Jioueguw2gE3rNouDLXSVYSjE25JGIB8sU97gq8lkfhvAS/FQ4n7U qrqBjUVnghvNbYTbuIpMorqJQRTdurYRjs3avqeosdxe65uDI1sYbNz8zyU2fPUoZm qVjKyI6srImvdQoyQdsLRi9tpFZ3zyhSnxrQl5LY4ddAh9myrQ5z+mD6bMKffIZ6aM oEyhti7xNGjtN4gLiuYbtJ6RUheJeqt7JY6tm7+sKsTCD+LD950lUlfddyUjtSNTBe aCMRPzqEfcDLw+syTNK6lrMB840aXa/MaWQkanfSnrXfky3s4a8qOq9W8faGFqN/+r JZ3XdKZoDje9Q== Message-ID: <8f5d2cae-17a2-f75d-7659-647d0691083b@kernel.org> Date: Mon, 7 Aug 2023 19:44:38 -0600 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [PATCH net-next] ipv4/fib: send RTM_DELROUTE notify when flush fib Content-Language: en-US To: Thomas Haller , nicolas.dichtel@6wind.com, Stephen Hemminger , Hangbin Liu Cc: Ido Schimmel , netdev@vger.kernel.org, "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni References: <20230718085814.4301b9dd@hermes.local> <20230724084820.4aa133cc@hermes.local> <20230725093617.44887eb1@hermes.local> <6b53e392-ca84-c50b-9d77-4f89e801d4f3@6wind.com> <7e08dd3b-726d-3b1b-9db7-eddb21773817@kernel.org> <640715e60e92583d08568a604c0ebb215271d99f.camel@redhat.com> From: David Ahern In-Reply-To: <640715e60e92583d08568a604c0ebb215271d99f.camel@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 8/2/23 3:10 AM, Thomas Haller wrote: > On Fri, 2023-07-28 at 09:42 -0600, David Ahern wrote: >> On 7/28/23 7:01 AM, Nicolas Dichtel wrote: >> >>> Managing a cache with this is not so obvious 😉 >> >> >> FRR works well with Linux at this point,  > > Interesting. Do you have a bit more information? > >> and libnl's caching was updated >> ad fixed by folks from Cumulus Networks so it should be a good too. > > > Which "libnl" do you mean? yes. https://github.com/thom311/libnl.git > > Route caching in libnl3 upstream is very broken (which I am to blame > for, as I am the maintainer). > as someone who sent in patches it worked for all of Cumulus' uses cases around 2018-2019 time frame. Can't speak for the status today.