linux_dsm_epyc7002/drivers/infiniband/hw
Yonatan Cohen 25bb36e75d IB/mlx5: Expose dump and fill memory key
MLX5 IB HCA offers the memory key, dump_fill_mkey to boost
performance, when used in a send or receive operations.

It is used to force local HCA operations to skip the PCI bus access,
while keeping track of the processed length in the ibv_sge handling.

Meaning, instead of a PCI write access the HCA leaves the target
memory untouched, and skips filling that packet section. Similar
behavior is done upon send, the HCA skips data in memory relevant
to this key and saves PCI bus access.

This functionality saves PCI read/write operations.

Signed-off-by: Yonatan Cohen <yonatanc@mellanox.com>
Reviewed-by: Yishai Hadas <yishaih@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>
2018-07-04 13:16:04 -06:00
..
bnxt_re RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changes 2018-05-25 11:03:47 -06:00
cxgb3 treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
cxgb4 treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
hfi1 treewide: Use array_size() in kvzalloc_node() 2018-06-12 16:19:22 -07:00
hns treewide: Use array_size() in vzalloc() 2018-06-12 16:19:22 -07:00
i40iw Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next 2018-05-28 11:44:35 -06:00
mlx4 treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
mlx5 IB/mlx5: Expose dump and fill memory key 2018-07-04 13:16:04 -06:00
mthca treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
nes treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
ocrdma treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
qedr treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
qib treewide: Use array_size() in vzalloc() 2018-06-12 16:19:22 -07:00
usnic treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
vmw_pvrdma RDMA: Use ib_gid_attr during GID modification 2018-04-03 21:34:16 -06:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00