Re: [PATCH v3] selftests: cgroup/memcontrol: add basic test for socket accounting

2018-05-30 Thread Shuah Khan
On 05/28/2018 12:18 AM, Mike Rapoport wrote: > Hi, > > Are there any updates on this? > > On Tue, May 22, 2018 at 11:06:05PM +0300, Mike Rapoport wrote: >> The test verifies that when there is active TCP connection, the >> memory.stat.sock and memory.current values are close. >> >> Signed-off-by:

Re: [PATCH v3] selftests: cgroup/memcontrol: add basic test for socket accounting

2018-05-27 Thread Mike Rapoport
Hi, Are there any updates on this? On Tue, May 22, 2018 at 11:06:05PM +0300, Mike Rapoport wrote: > The test verifies that when there is active TCP connection, the > memory.stat.sock and memory.current values are close. > > Signed-off-by: Mike Rapoport > Acked-by: Roman Gushchin > --- > v3 cha

[PATCH v3] selftests: cgroup/memcontrol: add basic test for socket accounting

2018-05-22 Thread Mike Rapoport
The test verifies that when there is active TCP connection, the memory.stat.sock and memory.current values are close. Signed-off-by: Mike Rapoport Acked-by: Roman Gushchin --- v3 changes: * added changelog v2 changes: * bumped error percentage for comparing memory.current with memory.stat.sock