netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/2] ipv4: fib: FIB notifications cleanup
@ 2017-03-10  7:56 Jiri Pirko
  2017-03-10  7:56 ` [patch net-next 1/2] ipv4: fib: Move FIB notification code to a separate file Jiri Pirko
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jiri Pirko @ 2017-03-10  7:56 UTC (permalink / raw)
  To: netdev; +Cc: davem, idosch, mlxsw, ivecera, kuznet, jmorris, yoshfuji, kaber

From: Jiri Pirko <jiri@mellanox.com>

Ido says:

The first patch moves the core FIB notification code to a separate file,
so that code related to FIB rules is placed in fib_rules.c and not
fib_trie.c. The reason for the change will become even more apparent in
follow-up patchset where we extend the FIB rules notifications.

Second patch removes a redundant argument.

Ido Schimmel (2):
  ipv4: fib: Move FIB notification code to a separate file
  ipv4: fib: Remove redundant argument

 include/net/ip_fib.h    |  12 ++++++
 net/ipv4/Makefile       |   2 +-
 net/ipv4/fib_notifier.c |  86 ++++++++++++++++++++++++++++++++++++++
 net/ipv4/fib_rules.c    |   8 ++++
 net/ipv4/fib_trie.c     | 108 +++---------------------------------------------
 5 files changed, 113 insertions(+), 103 deletions(-)
 create mode 100644 net/ipv4/fib_notifier.c

-- 
2.7.4

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

end of thread, other threads:[~2017-03-10 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10  7:56 [patch net-next 0/2] ipv4: fib: FIB notifications cleanup Jiri Pirko
2017-03-10  7:56 ` [patch net-next 1/2] ipv4: fib: Move FIB notification code to a separate file Jiri Pirko
2017-03-10 16:31   ` David Ahern
2017-03-10  7:56 ` [patch net-next 2/2] ipv4: fib: Remove redundant argument Jiri Pirko
2017-03-10 16:31   ` David Ahern
2017-03-10 17:45 ` [patch net-next 0/2] ipv4: fib: FIB notifications cleanup David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).