All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] fib rules extack support
@ 2018-04-21 16:41 Roopa Prabhu
  2018-04-21 16:41 ` [PATCH net-next v2 1/2] fib_rules: move common handling of newrule delrule msgs into fib_nl2rule Roopa Prabhu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Roopa Prabhu @ 2018-04-21 16:41 UTC (permalink / raw)
  To: davem; +Cc: netdev, dsa, idosch

From: Roopa Prabhu <roopa@cumulusnetworks.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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-05-09 17:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-21 16:41 [PATCH net-next v2 0/2] fib rules extack support Roopa Prabhu
2018-04-21 16:41 ` [PATCH net-next v2 1/2] fib_rules: move common handling of newrule delrule msgs into fib_nl2rule Roopa Prabhu
2018-04-21 16:41 ` [PATCH net-next v2 2/2] net: fib_rules: add extack support Roopa Prabhu
2018-05-08  5:29   ` [lkp-robot] [net] 69d73ea95c: kernel_selftests.net.fib-onlink-tests.sh.fail kernel test robot
2018-05-09 17:46     ` Roopa Prabhu
2018-04-23 14:21 ` [PATCH net-next v2 0/2] fib rules extack support David Miller
2018-04-24  3:19   ` Roopa Prabhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.