On Sun, Jun 21, 2020 at 01:41:47PM +0300, Leon Romanovsky wrote: > From: Maor Gottlieb <maorg@xxxxxxxxxxxx> > > For debugging purpose it will be easier to understand if prefetch > works okay if it has its own counter. Introduce ODP prefetch counter > and count per MR the total number of prefetched pages. > > In addition remove comment which is not relevant anymore and anyway > not in the correct place. > > Signed-off-by: Maor Gottlieb <maorg@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/odp.c | 19 ++++++++++--------- > drivers/infiniband/hw/mlx5/restrack.c | 3 +++ > include/rdma/ib_verbs.h | 1 + > 3 files changed, 14 insertions(+), 9 deletions(-) Applied to for-next, thanks Jason