[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1524328891-3647-1-git-send-email-roopa@cumulusnetworks.com>
Date: Sat, 21 Apr 2018 09:41:29 -0700
From: Roopa Prabhu <roopa@...ulusnetworks.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, dsa@...ulusnetworks.com, idosch@...sch.org
Subject: [PATCH net-next v2 0/2] fib rules extack support
From: Roopa Prabhu <roopa@...ulusnetworks.com>
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.
Roopa Prabhu (2):
fib_rules: move common handling of newrule delrule msgs into
fib_nl2rule
net: fib_rules: add extack support
include/net/fib_rules.h | 3 +-
net/core/fib_rules.c | 471 +++++++++++++++++++++++-------------------------
net/decnet/dn_rules.c | 7 +-
net/ipv4/fib_rules.c | 7 +-
net/ipv4/ipmr.c | 3 +-
net/ipv6/fib6_rules.c | 7 +-
net/ipv6/ip6mr.c | 3 +-
7 files changed, 245 insertions(+), 256 deletions(-)
--
2.1.4
Powered by blists - more mailing lists