Re: [PATCH v2 04/20] Documentation/rv: Adapt documentation after da_monitor refactoring
From: Nam Cao
Date: Thu Oct 02 2025 - 05:27:13 EST
Gabriele Monaco <gmonaco@xxxxxxxxxx> writes:
> Previous changes refactored the da_monitor header file to avoid using
> macros. This implies a few changes in how to import and use da_monitor
> helpers:
>
> DECLARE_DA_MON_<TYPE>(name, type) is substituted by
> #define RV_MON_TYPE RV_MON_<TYPE>
>
> da_handle_event_<name>() is substituted by
> da_handle_event()
>
> Update the documentation to reflect the changes.
>
> Signed-off-by: Gabriele Monaco <gmonaco@xxxxxxxxxx>
This is probably best reviewed by someone without much RV background. As
I already know these information, I'm not sure whether the doc is
confusing to outsiders.
But from my point of view:
Reviewed-by: Nam Cao <namcao@xxxxxxxxxxxxx>