From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/5] net: Consolidate metrics handling for ipv4 and ipv6 Date: Fri, 05 Oct 2018 10:50:01 -0700 (PDT) Message-ID: <20181005.105001.1360175341095954128.davem@davemloft.net> References: <20181004.215507.1973705600397352485.davem@davemloft.net> <2b4d849f-9bd3-28aa-7a1c-ad61ab584041@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dsahern@kernel.org, netdev@vger.kernel.org, weiwan@google.com, sd@queasysnail.net, xiyou.wangcong@gmail.com, dsahern@gmail.com To: eric.dumazet@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:43416 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728021AbeJFAtt (ORCPT ); Fri, 5 Oct 2018 20:49:49 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Eric Dumazet Date: Fri, 5 Oct 2018 06:08:57 -0700 > For some reason I have not received the patch series in my inbox, I > only got your "series applied" message. I see what happened. I did something stupid on vger.kernel.org yesterday which ran a partition out of disk space, and some postings got lost as a result. Sorry about that. > Commit 767a2217533fed6 ("net: common metrics init helper for FIB entries") > is not correct because we need to better deal with error paths. > > I will submit this more formally when I can reach my workstation in a few minutes : Thanks Eric.