[PATCH 3/3] BNX2I: Optimized the iSCSI offload performance

2011-05-16 Thread Eddie Wai
Modified the event coalescing code for iSCSI offload to combat both corner cases and optimize performance as follows: 1. Added mechanism to loop back a second time to process any leftover CQEs that was generated by the hardware during the time the driver is busy processing previous CQEs in the

Re: [PATCH 3/3] BNX2I: Optimized the iSCSI offload performance

2011-05-16 Thread Mike Christie
On 05/16/2011 01:13 PM, Eddie Wai wrote: 5. Changed the cmd_per_lun from 32 to 24. What was the reason for this? @@ -2159,7 +2165,7 @@ static struct scsi_host_template bnx2i_host_template = { .change_queue_depth = iscsi_change_queue_depth, .can_queue = 1024,