• J
    lpfc: Refactor NVME LS receive handling · 3a8070c5
    James Smart 提交于
    In preparation for supporting both intiator mode and target mode
    receiving NVME LS's, commonize the existing NVME LS request receive
    handling found in the base driver and in the nvmet side.
    
    Using the original lpfc_nvmet_unsol_ls_event() and
    lpfc_nvme_unsol_ls_buffer() routines as a templates, commonize the
    reception of an NVME LS request. The common routine will validate the LS
    request, that it was received from a logged-in node, and allocate a
    lpfc_async_xchg_ctx that is used to manage the LS request. The role of
    the port is then inspected to determine which handler is to receive the
    LS - nvme or nvmet. As such, the nvmet handler is tied back in. A handler
    is created in nvme and is stubbed out.
    Signed-off-by: NPaul Ely <paul.ely@broadcom.com>
    Signed-off-by: NJames Smart <jsmart2021@gmail.com>
    Reviewed-by: NHannes Reinecke <hare@suse.de>
    Signed-off-by: NChristoph Hellwig <hch@lst.de>
    Signed-off-by: NJens Axboe <axboe@kernel.dk>
    3a8070c5
lpfc_crtn.h 29.7 KB