]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-stream-interleave'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2017 18:52:23 +0000 (13:52 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2017 18:52:46 +0000 (13:52 -0500)
commit8e5b75635e480f5582db1c4523a765f086ac6618
tree681941be3da0be7674afd00bf468dd588410cf1b
parent6592dd69883a0c6b4f5e20d4e3dd576c076e43c6
parent2ac6aa0bbc91cc064df8bce8250aee50e538a075
Merge branch 'sctp-stream-interleave'

Xin Long says:

====================
sctp: Implement Stream Interleave: Interaction with Other SCTP Extensions

Stream Interleave would be implemented in two Parts:

   1. The I-DATA Chunk Supporting User Message Interleaving
   2. Interaction with Other SCTP Extensions

Overview in section 2.3 of RFC8260 for Part 2:

   The usage of the I-DATA chunk might interfere with other SCTP
   extensions.  Future SCTP extensions MUST describe if and how they
   interfere with the usage of I-DATA chunks.  For the SCTP extensions
   already defined when this document was published, the details are
   given in the following subsections.

As the 2nd part of Stream Interleave Implementation, this patchset mostly
adds the support for SCTP Partial Reliability Extension with I-FORWARD-TSN
chunk. Then adjusts stream scheduler and stream reconfig to make them work
properly with I-DATA chunks.

In the last patch, all stream interleave codes will be enabled by adding
sysctl to allow users to use this feature.

v1 -> v2:
  - removed the intl_enable check from sctp_chunk_event_lookup, as Marcelo's
    suggestion.
  - fixed a typo in changelog.
====================

Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>