Re: [PATCH net-next 0/2] sctp: fix sk_wmem_queued and use it to check for writable space

2018-10-18 Thread David Miller
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.

[PATCH net-next 0/2] sctp: fix sk_wmem_queued and use it to check for writable space

2018-10-16 Thread Xin Long
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. Xin Long (2): sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size sctp: use sk_wmem_queued to check for