Re: [RFC 5/6] vduse: reset group asid in reset

2025-06-12 Thread Eugenio Perez Martin
On Thu, Jun 12, 2025 at 2:33 AM Jason Wang  wrote:
>
> On Fri, Jun 6, 2025 at 7:50 PM Eugenio Pérez  wrote:
> >
> > Is the expected behavior with vdpa_sim and mlx.
> >
> > Signed-off-by: Eugenio Pérez 
> > ---
> >  drivers/vdpa/vdpa_user/vduse_dev.c | 6 ++
> >  1 file changed, 6 insertions(+)
> >
>
> Should we squash this into patch 3?
>

I agree, I'll do it for the next series. Thanks!




Re: [RFC 5/6] vduse: reset group asid in reset

2025-06-11 Thread Jason Wang
On Fri, Jun 6, 2025 at 7:50 PM Eugenio Pérez  wrote:
>
> Is the expected behavior with vdpa_sim and mlx.
>
> Signed-off-by: Eugenio Pérez 
> ---
>  drivers/vdpa/vdpa_user/vduse_dev.c | 6 ++
>  1 file changed, 6 insertions(+)
>

Should we squash this into patch 3?

Thanks