Message ID | 20201119094705.280390-1-ming.lei@redhat.com |
---|---|
Headers | show |
Series | blk-mq/scsi: tracking device queue depth via sbitmap | expand |
On 11/19/20 10:51 AM, Ming Lei wrote: > From 4c13ab0b85057de70c523970bbb9d2268e6d980d Mon Sep 17 00:00:00 2001 > From: Kashyap Desai <kashyap.desai@broadcom.com> > Date: Thu, 19 Nov 2020 12:39:01 +0530 > Subject: [PATCH V5 10/13] megaraid_sas: v2 replace sdev_busy with local > counter > > use local tracking of per sdev outstanding command since sdev_busy in > SML is improved for performance reason using sbitmap (earlier it was > atomic variable). > > Cc: Omar Sandoval <osandov@fb.com> > Cc: Kashyap Desai <kashyap.desai@broadcom.com> > Cc: Sumanesh Samanta <sumanesh.samanta@broadcom.com> > Cc: Ewan D. Milne <emilne@redhat.com> > Cc: Hannes Reinecke <hare@suse.de> > Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com> > > Fix checkpatch ERROR and WARNING. > > Signed-off-by: Ming Lei <ming.lei@redhat.com> > --- > drivers/scsi/megaraid/megaraid_sas.h | 2 + > drivers/scsi/megaraid/megaraid_sas_fusion.c | 47 +++++++++++++++++---- > 2 files changed, 41 insertions(+), 8 deletions(-) > Reviewed-by: Hannes Reinecke <hare@suse.de> Cheers, Hannes