commit | 813e90b1aeaa550641332625174d57edb15bc8bd | [log] [tgz] |
---|---|---|
author | Moni Shoua <monis@mellanox.com> | Tue Dec 11 13:37:53 2018 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Dec 18 15:26:19 2018 -0700 |
tree | 00699c511ed101aaaa630392093cc9505c7474af | |
parent | ad8a4496757f6f7344011a20a07195bd27e3989c [diff] |
IB/mlx5: Add advise_mr() support The verb advise_mr() is used to give advice to the kernel about an address range that belongs to a MR. Implement the verb and register it on the device. The current implementation supports the only known advice to date, prefetch. Signed-off-by: Moni Shoua <monis@mellanox.com> Reviewed-by: Guy Levi <guyle@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>