Re: [PATCH 9/9] target: Enable READ_STRIP emulation in target_complete_ok_work

2014-04-07 Thread Nicholas A. Bellinger
On Mon, 2014-04-07 at 10:49 +0300, Sagi Grimberg wrote: > On 4/3/2014 12:35 PM, Nicholas A. Bellinger wrote: > > From: Nicholas Bellinger > > > > This patch enables the use of READ_STRIP software emulation in > > target_complete_ok_work() code for I/O READs. > > > > This is useful when the fabric

Re: [PATCH 9/9] target: Enable READ_STRIP emulation in target_complete_ok_work

2014-04-07 Thread Sagi Grimberg
On 4/3/2014 12:35 PM, Nicholas A. Bellinger wrote: From: Nicholas Bellinger This patch enables the use of READ_STRIP software emulation in target_complete_ok_work() code for I/O READs. This is useful when the fabric does not support READ_STRIP hardware offload, but would still like to interact

[PATCH 9/9] target: Enable READ_STRIP emulation in target_complete_ok_work

2014-04-03 Thread Nicholas A. Bellinger
From: Nicholas Bellinger This patch enables the use of READ_STRIP software emulation in target_complete_ok_work() code for I/O READs. This is useful when the fabric does not support READ_STRIP hardware offload, but would still like to interact with backend device that have T10 PI enabled. Cc: M