From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-f49.google.com ([209.85.213.49]:39403 "EHLO mail-vk0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932084AbeCEXwa (ORCPT ); Mon, 5 Mar 2018 18:52:30 -0500 Date: Mon, 5 Mar 2018 20:52:26 -0300 From: Marcelo Ricardo Leitner To: Xin Long Cc: network dev , linux-sctp@vger.kernel.org, Neil Horman , davem@davemloft.net Subject: Re: [PATCH net-next 0/3] sctp: add support for some msg_control options from RFC6458 Message-ID: <20180305235226.GB27351@localhost.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Mar 05, 2018 at 08:44:17PM +0800, Xin Long wrote: > This patchset is to add support for 3 msg_control options described > in RFC6458: > > 5.3.7. SCTP PR-SCTP Information Structure (SCTP_PRINFO) > 5.3.9. SCTP Destination IPv4 Address Structure (SCTP_DSTADDRV4) > 5.3.10. SCTP Destination IPv6 Address Structure (SCTP_DSTADDRV6) > > one send flag described in RFC6458: > > SCTP_SENDALL: This flag, if set, will cause a one-to-many > style socket to send the message to all associations that > are currently established on this socket. For the one-to- > one style socket, this flag has no effect. Other patches (than the 2nd one) LGTM. Marcelo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Date: Mon, 05 Mar 2018 23:52:26 +0000 Subject: Re: [PATCH net-next 0/3] sctp: add support for some msg_control options from RFC6458 Message-Id: <20180305235226.GB27351@localhost.localdomain> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Xin Long Cc: network dev , linux-sctp@vger.kernel.org, Neil Horman , davem@davemloft.net On Mon, Mar 05, 2018 at 08:44:17PM +0800, Xin Long wrote: > This patchset is to add support for 3 msg_control options described > in RFC6458: > > 5.3.7. SCTP PR-SCTP Information Structure (SCTP_PRINFO) > 5.3.9. SCTP Destination IPv4 Address Structure (SCTP_DSTADDRV4) > 5.3.10. SCTP Destination IPv6 Address Structure (SCTP_DSTADDRV6) > > one send flag described in RFC6458: > > SCTP_SENDALL: This flag, if set, will cause a one-to-many > style socket to send the message to all associations that > are currently established on this socket. For the one-to- > one style socket, this flag has no effect. Other patches (than the 2nd one) LGTM. Marcelo