Re: [PATCH net-next v3 0/8] sctp: refactor sctp_outq_flush

2018-05-14 Thread David Miller
From: Marcelo Ricardo Leitner Date: Mon, 14 May 2018 14:34:35 -0300 > Currently sctp_outq_flush does many different things and arguably > unrelated, such as doing transport selection and outq dequeueing. > > This patchset refactors it into smaller and more dedicated functions. > The end behavior

[PATCH net-next v3 0/8] sctp: refactor sctp_outq_flush

2018-05-14 Thread Marcelo Ricardo Leitner
Currently sctp_outq_flush does many different things and arguably unrelated, such as doing transport selection and outq dequeueing. This patchset refactors it into smaller and more dedicated functions. The end behavior should be the same. The next patchset will rework the function parameters. Ch