OSDN Git Service

scsi: fnic: Impose upper limit on max. # of CQs processed per intr
authorSatish Kharat <satishkh@cisco.com>
Tue, 15 Jan 2019 01:09:29 +0000 (17:09 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 23 Jan 2019 02:18:34 +0000 (21:18 -0500)
commit18244e9445fef9eef7f3afd3b70a42b87be0f8fd
treea0c0ef1c05d6cc0a4bd098a698f5352a75e13fd9
parent68e3cc02bcfc4f55a47333ee7d8fe1a9b41d72c3
scsi: fnic: Impose upper limit on max. # of CQs processed per intr

Impose an upper limit on the max number of CQ entries (corresponding to the
copy wq) processed in an interrupt.  Use module parameter to set the limit.

Signed-off-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic.h
drivers/scsi/fnic/fnic_isr.c
drivers/scsi/fnic/fnic_main.c