commit | bd3061bab3328db40d5d27491fa07a030a12e153 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Mon Mar 05 12:04:05 2018 -0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Mar 12 21:55:23 2018 -0400 |
tree | d0766aa221739229c65e668bf8d8ea703af56243 | |
parent | 5fd1108517d9c75eab828e7b1d6d541eee2857f8 [diff] |
scsi: lpfc: Streamline NVME Targe6t WQE setup To reduce latency when initializing WQE content, created templates for the most common wqes. This reduces the number of operations taken to set the content. It's not a lot of speed up, but every bit helps. This patch updates the NVME target path. [mkp: fixed typo] Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>