On Mon, Oct 21, 2024 at 9:41 PM Dragos Tatulea <[email protected]> wrote: > > From: Si-Wei Liu <[email protected]> > > The starting iova address to iterate iotlb map entry within a range > was set to an irrelevant value when passing to the itree_next() > iterator, although luckily it doesn't affect the outcome of finding > out the granule of the smallest iotlb map size. Fix the code to make > it consistent with the following for-loop. > > Fixes: 94abbccdf291 ("vdpa/mlx5: Add shared memory registration code") > Signed-off-by: Si-Wei Liu <[email protected]> > Signed-off-by: Dragos Tatulea <[email protected]> > ---
Acked-by: Jason Wang <[email protected]> Thanks

