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