[PATCH 3/3] IB/iser: Accept session-cmds_max from user space

2013-07-08 Thread Or Gerlitz
From: Shlomo Pongratz shlo...@mellanox.com Use cmds_max passed from user space to be the number of PDUs to be supported for the session instead of hard-coded ISCSI_DEF_XMIT_CMDS_MAX. Specifically, this allows to control the max number of SCSI commands for the seesion. Also don't ignore the qdepth

Re: [PATCH 3/3] IB/iser: Accept session-cmds_max from user space

2013-07-08 Thread Bart Van Assche
On 07/08/13 15:19, Or Gerlitz wrote: +#define ISER_DEF_XMIT_CMDS_DEFUALT 512 +#if ISCSI_DEF_XMIT_CMDS_MAX ISER_DEF_XMIT_CMDS_DEFUALT This looks like another spelling issue - shouldn't DEFUALT be changed into DEFAULT ? Bart. -- To unsubscribe from this list: send the line

Re: [PATCH 3/3] IB/iser: Accept session-cmds_max from user space

2013-07-08 Thread Or Gerlitz
On 08/07/2013 17:00, Bart Van Assche wrote: On 07/08/13 15:19, Or Gerlitz wrote: +#define ISER_DEF_XMIT_CMDS_DEFUALT 512 +#if ISCSI_DEF_XMIT_CMDS_MAX ISER_DEF_XMIT_CMDS_DEFUALT This looks like another spelling issue - shouldn't DEFUALT be changed into DEFAULT ? Bart. thanks for the