[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <cab6041960b6a11627ae0deece24a49263d13366.camel@gmail.com>
Date: Mon, 25 Apr 2022 00:16:05 +0200
From: Bean Huo <huobean@...il.com>
To: keosung.park@...sung.com, ALIM AKHTAR <alim.akhtar@...sung.com>,
"avri.altman@....com" <avri.altman@....com>,
"asutoshd@...eaurora.org" <asutoshd@...eaurora.org>,
"jejb@...ux.ibm.com" <jejb@...ux.ibm.com>,
"martin.petersen@...cle.com" <martin.petersen@...cle.com>,
"stanley.chu@...iatek.com" <stanley.chu@...iatek.com>,
"beanhuo@...ron.com" <beanhuo@...ron.com>,
"bvanassche@....org" <bvanassche@....org>,
"tomas.winkler@...el.com" <tomas.winkler@...el.com>,
"cang@...eaurora.org" <cang@...eaurora.org>,
Daejun Park <daejun7.park@...sung.com>,
"powen.kao@...iatek.com" <powen.kao@...iatek.com>,
"peter.wang@...iatek.com" <peter.wang@...iatek.com>,
cpgsproxy3 <cpgsproxy3@...sung.com>
Cc: "linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 4/5] scsi: ufshpb: Add handing of device reset HPB
regions Infos in HPB device mode
> On Wed, 2022-04-20 at 14:31 +0900, Keoseong Park wrote:
> > >
> > > + /*
> > > + * Remove this region from active region list and add it
> > > to inactive list
> > > + */
> > > + spin_lock(&hpb->rsp_list_lock);
> > > + ufshpb_update_inactive_info(hpb, region_index);
> > How about separating the "hpb->stats.rb_inactive_cnt++" code from
> > ufshpb_update_inactive_info()?
> > Because I think this code should only be used in
> > ufshpb_rsp_req_region_update().
Hi Keoseong Park,
I didn't take this hpb->stats.rb_inactive_cnt++ out, since I think if
the host receives HPB operation:02h, which means the device recommends
the host to de-activate all active regions on the host side. we need to
add these de-activations to this parameter because the device has
inactivated all active regions. Otherwise, we will find an inconsistent
inactivation and activation counter. Please have a look a review the
v3.
Kind regards,
Bean
Powered by blists - more mailing lists