Re: [PATCH 2/2] lpfc: support nvmet_fc defer_rcv callback

2017-08-10 Thread Christoph Hellwig
Applied to nvme-4.13 with the void casts removed, but the strings left as the surrounding code.

Re: [PATCH 2/2] lpfc: support nvmet_fc defer_rcv callback

2017-08-02 Thread James Smart
On 8/2/2017 1:32 AM, Johannes Thumshirn wrote: len += snprintf(buf+len, PAGE_SIZE-len, - "FCP: Rcv %08x Release %08x Drop %08x\n", + "FCP: Rcv %08x Defer %08x Release %08x " + "Drop %08x\n",

Re: [PATCH 2/2] lpfc: support nvmet_fc defer_rcv callback

2017-08-02 Thread Johannes Thumshirn
On Wed, Aug 02, 2017 at 10:32:20AM +0200, Johannes Thumshirn wrote: > On Tue, Aug 01, 2017 at 03:12:40PM -0700, James Smart wrote: > > This patch is intended to enter the kernel through the nvme block > > tree which pulls in the nvmet_fc api change at the same time. It is > > not to be merged via t

Re: [PATCH 2/2] lpfc: support nvmet_fc defer_rcv callback

2017-08-02 Thread Johannes Thumshirn
On Tue, Aug 01, 2017 at 03:12:40PM -0700, James Smart wrote: > This patch is intended to enter the kernel through the nvme block > tree which pulls in the nvmet_fc api change at the same time. It is > not to be merged via the scsi trees without the latest nvme support > in it. This should be place