From: Ido Schimmel <idosch@mellanox.com>
To: David Ahern <dsahern@gmail.com>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"davem@davemloft.net" <davem@davemloft.net>,
Jiri Pirko <jiri@mellanox.com>,
Alexander Petrovskiy <alexpe@mellanox.com>,
mlxsw <mlxsw@mellanox.com>
Subject: Re: [PATCH net-next 1/2] mlxsw: spectrum_router: Offload blackhole routes
Date: Fri, 8 Feb 2019 07:34:10 +0000 [thread overview]
Message-ID: <20190208073408.GA26396@splinter> (raw)
In-Reply-To: <18da8b4d-5966-e851-46d6-e389e40b865e@gmail.com>
On Thu, Feb 07, 2019 at 04:40:11PM -0800, David Ahern wrote:
> On 2/6/19 11:42 AM, Ido Schimmel wrote:
> > Create a new FIB entry type for blackhole routes and set it in case the
> > type of the notified route is 'RTN_BLACKHOLE'.
> >
> > Program such routes with a discard action and mark them as offloaded
> > since the device is dropping the packets instead of the kernel.
> >
> > Signed-off-by: Ido Schimmel <idosch@mellanox.com>
> > Acked-by: Jiri Pirko <jiri@mellanox.com>
> > ---
> > .../ethernet/mellanox/mlxsw/spectrum_router.c | 27 +++++++++++++++++--
> > 1 file changed, 25 insertions(+), 2 deletions(-)
> >
>
> One of the feature requests from the FRR team (and a feature I have
> implemented) is a blackhole nexthop. The idea is that prefixes are
> installed pointing to nexthop id N. That nexthop definition can be
> atomically updated to go between a device / gateway and a blackhole.
>
>
> [ prefix ] --> [ nhid 1 ] --> [ dev1 / gateway1 ]
>
>
> [ prefix ] --> [ nhid 1 ] --> [ blackhole ]
>
>
> [ prefix ] --> [ nhid 1 ] --> [ dev2 / gateway2 ]
>
> Do you see this working ok with mlxsw without having to update the
> prefix entries (which can be numerous) directly?
Yes. This patch configures the route itself to drop packets, but we can
instead configure it as a remote route and configure the adjacency entry
to drop packets.
If you later want to change X routes using this blackhole nexthop to a
different one, then create the new one and tell the hardware to do the
switch in a single operation. It will basically grep over all configured
routes and do:
s/blackhole_adjacency_index/new_adjacency_index/
s/black_ecmp_size/new_ecmp_size/
See RALEU in drivers/net/ethernet/mellanox/mlxsw/reg.h
I assume that user can't put blackhole and normal nexthops in the same
group?
next prev parent reply other threads:[~2019-02-08 7:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-06 19:42 [PATCH net-next 0/2] mlxsw: Offload blackhole routes Ido Schimmel
2019-02-06 19:42 ` [PATCH net-next 1/2] mlxsw: spectrum_router: " Ido Schimmel
2019-02-08 0:40 ` David Ahern
2019-02-08 7:34 ` Ido Schimmel [this message]
2019-02-08 16:24 ` David Ahern
2019-02-08 17:05 ` Ido Schimmel
2019-02-06 19:42 ` [PATCH net-next 2/2] selftests: mlxsw: Add a test for " Ido Schimmel
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=20190208073408.GA26396@splinter \
--to=idosch@mellanox.com \
--cc=alexpe@mellanox.com \
--cc=davem@davemloft.net \
--cc=dsahern@gmail.com \
--cc=jiri@mellanox.com \
--cc=mlxsw@mellanox.com \
--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 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.