All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: Xin Long <lucien.xin@gmail.com>
Cc: network dev <netdev@vger.kernel.org>,
	linux-sctp@vger.kernel.org, Neil Horman <nhorman@tuxdriver.com>,
	davem@davemloft.net
Subject: Re: [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Messa
Date: Tue, 05 Dec 2017 17:30:05 +0000	[thread overview]
Message-ID: <20171205173005.GB3328@localhost.localdomain> (raw)
In-Reply-To: <cover.1512486606.git.lucien.xin@gmail.com>

On Tue, Dec 05, 2017 at 11:15:57PM +0800, Xin Long wrote:
> Stream Interleave would be Implemented in two Parts:
>    1. The I-DATA Chunk Supporting User Message Interleaving
>    2. Interaction with Other SCTP Extensions
> 

I have reviewed this patchset a couple of times already before the
posting and other than the missing blank line (heh), it looks good to
me. Would ack it now but we'll need a respin for the newline.

Xin, please wait a bit before respining it. Maybe Neil and others have
more comments on it.

Thanks,
Marcelo

WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: Xin Long <lucien.xin@gmail.com>
Cc: network dev <netdev@vger.kernel.org>,
	linux-sctp@vger.kernel.org, Neil Horman <nhorman@tuxdriver.com>,
	davem@davemloft.net
Subject: Re: [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message Interleaving
Date: Tue, 5 Dec 2017 15:30:05 -0200	[thread overview]
Message-ID: <20171205173005.GB3328@localhost.localdomain> (raw)
In-Reply-To: <cover.1512486606.git.lucien.xin@gmail.com>

On Tue, Dec 05, 2017 at 11:15:57PM +0800, Xin Long wrote:
> Stream Interleave would be Implemented in two Parts:
>    1. The I-DATA Chunk Supporting User Message Interleaving
>    2. Interaction with Other SCTP Extensions
> 

I have reviewed this patchset a couple of times already before the
posting and other than the missing blank line (heh), it looks good to
me. Would ack it now but we'll need a respin for the newline.

Xin, please wait a bit before respining it. Maybe Neil and others have
more comments on it.

Thanks,
Marcelo

  parent reply	other threads:[~2017-12-05 17:30 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-05 15:15 [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message I Xin Long
2017-12-05 15:15 ` [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message Interleaving Xin Long
2017-12-05 15:15 ` [PATCH net-next 01/12] sctp: add stream interleave enable members and sockopt Xin Long
2017-12-05 15:15   ` Xin Long
2017-12-05 15:15   ` [PATCH net-next 02/12] sctp: add asoc intl_enable negotiation during 4 shakehands Xin Long
2017-12-05 15:15     ` Xin Long
2017-12-05 15:16     ` [PATCH net-next 03/12] sctp: add basic structures and make chunk function for idata Xin Long
2017-12-05 15:16       ` Xin Long
2017-12-05 15:16       ` [PATCH net-next 04/12] sctp: implement make_datafrag for sctp_stream_interleave Xin Long
2017-12-05 15:16         ` Xin Long
2017-12-05 15:16         ` [PATCH net-next 05/12] sctp: implement assign_number " Xin Long
2017-12-05 15:16           ` Xin Long
2017-12-05 15:16           ` [PATCH net-next 06/12] sctp: implement validate_data " Xin Long
2017-12-05 15:16             ` Xin Long
2017-12-05 15:16             ` [PATCH net-next 07/12] sctp: implement ulpevent_data " Xin Long
2017-12-05 15:16               ` Xin Long
2017-12-05 15:16               ` [PATCH net-next 08/12] sctp: implement enqueue_event " Xin Long
2017-12-05 15:16                 ` Xin Long
2017-12-05 15:16                 ` [PATCH net-next 09/12] sctp: implement renege_events " Xin Long
2017-12-05 15:16                   ` Xin Long
2017-12-05 15:16                   ` [PATCH net-next 10/12] sctp: implement start_pd " Xin Long
2017-12-05 15:16                     ` Xin Long
2017-12-05 15:16                     ` [PATCH net-next 11/12] sctp: implement abort_pd " Xin Long
2017-12-05 15:16                       ` Xin Long
2017-12-05 15:16                       ` [PATCH net-next 12/12] sctp: add support for the process of unordered idata Xin Long
2017-12-05 15:16                         ` Xin Long
2017-12-08  3:45                   ` [PATCH net-next 09/12] sctp: implement renege_events for sctp_stream_interleave kbuild test robot
2017-12-08  3:45                     ` kbuild test robot
2017-12-08  3:44                     ` Xin Long
2017-12-08  3:44                       ` Xin Long
2017-12-05 18:28               ` [PATCH net-next 07/12] sctp: implement ulpevent_data " Neil Horman
2017-12-05 18:28                 ` Neil Horman
2017-12-05 18:48                 ` Marcelo Ricardo Leitner
2017-12-05 18:48                   ` Marcelo Ricardo Leitner
2017-12-06 15:16                   ` Neil Horman
2017-12-06 15:16                     ` Neil Horman
2017-12-05 17:26         ` [PATCH net-next 04/12] sctp: implement make_datafrag " Marcelo Ricardo Leitner
2017-12-05 17:26           ` Marcelo Ricardo Leitner
2017-12-05 18:35   ` [PATCH net-next 01/12] sctp: add stream interleave enable members and sockopt Neil Horman
2017-12-05 18:35     ` Neil Horman
2017-12-05 18:59     ` Marcelo Ricardo Leitner
2017-12-05 18:59       ` Marcelo Ricardo Leitner
2017-12-05 17:30 ` Marcelo Ricardo Leitner [this message]
2017-12-05 17:30   ` [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message Interleaving Marcelo Ricardo Leitner
2017-12-06  3:21   ` [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Messa Xin Long
2017-12-06  3:21     ` [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message Interleaving Xin Long
2017-12-06 15:20     ` [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Messa Neil Horman
2017-12-06 15:20       ` [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message Interleaving Neil Horman
2017-12-07 11:07       ` [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Messa Neil Horman
2017-12-07 11:07         ` [PATCH net-next 00/12] sctp: Implement Stream Interleave: The I-DATA Chunk Supporting User Message Interleaving Neil Horman

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=20171205173005.GB3328@localhost.localdomain \
    --to=marcelo.leitner@gmail.com \
    --cc=davem@davemloft.net \
    --cc=linux-sctp@vger.kernel.org \
    --cc=lucien.xin@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@tuxdriver.com \
    /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.