Re: [PATCH v6 0/6] workingset protection/detection on the anonymous LRU list

From: Joonsoo Kim
Date: Fri Jun 26 2020 - 01:12:54 EST


2020ë 6ì 17ì (ì) ìí 2:26, <js1304@xxxxxxxxx>ëì ìì:
>
> From: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx>
>
> Hello,
>
> This patchset implements workingset protection and detection on
> the anonymous LRU list.
>
> * Changes on v6
> - rework to reflect a new LRU balance model
> - remove memcg charge timing stuff on v5 since alternative is already
> merged on mainline
> - remove readahead stuff on v5 (reason is the same with above)
> - clear shadow entry if corresponding swap entry is deleted
> (mm/swapcache: support to handle the exceptional entries in swapcache)
> - change experiment environment
> (from ssd swap to ram swap, for fast evaluation and for reducing side-effect of I/O)
> - update performance number

Hello, Johannes.

Could you review the v6 patchset?

Some minor things have changed so it's really welcome if you review the patchset
again. Especially, "mm/swap: implement workingset detection for anonymous LRU"
doesn't get any ack yet. :)

Thanks.