Re: [PATCH net-next 3/8] sctp: move the flush of ctrl chunks into its own function

2018-05-12 Thread Marcelo Ricardo Leitner
On Fri, May 11, 2018 at 08:28:45PM -0300, Marcelo Ricardo Leitner wrote: > Named sctp_outq_flush_ctrl and, with that, keep the contexts contained. kbuild bot spotted some issues with this patch. They were corrected later on on the series, but I should fix them here. Will post a v2 later today.

[PATCH net-next 3/8] sctp: move the flush of ctrl chunks into its own function

2018-05-11 Thread Marcelo Ricardo Leitner
Named sctp_outq_flush_ctrl and, with that, keep the contexts contained. One small fix embedded is the reset of one_packet at every iteration. This allows bundling of some control chunks in case they were preceded by another control chunk that cannot be bundled. Other than this, it has the same be