Re: [PATCH v13 07/15] mm/damon: Implement callbacks

From: Leonard Foerster
Date: Wed May 27 2020 - 07:24:27 EST


On 2020-05-25T11:15:04+02:00 SeongJae Park <sjpark@xxxxxxxxxx> wrote:

> From: SeongJae Park <sjpark@xxxxxxxxx>
>
> This commit implements callbacks for DAMON. Using this, DAMON users can
> install their callbacks for each step of the access monitoring so that
> they can do something interesting with the monitored access patterns
> online. For example, callbacks can report the monitored patterns to
> users or do some access pattern based memory management such as
> proactive reclamations or access pattern based THP promotions/demotions
> decision makings.
>
> Signed-off-by: SeongJae Park <sjpark@xxxxxxxxx>

Reviewed-by: Leonard Foerster <foersleo@xxxxxxxxx>