From: Julian Anastasov <ja@ssi.bg>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Florian Westphal <fw@strlen.de>,
Hagen Paul Pfeifer <hagen@jauu.net>
Subject: [PATCH net 0/2] ipv4: fib_select_default changes
Date: Wed, 22 Jul 2015 10:43:21 +0300 [thread overview]
Message-ID: <1437551003-25537-1-git-send-email-ja@ssi.bg> (raw)
This patchset contains 2 changes for the alternative routes,
one to add tb_id/fa_slen check needed after the recent
fib_trie optimizations for fib aliases and the second
change attempts to support alternative routes with TOS
requirement.
Sorry that I don't have access to the original
report from Hagen Paul Pfeifer. I hope he will see this
change.
The second change adds fa_default field to the
fib aliases (which can be many) and if the feature to
filter the alternative routes by TOS is not worth it,
this second patch can be scrapped.
Julian Anastasov (2):
ipv4: fib_select_default should match the prefix
ipv4: consider TOS in fib_select_default
include/net/ip_fib.h | 3 +--
net/ipv4/fib_lookup.h | 1 +
net/ipv4/fib_semantics.c | 41 ++++++++++++++++++++++++++++++-----------
net/ipv4/fib_trie.c | 3 ++-
net/ipv4/route.c | 2 +-
5 files changed, 35 insertions(+), 15 deletions(-)
--
1.9.3
next reply other threads:[~2015-07-22 7:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-22 7:43 Julian Anastasov [this message]
2015-07-22 7:43 ` [PATCH net 1/2] ipv4: fib_select_default should match the prefix Julian Anastasov
2015-07-22 7:43 ` [PATCH net 2/2] ipv4: consider TOS in fib_select_default Julian Anastasov
2015-07-25 5:46 ` [PATCH net 0/2] ipv4: fib_select_default changes David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1437551003-25537-1-git-send-email-ja@ssi.bg \
--to=ja@ssi.bg \
--cc=davem@davemloft.net \
--cc=fw@strlen.de \
--cc=hagen@jauu.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).