]> git.baikalelectronics.ru Git - kernel.git/commit
lpfc: nvme: Add Receive LS Request and Send LS Response support to nvme
authorJames Smart <jsmart2021@gmail.com>
Tue, 31 Mar 2020 16:50:09 +0000 (09:50 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 May 2020 22:18:34 +0000 (16:18 -0600)
commit8a11e4aaabdcc25f3f0822df98f9fd0d4c9d401c
tree6f4234bd4dace425e8295d83eb0cb496bd4b70c2
parent6fcbc7a59d6e63524e0eb5173128bb915deebf3a
lpfc: nvme: Add Receive LS Request and Send LS Response support to nvme

Now that common helpers exist, add the ability to receive NVME LS requests
to the driver. New requests will be delivered to the transport by
nvme_fc_rcv_ls_req().

In order to complete the LS, add support for Send LS Response and send
LS response completion handling to the driver.

Signed-off-by: Paul Ely <paul.ely@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/scsi/lpfc/lpfc_nvme.c