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 4/8] sctp: implement report_ftsn for sctp_stream_interleave
Date: Tue, 12 Dec 2017 11:25:14 -0200	[thread overview]
Message-ID: <20171212132514.GC3532@localhost.localdomain> (raw)
In-Reply-To: <5bdf9baf00c367ec91c1e06986be77835be7e451.1513070662.git.lucien.xin@gmail.com>

On Tue, Dec 12, 2017 at 05:25:55PM +0800, Xin Long wrote:
> report_ftsn is added as a member of sctp_stream_interleave, used to
> skip tsn from tsnmap, remove old events from reasm or lobby queue,
> and abort pd for data or idata, called for SCTP_CMD_REPORT_FWDTSN
> cmd and asoc reset.
> 
> sctp_report_iftsn works for ifwdtsn, and sctp_report_fwdtsn works
> for fwdtsn. Note that sctp_report_iftsn doesn't do asoc abort_pd,
> as stream abort_pd will be done when handling ifwdtsn. But when
> ftsn is equal with ftsn, which means asoc reset, asoc abot_pd has
   nit...                                         aboRt ^^^^ :-)

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 4/8] sctp: implement report_ftsn for sctp_stream_interleave
Date: Tue, 12 Dec 2017 13:25:14 +0000	[thread overview]
Message-ID: <20171212132514.GC3532@localhost.localdomain> (raw)
In-Reply-To: <5bdf9baf00c367ec91c1e06986be77835be7e451.1513070662.git.lucien.xin@gmail.com>

On Tue, Dec 12, 2017 at 05:25:55PM +0800, Xin Long wrote:
> report_ftsn is added as a member of sctp_stream_interleave, used to
> skip tsn from tsnmap, remove old events from reasm or lobby queue,
> and abort pd for data or idata, called for SCTP_CMD_REPORT_FWDTSN
> cmd and asoc reset.
> 
> sctp_report_iftsn works for ifwdtsn, and sctp_report_fwdtsn works
> for fwdtsn. Note that sctp_report_iftsn doesn't do asoc abort_pd,
> as stream abort_pd will be done when handling ifwdtsn. But when
> ftsn is equal with ftsn, which means asoc reset, asoc abot_pd has
   nit...                                         aboRt ^^^^ :-)

  parent reply	other threads:[~2017-12-12 13:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-12  9:25 [PATCH net-next 0/8] sctp: Implement Stream Interleave: Interaction with Other SCTP Extensions Xin Long
2017-12-12  9:25 ` Xin Long
2017-12-12  9:25 ` [PATCH net-next 1/8] sctp: add basic structures and make chunk function for ifwdtsn Xin Long
2017-12-12  9:25   ` Xin Long
2017-12-12  9:25   ` [PATCH net-next 2/8] sctp: implement generate_ftsn for sctp_stream_interleave Xin Long
2017-12-12  9:25     ` Xin Long
2017-12-12  9:25     ` [PATCH net-next 3/8] sctp: implement validate_ftsn " Xin Long
2017-12-12  9:25       ` Xin Long
2017-12-12  9:25       ` [PATCH net-next 4/8] sctp: implement report_ftsn " Xin Long
2017-12-12  9:25         ` Xin Long
2017-12-12  9:25         ` [PATCH net-next 5/8] sctp: implement handle_ftsn " Xin Long
2017-12-12  9:25           ` Xin Long
2017-12-12  9:25           ` [PATCH net-next 6/8] sctp: add stream interleave support in stream scheduler Xin Long
2017-12-12  9:25             ` Xin Long
2017-12-12  9:25             ` [PATCH net-next 7/8] sctp: update mid instead of ssn when doing stream and asoc reset Xin Long
2017-12-12  9:25               ` Xin Long
2017-12-12  9:25               ` [PATCH net-next 8/8] sctp: support sysctl to allow users to use stream interleave Xin Long
2017-12-12  9:25                 ` Xin Long
2017-12-12 13:25         ` Marcelo Ricardo Leitner [this message]
2017-12-12 13:25           ` [PATCH net-next 4/8] sctp: implement report_ftsn for sctp_stream_interleave Marcelo Ricardo Leitner
2017-12-12 14:02           ` Xin Long
2017-12-12 14:02             ` Xin Long
2017-12-12 13:18       ` [PATCH net-next 3/8] sctp: implement validate_ftsn " Marcelo Ricardo Leitner
2017-12-12 13:18         ` Marcelo Ricardo Leitner
2017-12-12 13:31         ` Xin Long
2017-12-12 13:31           ` Xin Long
2017-12-12 13:37           ` Marcelo Ricardo Leitner
2017-12-12 13:37             ` Marcelo Ricardo Leitner
2017-12-12 13:59             ` Xin Long
2017-12-12 13:59               ` Xin Long

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=20171212132514.GC3532@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.