Re: [PATCH v1 3/4] scsi: ufs: add LU Dedicated buffer type support for WriteBooster

From: Stanley Chu
Date: Wed Apr 29 2020 - 09:05:15 EST


Hi Bean,

On Wed, 2020-04-29 at 10:39 +0000, Bean Huo (beanhuo) wrote:
> >
> > +/* WriteBooster buffer type */
> > +enum {
> > + WB_TYPE_LU_DEDICATED = 0x0,
> > + WB_TYPE_SINGLE_SHARED = 0x1
> > +};
>
>
> Hi, Stanly
> WB_TYPE_SINGLE_SHARED might be WB_TYPE_SHARED_BUFFER. I think,
> we should try to make the name definition correspond to Spec

Make sense. I will fix this in next version.

Thanks,
Stanley Chu