All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem
@ 2006-05-22 16:31 Puthiyaparambil, Aravindh
  2006-05-22 16:34 ` Keir Fraser
  0 siblings, 1 reply; 8+ messages in thread
From: Puthiyaparambil, Aravindh @ 2006-05-22 16:31 UTC (permalink / raw)
  To: Ky Srinivasan, Keir Fraser; +Cc: xen-devel

Keir,

Will this patch be acceptable if the floor is removed and
xen_start_info->nr_pages is used instead of max_pfn?

Thanks,
Aravindh

> I am attaching the patch.
> 
> K. Y
> 
> >>> On Mon, May 22, 2006 at 10:58 am, in message
>
<EF8D308BE33AF54D8934DF26520252D30484BC28@USTR-EXCH5.na.uis.unisys.com>,
> "Puthiyaparambil, Aravindh" <aravindh.puthiyaparambil@unisys.com>
> wrote:
> >>
> >> The patch I sent implements the minimum in the balloon driver and
> we
> > are
> >> currently building sles10 with my patch.
> >>
> >> K. Y
> >
> > I think I missed this patch when you sent it in. Could you please
> send
> > it again so that I can take a look?
> >
> > Thanks,
> > Aravindh

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem
  2006-05-22 16:31 [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem Puthiyaparambil, Aravindh
@ 2006-05-22 16:34 ` Keir Fraser
  2006-05-22 16:54   ` Ky Srinivasan
  0 siblings, 1 reply; 8+ messages in thread
From: Keir Fraser @ 2006-05-22 16:34 UTC (permalink / raw)
  To: Puthiyaparambil, Aravindh; +Cc: Ky Srinivasan, xen-devel


On 22 May 2006, at 17:31, Puthiyaparambil, Aravindh wrote:

> Will this patch be acceptable if the floor is removed and
> xen_start_info->nr_pages is used instead of max_pfn?

The 192000 floor is just a bit bizarre. I wouldn't be sorry to lose 
that. But max_pfn is the right thing to use, not  ->nr_pages, I think.

  -- Keir

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem
  2006-05-22 16:34 ` Keir Fraser
@ 2006-05-22 16:54   ` Ky Srinivasan
  2006-05-22 17:01     ` Keir Fraser
  0 siblings, 1 reply; 8+ messages in thread
From: Ky Srinivasan @ 2006-05-22 16:54 UTC (permalink / raw)
  To: Keir Fraser, Aravindh Puthiyaparambil; +Cc: xen-devel

Kier,

The  floor was chosen because we found the system to be unreliable
below that value (in the tests we did on sles 10). A floor I think is
useful to have even if the value picked is a different one.

K. Y
>>> On Mon, May 22, 2006 at 12:34 pm, in message
<3fff45e9026898258afc2445c25d85c9@cl.cam.ac.uk>, Keir Fraser
<Keir.Fraser@cl.cam.ac.uk> wrote: 

> On 22 May 2006, at 17:31, Puthiyaparambil, Aravindh wrote:
> 
>> Will this patch be acceptable if the floor is removed and
>> xen_start_info- >nr_pages is used instead of max_pfn?
> 
> The 192000 floor is just a bit bizarre. I wouldn't be sorry to lose 
> that. But max_pfn is the right thing to use, not  - >nr_pages, I
think.
> 
>   --  Keir

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem
  2006-05-22 16:54   ` Ky Srinivasan
@ 2006-05-22 17:01     ` Keir Fraser
  2006-05-22 17:28       ` Ky Srinivasan
  0 siblings, 1 reply; 8+ messages in thread
From: Keir Fraser @ 2006-05-22 17:01 UTC (permalink / raw)
  To: Ky Srinivasan; +Cc: xen-devel, Aravindh Puthiyaparambil


On 22 May 2006, at 17:54, Ky Srinivasan wrote:

> Kier,
>
> The  floor was chosen because we found the system to be unreliable
> below that value (in the tests we did on sles 10). A floor I think is
> useful to have even if the value picked is a different one.

192MB is on the high side isn't it?

  -- Keir

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem
  2006-05-22 17:01     ` Keir Fraser
