From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/3] a couple of fixes for chunks abandoned in prsctp Date: Tue, 28 Nov 2017 04:52:11 +0900 (KST) Message-ID: <20171128.045211.1137933421042699285.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, marcelo.leitner@gmail.com, nhorman@tuxdriver.com To: lucien.xin@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:57170 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752587AbdK0Txw (ORCPT ); Mon, 27 Nov 2017 14:53:52 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Xin Long Date: Sat, 25 Nov 2017 21:18:33 +0800 > Now when abandoning chunks in prsctp, it doesn't consider for frags in > one msg, which would cause peer can never receive the whole frags for > one msg to get them reassembled, these pieces of this msg will stay in > the reasm queue forever and block the following chunks' receiving. > > This patchset is to fix them in patch 2 and 3, and also fix another > issue for prsctp in patch 1. Series applied, thank you. From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Mon, 27 Nov 2017 19:52:11 +0000 Subject: Re: [PATCH net 0/3] a couple of fixes for chunks abandoned in prsctp Message-Id: <20171128.045211.1137933421042699285.davem@davemloft.net> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lucien.xin@gmail.com Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, marcelo.leitner@gmail.com, nhorman@tuxdriver.com From: Xin Long Date: Sat, 25 Nov 2017 21:18:33 +0800 > Now when abandoning chunks in prsctp, it doesn't consider for frags in > one msg, which would cause peer can never receive the whole frags for > one msg to get them reassembled, these pieces of this msg will stay in > the reasm queue forever and block the following chunks' receiving. > > This patchset is to fix them in patch 2 and 3, and also fix another > issue for prsctp in patch 1. Series applied, thank you.