[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b42999d9-1be3-203b-e143-e4ac5e7d268b@gmail.com>
Date: Thu, 11 Mar 2021 08:34:06 -0700
From: David Ahern <dsahern@...il.com>
To: Petr Machata <petrm@...dia.com>, netdev@...r.kernel.org
Cc: Ido Schimmel <idosch@...dia.com>, David Ahern <dsahern@...nel.org>,
"David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Subject: Re: [PATCH net-next 04/14] nexthop: Add netlink defines and
enumerators for resilient NH groups
On 3/10/21 8:02 AM, Petr Machata wrote:
> diff --git a/include/uapi/linux/nexthop.h b/include/uapi/linux/nexthop.h
> index 2d4a1e784cf0..8efebf3cb9c7 100644
> --- a/include/uapi/linux/nexthop.h
> +++ b/include/uapi/linux/nexthop.h
> @@ -22,6 +22,7 @@ struct nexthop_grp {
>
> enum {
> NEXTHOP_GRP_TYPE_MPATH, /* default type if not specified */
Update the above comment that it is for legacy, hash based multipath.
> + NEXTHOP_GRP_TYPE_RES, /* resilient nexthop group */
> __NEXTHOP_GRP_TYPE_MAX,
> };
>
besides the request for an updated comment, this looks fine:
Reviewed-by: David Ahern <dsahern@...nel.org>
Powered by blists - more mailing lists