> On 3. Aug 2018, at 22:30, Marcelo Ricardo Leitner <marcelo.leit...@gmail.com> > wrote: > > On Fri, Aug 03, 2018 at 04:43:28PM +0000, David Laight wrote: >> From: Konstantin Khorenko >>> Sent: 03 August 2018 17:21 >>> >>> Each SCTP association can have up to 65535 input and output streams. >>> For each stream type an array of sctp_stream_in or sctp_stream_out >>> structures is allocated using kmalloc_array() function. This function >>> allocates physically contiguous memory regions, so this can lead >>> to allocation of memory regions of very high order, i.e.: >> ... >> >> Given how useless SCTP streams are, does anything actually use >> more than about 4? > > Maybe Michael can help us with that. I'm also curious now. In the context of SIGTRAN I have seen 17 streams... In the context of WebRTC I have seen more streams. In general, the streams concept seems to be useful. QUIC has lots of streams. So I'm wondering why they are considered useless. David, can you elaborate on this? Best regards Michael > > Marcelo
- [PATCH v2 0/2] net/sctp: Avoid allocating high ord... Konstantin Khorenko
- [PATCH v2 2/2] net/sctp: Replace in/out strea... Konstantin Khorenko
- [PATCH v2 1/2] net/sctp: Make wrappers for ac... Konstantin Khorenko
- RE: [PATCH v2 1/2] net/sctp: Make wrapper... David Laight
- Re: [PATCH v2 1/2] net/sctp: Make wrapper... David Miller
- Re: [PATCH v2 1/2] net/sctp: Make wra... Konstantin Khorenko
- Re: [PATCH v2 1/2] net/sctp: Make wrapper... Marcelo Ricardo Leitner
- Re: [PATCH v2 1/2] net/sctp: Make wra... Konstantin Khorenko
- RE: [PATCH v2 0/2] net/sctp: Avoid allocating... David Laight
- Re: [PATCH v2 0/2] net/sctp: Avoid alloca... Marcelo Ricardo Leitner
- Re: [PATCH v2 0/2] net/sctp: Avoid al... Michael Tuexen
- RE: [PATCH v2 0/2] net/sctp: Avoi... David Laight
- Re: [PATCH v2 0/2] net/sctp:... Marcelo Ricardo Leitner
- Re: [PATCH v2 0/2] net/sctp: Avoid allocating... Marcelo Ricardo Leitner
- Re: [PATCH v2 0/2] net/sctp: Avoid alloca... Konstantin Khorenko
- Re: [PATCH v2 0/2] net/sctp: Avoid al... Konstantin Khorenko
- [PATCH v3 0/2] net/sctp: Avoid al... Konstantin Khorenko
- [PATCH v3 1/2] net/sctp: Mak... Konstantin Khorenko
- [PATCH v3 2/2] net/sctp: Rep... Konstantin Khorenko
- Re: [PATCH v3 0/2] net/sctp:... David Miller
- Re: [PATCH v2 0/2] net/sctp: Avoi... Marcelo Ricardo Leitner