I tested this patch with virtio-net and mlx5 vdpa regression tests, everything works fine.
Tested-by: Lei Yang <[email protected]> On Fri, Feb 21, 2025 at 9:13 AM Jason Wang <[email protected]> wrote: > > On Fri, Feb 21, 2025 at 3:40 AM Dragos Tatulea <[email protected]> wrote: > > > > From: Si-Wei Liu <[email protected]> > > > > create_user_mr() has correct code to count the number of null keys > > used to fill in a hole for the memory map. However, fill_indir() > > does not follow the same to cap the range up to the 1GB limit > > correspondingly. Fill in more null keys for the gaps in between, > > so that null keys are correctly populated. > > > > Fixes: 94abbccdf291 ("vdpa/mlx5: Add shared memory registration code") > > Cc: [email protected] > > Reported-by: Cong Meng <[email protected]> > > Signed-off-by: Si-Wei Liu <[email protected]> > > Signed-off-by: Dragos Tatulea <[email protected]> > > Acked-by: Eugenio Pérez <[email protected]> > > Acked-by: Jason Wang <[email protected]> > > Thanks > >

