From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH v5 net-next] net: ipv4: Consider failed nexthops in multipath routes Date: Mon, 4 Apr 2016 07:29:54 -0600 Message-ID: <57026C52.1070905@cumulusnetworks.com> References: <1459728547-36371-1-git-send-email-dsa@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Julian Anastasov Return-path: Received: from mail-ig0-f171.google.com ([209.85.213.171]:35259 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751495AbcDDN37 (ORCPT ); Mon, 4 Apr 2016 09:29:59 -0400 Received: by mail-ig0-f171.google.com with SMTP id gy3so18164095igb.0 for ; Mon, 04 Apr 2016 06:29:58 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 4/4/16 12:29 AM, Julian Anastasov wrote: > Reviewed-by: Julian Anastasov > > With one comment: the fallback strategy is simplified, > we do not fallback to all possible reachable nexthops. > Right. I will send a second patch that examines other nexthops (hash <= nh_upper_bound).