kernel-fxtec-pro1x/drivers/nvme/host
Max Gurtovoy 3da6a2b6db nvme-rdma: assign completion vector correctly
[ Upstream commit 032a9966a22a3596addf81dacf0c1736dfedc32a ]

The completion vector index that is given during CQ creation can't
exceed the number of support vectors by the underlying RDMA device. This
violation currently can accure, for example, in case one will try to
connect with N regular read/write queues and M poll queues and the sum
of N + M > num_supported_vectors. This will lead to failure in establish
a connection to remote target. Instead, in that case, share a completion
vector between queues.

Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-07-16 08:17:23 +02:00
..
core.c nvme: refine the Qemu Identify CNS quirk 2020-06-22 09:05:16 +02:00
fabrics.c
fabrics.h
fault_inject.c
fc.c nvme-fc: Revert "add module to ops template to allow module references" 2020-04-17 10:48:45 +02:00
Kconfig
lightnvm.c lightnvm: do no update csecs and sos on 1.2 2019-11-24 08:20:51 +01:00
Makefile
multipath.c nvme: fix a crash in nvme_mpath_add_disk 2020-07-09 09:37:11 +02:00
nvme.h nvme: provide fallback for discard alloc failure 2019-12-05 09:20:04 +01:00
pci.c nvme: retain split access workaround for capability reads 2020-01-27 14:51:16 +01:00
rdma.c nvme-rdma: assign completion vector correctly 2020-07-16 08:17:23 +02:00
trace.c
trace.h