@ 2006-05-22 17:28       ` Ky Srinivasan
  2006-05-22 17:35         ` Nivedita Singhvi
  2006-05-22 19:25         ` Ky Srinivasan
  0 siblings, 2 replies; 8+ messages in thread
From: Ky Srinivasan @ 2006-05-22 17:28 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel, Aravindh Puthiyaparambil

>>> On Mon, May 22, 2006 at  1:01 pm, in message
<4a7c24c6870aa1e8619e99a32a90c8c6@cl.cam.ac.uk>, Keir Fraser
<Keir.Fraser@cl.cam.ac.uk> wrote: 

> On 22 May 2006, at 17:54, Ky Srinivasan wrote:
> 
>> Kier,
>>
>> The  floor was chosen because we found the system to be unreliable
>> below that value (in the tests we did on sles 10). A floor I think
is
>> useful to have even if the value picked is a different one.
> 
> 192MB is on the high side isn't it?

We have a  couple of bugs in our bugzilla where dom0 could not be
booted with memory set to 128 MB. I don't know what the right floor is,
but it has to be more than 128M.
 
K. Y

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem
  2006-05-22 17:28       ` Ky Srinivasan
@ 2006-05-22 17:35         ` Nivedita Singhvi
  2006-05-22 19:25         ` Ky Srinivasan
  1 sibling, 0 replies; 8+ messages in thread
From: Nivedita Singhvi @ 2006-05-22 17:35 UTC (permalink / raw)
  To: Ky Srinivasan; +Cc: xen-devel, Aravindh Puthiyaparambil

Ky Srinivasan wrote:
>>>>On Mon, May 22, 2006 at  1:01 pm, in message
> 
> <4a7c24c6870aa1e8619e99a32a90c8c6@cl.cam.ac.uk>, Keir Fraser
> <Keir.Fraser@cl.cam.ac.uk> wrote: 
> 
> 
>>On 22 May 2006, at 17:54, Ky Srinivasan wrote:
>>
>>
>>>Kier,
>>>
>>>The  floor was chosen because we found the system to be unreliable
>>>below that value (in the tests we did on sles 10). A floor I think
> 
> is
> 
>>>useful to have even if the value picked is a different one.
>>
>>192MB is on the high side isn't it?
> 
> 
> We have a  couple of bugs in our bugzilla where dom0 could not be
> booted with memory set to 128 MB. I don't know what the right floor is,
> but it has to be more than 128M.

Under what circumstances was that the case, do you
know? It doesn't seem like the normal default case,
we've certainly not run into that one...

thanks,
Nivedita

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem
  2006-05-22 17:28       ` Ky Srinivasan
  2006-05-22 17:35         ` Nivedita Singhvi
@ 2006-05-22 19:25         ` Ky Srinivasan
  2006-05-23  7:18           ` Keir Fraser
  1 sibling, 1 reply; 8+ messages in thread
From: Ky Srinivasan @ 2006-05-22 19:25 UTC (permalink / raw)
  To: Nivedita Singhvi; +Cc: xen-devel, Aravindh Puthiyaparambil


> Under what circumstances was that the case, do you
> know? It doesn't seem like the normal default case,
> we've certainly not run into that one...
> 
> thanks,
> Nivedita

Unfortunately I don't have the details currently. I will keep you
posted.

K. Y
> 
> _______________________________________________
> Xen- devel mailing list
> Xen- devel@lists.xensource.com
> http://lists.xensource.com/xen- devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem
  2006-05-22 19:25         ` Ky Srinivasan
@ 2006-05-23  7:18           ` Keir Fraser
  0 siblings, 0 replies; 8+ messages in thread
From: Keir Fraser @ 2006-05-23  7:18 UTC (permalink / raw)
  To: Ky Srinivasan; +Cc: xen-devel, Aravindh Puthiyaparambil


On 22 May 2006, at 20:25, Ky Srinivasan wrote:

>> Under what circumstances was that the case, do you
>> know? It doesn't seem like the normal default case,
>> we've certainly not run into that one...
>>
>> thanks,
>> Nivedita
>
> Unfortunately I don't have the details currently. I will keep you
> posted.

If we check in a floor that high it's almost certain to break xm-test 
and therefore our automated regression tests. There must be some 
underlying weird reason you seem to need such a high floor.

  -- Keir

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-05-23  7:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-22 16:31 [PATCH] Make "xm mem-set" be lowerboundondomX-min-mem Puthiyaparambil, Aravindh
2006-05-22 16:34 ` Keir Fraser
2006-05-22 16:54   ` Ky Srinivasan
2006-05-22 17:01     ` Keir Fraser
2006-05-22 17:28       ` Ky Srinivasan
2006-05-22 17:35         ` Nivedita Singhvi
2006-05-22 19:25         ` Ky Srinivasan
2006-05-23  7:18           ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.