Re: [PATCH] nvme-fabrics: set sqe.command_id in core, not transports

2016-08-11 Thread Christoph Hellwig
This needs to cover the loop and PCI driver a swell. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] nvme-fabrics: set sqe.command_id in core, not transports

2016-07-25 Thread Johannes Thumshirn
On Fri, Jul 22, 2016 at 05:23:52PM -0700, James Smart wrote: > > set sqe.command_id in core, not transports > > Patch is cut against the linux-nvme for-4.8/drivers branch > > Signed-off-by: James Smart Acked-by: Johannes Thumshirn -- Johannes Thumshirn

[PATCH] nvme-fabrics: set sqe.command_id in core, not transports

2016-07-22 Thread James Smart
set sqe.command_id in core, not transports Patch is cut against the linux-nvme for-4.8/drivers branch Signed-off-by: James Smart --- drivers/nvme/host/core.c | 3 ++- drivers/nvme/host/rdma.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/nvme/host/core.c b/drive