OSDN Git Service

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)
commit9aa09e98b288649544c74d1a7b88223f36e4bffd
tree6f4234bd4dace425e8295d83eb0cb496bd4b70c2
parentfe1bedec5b9ce741fd6d4ebd6ede56e2c429467b
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