[PATCH 1/2] BNX2I: Added the setting of target can_queue via target_alloc

2012-04-25 Thread Eddie Wai
This will set the target can_queue limit to the number of preallocated session tasks set during creation. Could not send nopout messages were observed without this when the iSCSI connection experiences dropped frames under heavy I/O stress. Signed-off-by: Eddie Wai eddie@broadcom.com ---

Re: [PATCH 1/2] BNX2I: Added the setting of target can_queue via target_alloc

2012-04-25 Thread Mike Christie
On 04/25/2012 05:03 PM, Eddie Wai wrote: This will set the target can_queue limit to the number of preallocated session tasks set during creation. Could not send nopout messages were observed without this when the iSCSI connection experiences dropped frames under heavy I/O stress.