Re: [PATCH-v2 01/15] target: Convert DIF emulation to use cmd-prot_type

2015-04-07 Thread Martin K. Petersen
nab == Nicholas A Bellinger n...@daterainc.com writes: nab This patch changes existing DIF emulation to check the command nab descriptor's prot_type, instead of what the backend device is nab exposing in pi_prot_type. nab Since this value is already set in sbc_check_prot(), go ahead and nab use

Re: [PATCH-v2 01/15] target: Convert DIF emulation to use cmd-prot_type

2015-03-30 Thread Sagi Grimberg
On 3/30/2015 6:28 AM, Nicholas A. Bellinger wrote: From: Nicholas Bellinger n...@linux-iscsi.org This patch changes existing DIF emulation to check the command descriptor's prot_type, instead of what the backend device is exposing in pi_prot_type. Since this value is already set in

[PATCH-v2 01/15] target: Convert DIF emulation to use cmd-prot_type

2015-03-29 Thread Nicholas A. Bellinger
From: Nicholas Bellinger n...@linux-iscsi.org This patch changes existing DIF emulation to check the command descriptor's prot_type, instead of what the backend device is exposing in pi_prot_type. Since this value is already set in sbc_check_prot(), go ahead and use it to allow protected fabrics