Re: [PATCH v2 07/10] iser-target: Declare correct flags when accepting a connection

2015-12-10 Thread Sagi Grimberg
Only mrginally related, but can someone explain what zero based virtual addresses means in this context? Does this means it uses the old RFC5046-style header without the read/write_va fields? Or does it mean those fields exist but must always be zero? That's correct, negotiating this bit

[PATCH v2 07/10] iser-target: Declare correct flags when accepting a connection

2015-12-09 Thread Sagi Grimberg
From: Jenny Derzhavetz iser target does not support zero based virtual addresses and send with invalidate, so it should declare that it doesn't. Signed-off-by: Jenny Derzhavetz Signed-off-by: Sagi Grimberg ---

Re: [PATCH v2 07/10] iser-target: Declare correct flags when accepting a connection

2015-12-09 Thread Christoph Hellwig
On Wed, Dec 09, 2015 at 02:12:05PM +0200, Sagi Grimberg wrote: > From: Jenny Derzhavetz > > iser target does not support zero based virtual addresses and > send with invalidate, so it should declare that it doesn't. Only mrginally related, but can someone explain what zero