[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200529160655.GJ2491@localhost.localdomain>
Date: Fri, 29 May 2020 13:06:55 -0300
From: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
To: Christoph Hellwig <hch@....de>
Cc: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Vlad Yasevich <vyasevich@...il.com>,
Neil Horman <nhorman@...driver.com>,
David Laight <David.Laight@...lab.com>,
linux-sctp@...r.kernel.org, linux-kernel@...r.kernel.org,
cluster-devel@...hat.com, netdev@...r.kernel.org
Subject: Re: [PATCH 3/4] net: add a new bind_add method
On Fri, May 29, 2020 at 02:09:42PM +0200, Christoph Hellwig wrote:
> The SCTP protocol allows to bind multiple address to a socket. That
> feature is currently only exposed as a socket option. Add a bind_add
> method struct proto that allows to bind additional addresses, and
> switch the dlm code to use the method instead of going through the
> socket option from kernel space.
>
> Signed-off-by: Christoph Hellwig <hch@....de>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
Even though checkpatch complained about bad alignment here:
> +static int sctp_bind_add(struct sock *sk, struct sockaddr *addrs,
> + int addrlen)
Powered by blists - more mailing lists