alistair23-linux/drivers/nvme/target
Parav Pandit 748ff8408f nvmet-rdma: Fix missing dma sync to nvme data structures
This patch performs dma sync operations on nvme_command
and nvme_completion.

nvme_command is synced
(a) on receiving of the recv queue completion for cpu access.
(b) before posting recv wqe back to rdma adapter for device access.

nvme_completion is synced
(a) on receiving of the recv queue completion of associated
nvme_command for cpu access.
(b) before posting send wqe to rdma adapter for device access.

This patch is generated for git://git.infradead.org/nvme-fabrics.git
Branch: nvmf-4.10

Signed-off-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
2017-01-26 17:45:03 +02:00
..
admin-cmd.c nvmet: fix KATO offset in Set Features 2016-12-21 11:34:27 +01:00
configfs.c nvmet: delete controllers deletion upon subsystem release 2017-01-26 17:44:22 +02:00
core.c nvmet: Call fatal_error from keep-alive timout expiration 2017-01-26 17:45:03 +02:00
discovery.c nvmet: use symbolic constants for CNS values 2016-10-19 11:36:22 -06:00
fabrics-cmd.c nvme: introduce struct nvme_request 2016-11-10 10:06:24 -07:00
fc.c nvmet_fc: correct logic in disconnect queue LS handling 2017-01-26 17:44:21 +02:00
fcloop.c nvmet/fcloop: remove some logically dead code performing redundant ret checks 2016-12-21 11:34:28 +01:00
io-cmd.c nvmet: add support for the Write Zeroes command 2016-12-01 07:58:40 -07:00
Kconfig nvme-fabrics: Add FC LLDD loopback driver to test FC-NVME 2016-12-06 14:51:48 +01:00
loop.c block: improve handling of the magic discard payload 2016-12-09 08:30:51 -07:00
Makefile nvme-fabrics: Add FC LLDD loopback driver to test FC-NVME 2016-12-06 14:51:48 +01:00
nvmet.h nvmet: delete controllers deletion upon subsystem release 2017-01-26 17:44:22 +02:00
rdma.c nvmet-rdma: Fix missing dma sync to nvme data structures 2017-01-26 17:45:03 +02:00