On Fri, Jun 5, 2026 at 1:58 AM <[email protected]> wrote: > > From: Pravin M Bathija <[email protected]> > > Add support for VHOST_USER_ADD_MEM_REG, VHOST_USER_REM_MEM_REG and > VHOST_USER_GET_MAX_MEM_SLOTS. Refactor memory initialization into > common helper and add supporting functions for dynamic memory management. > > Signed-off-by: Pravin M Bathija <[email protected]> > --- > lib/vhost/vhost_user.c | 253 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 253 insertions(+) >
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

