From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/2] fib rules extack support Date: Mon, 23 Apr 2018 10:21:54 -0400 (EDT) Message-ID: <20180423.102154.1160969910648664493.davem@davemloft.net> References: <1524328891-3647-1-git-send-email-roopa@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, dsa@cumulusnetworks.com, idosch@idosch.org To: roopa@cumulusnetworks.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:49036 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755207AbeDWOVz (ORCPT ); Mon, 23 Apr 2018 10:21:55 -0400 In-Reply-To: <1524328891-3647-1-git-send-email-roopa@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Roopa Prabhu Date: Sat, 21 Apr 2018 09:41:29 -0700 > From: Roopa Prabhu > > First patch refactors code to move fib rule netlink handling > into a common function. This became obvious when adding > duplicate extack msgs in add and del paths. Second patch > adds extack msgs. > > v2 - Dropped the ip route get support and selftests from > the series to look at the input path some more (as pointed > out by ido). Will come back to that next week when i have > some time. resending just the extack part for now. Series applied, but I was really looking forward to having those nice test cases in the tree. Thanks.