Re: [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)

2020-10-20 Thread Pankaj Gupta
> > Let's add some documentation for the current mode - Sub Block Mode (SBM) - > > to prepare for a new mode - Big Block Mode (BBM). > > > > Follow-up patches will properly factor out the existing Sub Block Mode > > (SBM) and implement Device Block Mode (DBM). > > s/Device Block Mode (DBM)/Big Bloc

Re: [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)

2020-10-16 Thread Wei Yang
On Mon, Oct 12, 2020 at 02:53:09PM +0200, David Hildenbrand wrote: >Let's add some documentation for the current mode - Sub Block Mode (SBM) - >to prepare for a new mode - Big Block Mode (BBM). > >Follow-up patches will properly factor out the existing Sub Block Mode >(SBM) and implement Device Blo

Re: [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)

2020-10-15 Thread David Hildenbrand
On 12.10.20 14:53, David Hildenbrand wrote: > Let's add some documentation for the current mode - Sub Block Mode (SBM) - > to prepare for a new mode - Big Block Mode (BBM). > > Follow-up patches will properly factor out the existing Sub Block Mode > (SBM) and implement Device Block Mode (DBM). s/

[PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)

2020-10-12 Thread David Hildenbrand
Let's add some documentation for the current mode - Sub Block Mode (SBM) - to prepare for a new mode - Big Block Mode (BBM). Follow-up patches will properly factor out the existing Sub Block Mode (SBM) and implement Device Block Mode (DBM). Cc: "Michael S. Tsirkin" Cc: Jason Wang Cc: Pankaj Gup