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

From: Roopa Prabhu <roopa@cumulusnetworks.com>

The first patch refactors some fib rule common add del netlink
processing code. fibrule selftest uses route get, so this
patch extends route get with a few matches.

Roopa Prabhu (5):
  fib_rules: move common handling of newrule delrule msgs into
    fib_nl2rule
  net: fib_rules: add extack support
  ipv4: support sport, dport and ip protocol in RTM_GETROUTE
  ipv6: support sport, dport and ip protocol in RTM_GETROUTE
  selftests: net: initial fib rule tests

 include/net/fib_rules.h                       |   3 +-
 include/uapi/linux/rtnetlink.h                |   3 +
 net/core/fib_rules.c                          | 469 ++++++++++++--------------
 net/ipv4/fib_rules.c                          |   7 +-
 net/ipv4/route.c                              |  75 +++-
 net/ipv6/fib6_rules.c                         |   7 +-
 net/ipv6/route.c                              |  29 ++
 tools/testing/selftests/net/Makefile          |   2 +-
 tools/testing/selftests/net/fib_rule_tests.sh | 208 ++++++++++++
 9 files changed, 535 insertions(+), 268 deletions(-)
 create mode 100755 tools/testing/selftests/net/fib_rule_tests.sh

-- 
2.1.4

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

end of thread, other threads:[~2018-04-18  2:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-16 20:41 [PATCH net-next 0/5] fib rules extack support and selftest Roopa Prabhu
2018-04-16 20:41 ` [PATCH net-next 1/5] fib_rules: move common handling of newrule delrule msgs into fib_nl2rule Roopa Prabhu
2018-04-16 20:41 ` [PATCH net-next 2/5] net: fib_rules: add extack support Roopa Prabhu
2018-04-16 20:41 ` [PATCH net-next 3/5] ipv4: support sport, dport and ip protocol in RTM_GETROUTE Roopa Prabhu
2018-04-16 22:58   ` David Miller
2018-04-17  3:57     ` Roopa Prabhu
2018-04-17  8:10   ` Ido Schimmel
2018-04-18  2:41     ` Roopa Prabhu
2018-04-16 20:41 ` [PATCH net-next 4/5] ipv6: " Roopa Prabhu
2018-04-16 20:41 ` [PATCH net-next 5/5] selftests: net: initial fib rule tests 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.