netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Xin Long <lucien.xin@gmail.com>
To: network dev <netdev@vger.kernel.org>, linux-sctp@vger.kernel.org
Cc: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>,
	Vlad Yasevich <vyasevich@gmail.com>,
	daniel@iogearbox.net, davem <davem@davemloft.net>
Subject: Re: [PATCH net-next 0/6] sctp: implement rfc7496 in sctp
Date: Sat, 9 Jul 2016 19:50:41 +0800	[thread overview]
Message-ID: <CADvbK_fhSpY7hnP-QCcVpCY-qkLiWWS_cS-CHc_7invcYXDBXg@mail.gmail.com> (raw)
In-Reply-To: <cover.1468064737.git.lucien.xin@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]

On Sat, Jul 9, 2016 at 7:47 PM, Xin Long <lucien.xin@gmail.com> wrote:
> This patchset implements "Additional Policies for the Partially Reliable
> Stream Control Transmission Protocol Extension" described on RFC7496.
>
> The Partially Reliable SCTP (PR-SCTP) extension defined in [RFC3758]
> provides a generic method for senders to abandon user messages. The
> decision to abandon a user message is sender side only, and the exact
> condition is called a "PR-SCTP policy". This patchset implements 3
> policies:
>
>  1. Timed Reliability:  This allows the sender to specify a timeout for
>     a user message after which the SCTP stack abandons the user message.
>
>  2. Limited Retransmission Policy:  Allows limitation of the number of
>     retransmissions.
>
>  3. Priority Policy:  Allows removal of lower-priority messages if space
>     for higher-priority messages is needed in the send buffer.
>
> Patch 1-3 add some sockopts in sctp to set/get pr_sctp policy status.
> Patch 4-6 implement these 3 policies one by one.
>

Attachment is some tests for this patchset.

[-- Attachment #2: prsctp_test.tar.gz --]
[-- Type: application/x-gzip, Size: 8681 bytes --]

  parent reply	other threads:[~2016-07-09 11:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-09 11:47 [PATCH net-next 0/6] sctp: implement rfc7496 in sctp Xin Long
2016-07-09 11:47 ` [PATCH net-next 1/6] sctp: add SCTP_PR_SUPPORTED on sctp sockopt Xin Long
2016-07-09 11:47   ` [PATCH net-next 2/6] sctp: add SCTP_DEFAULT_PRINFO into " Xin Long
2016-07-09 11:47     ` [PATCH net-next 3/6] sctp: add SCTP_PR_ASSOC_STATUS on " Xin Long
2016-07-09 11:47       ` [PATCH net-next 4/6] sctp: implement prsctp TTL policy Xin Long
2016-07-09 11:47         ` [PATCH net-next 5/6] sctp: implement prsctp RTX policy Xin Long
2016-07-09 11:47           ` [PATCH net-next 6/6] sctp: implement prsctp PRIO policy Xin Long
2016-07-09 11:50 ` Xin Long [this message]
2016-07-11 16:15 ` [PATCH net-next 0/6] sctp: implement rfc7496 in sctp Marcelo Ricardo Leitner
2016-07-11 20:25   ` David Miller

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=CADvbK_fhSpY7hnP-QCcVpCY-qkLiWWS_cS-CHc_7invcYXDBXg@mail.gmail.com \
    --to=lucien.xin@gmail.com \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=linux-sctp@vger.kernel.org \
    --cc=marcelo.leitner@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=vyasevich@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).