linux/drivers/net/ethernet/mellanox/mlx5/core
Sagi Grimberg c6790aa9f4 IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEY
Commit 96249d70dd ("IB/core: Guarantee that a local_dma_lkey
is available") allows ULPs that make use of the local dma key to keep
working as before by allocating a DMA MR with local permissions and
converted these consumers to use the MR associated with the PD
rather then device->local_dma_lkey.

ConnectIB has some known issues with memory registration
using the local_dma_lkey (SEND, RDMA, RECV seems to work ok).

Thus don't expose support for it (remove device->local_dma_lkey
setting), and take advantage of the above commit such that no regression
is introduced to working systems.

The local_dma_lkey support will be restored in CX4 depending on FW
capability query.

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2015-09-25 10:46:51 -04:00
..
Kconfig mlx5: Enable mutual support for IB and Ethernet 2015-06-04 16:41:02 -07:00
Makefile net/mlx5_core: Add new query HCA vport commands 2015-06-04 16:41:01 -07:00
alloc.c net/mlx5e: Allocate DMA coherent memory on reader NUMA node 2015-07-27 00:29:17 -07:00
cmd.c net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionality 2015-05-30 18:24:51 -07:00
cq.c net/mlx5_core: Modify CQ moderation parameters 2015-05-30 18:23:59 -07:00
debugfs.c net/mlx5_core: Fix Mellanox copyright note 2015-04-02 16:33:42 -04:00
en.h net/mlx5e: Avoid accessing NULL pointer at ndo_select_queue 2015-08-25 13:45:09 -07:00
en_ethtool.c net/mlx5e: Support ethtool get/set_pauseparam 2015-08-17 15:51:36 -07:00
en_flow_table.c net/mlx5e: Take advantage of the light-weight netdev open/stop 2015-08-06 22:00:59 -07:00
en_main.c net/mlx5e: Avoid accessing NULL pointer at ndo_select_queue 2015-08-25 13:45:09 -07:00
en_rx.c mlx5e: Fix sparse warnings in mlx5e_handle_csum(). 2015-08-17 21:22:26 -07:00
en_tx.c net/mlx5e: Avoid accessing NULL pointer at ndo_select_queue 2015-08-25 13:45:09 -07:00
en_txrx.c net/mlx5e: Pop cq outside mlx5e_get_cqe 2015-06-24 00:42:41 -07:00
eq.c net/mlx5_core: New device capabilities handling 2015-05-30 18:23:22 -07:00
flow_table.c net/mlx5: Ethernet resource handling files 2015-05-30 18:24:39 -07:00
fw.c IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEY 2015-09-25 10:46:51 -04:00
health.c net/mlx5_core: Fix Mellanox copyright note 2015-04-02 16:33:42 -04:00
mad.c IB/core cleanup: Add const on args - device->process_mad 2015-06-02 09:33:13 -04:00
main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2015-08-13 16:23:11 -07:00
mcg.c net/mlx5_core: HW data structs/types definitions cleanup 2015-05-30 18:23:11 -07:00
mlx5_core.h net/mlx5_core: Check the return value of mlx5_command_exec() 2015-07-29 23:04:46 -07:00
mr.c net/mlx5_core: Fix Mellanox copyright note 2015-04-02 16:33:42 -04:00
pagealloc.c mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit architectures 2015-04-15 16:20:51 -04:00
pd.c net/mlx5_core: Fix Mellanox copyright note 2015-04-02 16:33:42 -04:00
port.c net/mlx5e: Support ethtool get/set_pauseparam 2015-08-17 15:51:36 -07:00
qp.c mlx5: Enable mutual support for IB and Ethernet 2015-06-04 16:41:02 -07:00
srq.c net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0 2015-06-04 16:41:01 -07:00
transobj.c net/mlx5e: Light-weight netdev open/stop 2015-08-06 22:00:58 -07:00
transobj.h net/mlx5e: Light-weight netdev open/stop 2015-08-06 22:00:58 -07:00
uar.c net/mlx5e: TX latency optimization to save DMA reads 2015-07-27 00:29:17 -07:00
vport.c net/mlx5_core: Fix static checker warnings around system guid query flow 2015-06-07 20:11:17 -07:00
wq.c net/mlx5e: Allocate DMA coherent memory on reader NUMA node 2015-07-27 00:29:17 -07:00
wq.h net/mlx5e: Allocate DMA coherent memory on reader NUMA node 2015-07-27 00:29:17 -07:00