On Wed, May 20, 2026 at 4:20 AM <[email protected]> wrote: > From: Pravin M Bathija <[email protected]> > > - Extract reusable helper routines for vhost-user backend memory > operations. > - Split DMA map/unmap into per-region logic. > - Decouple and rework memory region free routines. > - Iterate over VHOST_MEMORY_MAX_NREGIONS uniformly > across related functions to simplify code reuse > > Signed-off-by: Pravin M Bathija <[email protected]> > Acked-by: Fengchengwen <[email protected]> > Reviewed-by: Stephen Hemminger <[email protected]> > Acked-by: Maxime Coquelin <[email protected]> >
I did not Ack this one AFAICT. > --- > lib/vhost/vhost_user.c | 172 ++++++++++++++++++++++++++--------------- > 1 file changed, 110 insertions(+), 62 deletions(-) > > > The change looks good though: Reviewed-by: Maxime Coquelin <[email protected]>

