From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v3 0/8] sctp: refactor sctp_outq_flush Date: Mon, 14 May 2018 22:57:32 -0400 (EDT) Message-ID: <20180514.225732.1585931004339408037.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, nhorman@tuxdriver.com, lucien.xin@gmail.com, vyasevich@gmail.com To: marcelo.leitner@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:45580 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbeEOC5f (ORCPT ); Mon, 14 May 2018 22:57:35 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: 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 should be the same. > > The next patchset will rework the function parameters. > > Changes since v1: > - fix build issues on patches 3 and 4, and updated 5 and 8 because of > it. > > Changes since v2: > - fixed panic if building with just up to patch 3 applied Series applied, thanks.