[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <18da8b4d-5966-e851-46d6-e389e40b865e@gmail.com>
Date: Thu, 7 Feb 2019 16:40:11 -0800
From: David Ahern <dsahern@...il.com>
To: Ido Schimmel <idosch@...lanox.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Cc: "davem@...emloft.net" <davem@...emloft.net>,
Jiri Pirko <jiri@...lanox.com>,
Alexander Petrovskiy <alexpe@...lanox.com>,
mlxsw <mlxsw@...lanox.com>
Subject: Re: [PATCH net-next 1/2] mlxsw: spectrum_router: Offload blackhole
routes
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@...lanox.com>
> Acked-by: Jiri Pirko <jiri@...lanox.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?
Powered by blists - more mailing lists