From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] sctp: fix sk_wmem_queued and use it to check for writable space Date: Thu, 18 Oct 2018 11:24:01 -0700 (PDT) Message-ID: <20181018.112401.1272099069880898325.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 ([23.128.96.9]:38312 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726424AbeJSC0O (ORCPT ); Thu, 18 Oct 2018 22:26:14 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Xin Long Date: Wed, 17 Oct 2018 03:07:49 +0800 > sctp doesn't count and use asoc sndbuf_used, sk sk_wmem_alloc and > sk_wmem_queued properly, which also causes some problem. > > This patchset is to improve it. Series applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Thu, 18 Oct 2018 18:24:01 +0000 Subject: Re: [PATCH net-next 0/2] sctp: fix sk_wmem_queued and use it to check for writable space Message-Id: <20181018.112401.1272099069880898325.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: Wed, 17 Oct 2018 03:07:49 +0800 > sctp doesn't count and use asoc sndbuf_used, sk sk_wmem_alloc and > sk_wmem_queued properly, which also causes some problem. > > This patchset is to improve it. Series applied, thanks.