Re: [PATCH 5/8] mm: memcontrol: separate kmem code from legacy tcp accounting code

2015-12-10 Thread Michal Hocko
On Tue 08-12-15 13:34:22, Johannes Weiner wrote: > The cgroup2 memory controller will include important in-kernel memory > consumers per default, including socket memory, but it will no longer > carry the historic tcp control interface. > > Separate the kmem state init from the tcp control interfa

Re: [PATCH 5/8] mm: memcontrol: separate kmem code from legacy tcp accounting code

2015-12-09 Thread Vladimir Davydov
On Tue, Dec 08, 2015 at 01:34:22PM -0500, Johannes Weiner wrote: > The cgroup2 memory controller will include important in-kernel memory > consumers per default, including socket memory, but it will no longer > carry the historic tcp control interface. > > Separate the kmem state init from the tcp

[PATCH 5/8] mm: memcontrol: separate kmem code from legacy tcp accounting code

2015-12-08 Thread Johannes Weiner
The cgroup2 memory controller will include important in-kernel memory consumers per default, including socket memory, but it will no longer carry the historic tcp control interface. Separate the kmem state init from the tcp control interface init in preparation for that. Signed-off-by: Johannes W