Re: [PATCH v3 0/8] Follow-up static shared memory PART I

2023-09-10 Thread Penny Zheng
Hi Michal Sorry for the delayed response, caught up in internal release lately. :\ On 2023/8/22 16:57, Michal Orzel wrote: Hi Penny, On 22/08/2023 07:32, Penny Zheng wrote: Hi, michal On 2023/8/21 18:49, Michal Orzel wrote: Hi Penny, On 21/08/2023 06:00, Penny Zheng wrote: There are s

Re: [PATCH v3 0/8] Follow-up static shared memory PART I

2023-08-22 Thread Michal Orzel
Hi Penny, On 22/08/2023 07:32, Penny Zheng wrote: > > > Hi, michal > > On 2023/8/21 18:49, Michal Orzel wrote: >> Hi Penny, >> >> On 21/08/2023 06:00, Penny Zheng wrote: >>> >>> >>> There are some unsolving issues on current 4.17 static shared memory >>> feature[1], including: >>> - In order to

Re: [PATCH v3 0/8] Follow-up static shared memory PART I

2023-08-22 Thread Penny Zheng
Hi, michal On 2023/8/21 18:49, Michal Orzel wrote: Hi Penny, On 21/08/2023 06:00, Penny Zheng wrote: There are some unsolving issues on current 4.17 static shared memory feature[1], including: - In order to avoid keeping growing 'membank', having the shared memory info in separate structures

Re: [PATCH v3 0/8] Follow-up static shared memory PART I

2023-08-21 Thread Michal Orzel
Hi Penny, On 21/08/2023 06:00, Penny Zheng wrote: > > > There are some unsolving issues on current 4.17 static shared memory > feature[1], including: > - In order to avoid keeping growing 'membank', having the shared memory > info in separate structures is preferred. > - Missing implementation o

[PATCH v3 0/8] Follow-up static shared memory PART I

2023-08-20 Thread Penny Zheng
There are some unsolving issues on current 4.17 static shared memory feature[1], including: - In order to avoid keeping growing 'membank', having the shared memory info in separate structures is preferred. - Missing implementation on having the host address optional in "xen,shared-mem" property - R