Re: [PATCHv2 net-next 0/2] sctp: fully support memory accounting

2019-04-15 Thread David Miller
From: Xin Long Date: Mon, 15 Apr 2019 17:15:05 +0800 > sctp memory accounting is added in this patchset by using > these kernel APIs on send side: > > - sk_mem_charge() > - sk_mem_uncharge() > - sk_wmem_schedule() > - sk_under_memory_pressure() > - sk_mem_reclaim() > > and these on re

[PATCHv2 net-next 0/2] sctp: fully support memory accounting

2019-04-15 Thread Xin Long
sctp memory accounting is added in this patchset by using these kernel APIs on send side: - sk_mem_charge() - sk_mem_uncharge() - sk_wmem_schedule() - sk_under_memory_pressure() - sk_mem_reclaim() and these on receive side: - sk_mem_charge() - sk_mem_uncharge() - sk_rmem_schedule