All of lore.kernel.org
 help / color / mirror / Atom feed
* [Testday]Xen 4.5 RC4
@ 2014-12-25  2:58 Hu, Robert
  2014-12-26 19:02 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 5+ messages in thread
From: Hu, Robert @ 2014-12-25  2:58 UTC (permalink / raw)
  To: xen-devel; +Cc: Boris Ostrovsky, Wang, Wei W, Li, Liang Z, Wang, Yong Y

Hi

This is test report on Xen 4.5 RC4, from Intel OTC VMM Team.

Platform: Grantley-EP, Ivytown-EP

We found these issue blow. Hoping corresponding patches can be committed in Xen 4.5 release.

Issue 1 -- detach a vt-d assigned device from guest, then reattach it to guest, will fail.
http://lists.xen.org/archives/html/xen-devel/2014-11/msg01342.html

Issue 2 -- attach/detach vt-d devices (both physical and virtual fucntions) to domain, more than 1 time, will fail with errors
http://lists.xenproject.org/archives/html/xen-devel/2014-12/msg02016.html
Note: this depends on issue 1. need to apply issue 1's patch to get it.

Issue 3 -- 1GB hugepage support on X86_64 with HVM guest requires hacks in the guest config
http://lists.xenproject.org/archives/html/xen-devel/2014-11/msg02624.html


Best Regards,
Robert Ho

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

* Re: [Testday]Xen 4.5 RC4
  2014-12-25  2:58 [Testday]Xen 4.5 RC4 Hu, Robert
@ 2014-12-26 19:02 ` Konrad Rzeszutek Wilk
  2014-12-26 20:13   ` Boris Ostrovsky
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-12-26 19:02 UTC (permalink / raw)
  To: Hu, Robert
  Cc: Boris Ostrovsky, Wang, Wei W, Li, Liang Z, Wang, Yong Y, xen-devel

On Thu, Dec 25, 2014 at 02:58:06AM +0000, Hu, Robert wrote:
> Hi
> 
> This is test report on Xen 4.5 RC4, from Intel OTC VMM Team.

Thank you!
> 
> Platform: Grantley-EP, Ivytown-EP
> 
> We found these issue blow. Hoping corresponding patches can be committed in Xen 4.5 release.

Are they regressions?
> 
> Issue 1 -- detach a vt-d assigned device from guest, then reattach it to guest, will fail.
> http://lists.xen.org/archives/html/xen-devel/2014-11/msg01342.html
> 
> Issue 2 -- attach/detach vt-d devices (both physical and virtual fucntions) to domain, more than 1 time, will fail with errors
> http://lists.xenproject.org/archives/html/xen-devel/2014-12/msg02016.html
> Note: this depends on issue 1. need to apply issue 1's patch to get it.
> 
> Issue 3 -- 1GB hugepage support on X86_64 with HVM guest requires hacks in the guest config
> http://lists.xenproject.org/archives/html/xen-devel/2014-11/msg02624.html

This one has been in existence for quite a while so it can go in Xen 4.6
> 
> 
> Best Regards,
> Robert Ho
> 

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

* Re: [Testday]Xen 4.5 RC4
  2014-12-26 19:02 ` Konrad Rzeszutek Wilk
@ 2014-12-26 20:13   ` Boris Ostrovsky
  2015-01-02 16:47     ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: Boris Ostrovsky @ 2014-12-26 20:13 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Hu, Robert
  Cc: Wang, Wei W, Li, Liang Z, Wang, Yong Y, xen-devel

On 12/26/2014 02:02 PM, Konrad Rzeszutek Wilk wrote:
> On Thu, Dec 25, 2014 at 02:58:06AM +0000, Hu, Robert wrote:
>> Hi
>>
>> This is test report on Xen 4.5 RC4, from Intel OTC VMM Team.
> Thank you!
>> Platform: Grantley-EP, Ivytown-EP
>>
>> We found these issue blow. Hoping corresponding patches can be committed in Xen 4.5 release.
> Are they regressions?
>> Issue 1 -- detach a vt-d assigned device from guest, then reattach it to guest, will fail.
>> http://lists.xen.org/archives/html/xen-devel/2014-11/msg01342.html


This is regression introduced by abfb006f.


-boris


>>
>> Issue 2 -- attach/detach vt-d devices (both physical and virtual fucntions) to domain, more than 1 time, will fail with errors
>> http://lists.xenproject.org/archives/html/xen-devel/2014-12/msg02016.html
>> Note: this depends on issue 1. need to apply issue 1's patch to get it.
>>
>> Issue 3 -- 1GB hugepage support on X86_64 with HVM guest requires hacks in the guest config
>> http://lists.xenproject.org/archives/html/xen-devel/2014-11/msg02624.html
> This one has been in existence for quite a while so it can go in Xen 4.6
>>
>> Best Regards,
>> Robert Ho
>>

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

* Re: [Testday]Xen 4.5 RC4
  2014-12-26 20:13   ` Boris Ostrovsky
@ 2015-01-02 16:47     ` Jan Beulich
  2015-01-06  2:21       ` Robert Hu
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Beulich @ 2015-01-02 16:47 UTC (permalink / raw)
  To: robert.hu, boris.ostrovsky
  Cc: liang.z.li, yong.y.wang, xen-devel, wei.w.wang, avanzini.arianna

>>> Boris Ostrovsky <boris.ostrovsky@oracle.com> 12/26/14 9:12 PM >>>
>> On Thu, Dec 25, 2014 at 02:58:06AM +0000, Hu, Robert wrote:
>> Issue 1 -- detach a vt-d assigned device from guest, then reattach it to guest, will fail.
>> http://lists.xen.org/archives/html/xen-devel/2014-11/msg01342.html
>
>This is regression introduced by abfb006f.

And the referenced mail even contains a proposed fix - Robert, did you give this a try?

Jan

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

* Re: [Testday]Xen 4.5 RC4
  2015-01-02 16:47     ` Jan Beulich
@ 2015-01-06  2:21       ` Robert Hu
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Hu @ 2015-01-06  2:21 UTC (permalink / raw)
  To: Jan Beulich
  Cc: liang.z.li, yong.y.wang, xen-devel, wei.w.wang, avanzini.arianna,
	robert.hu, boris.ostrovsky

On Fri, 2015-01-02 at 16:47 +0000, Jan Beulich wrote:
> >>> Boris Ostrovsky <boris.ostrovsky@oracle.com> 12/26/14 9:12 PM >>>
> >> On Thu, Dec 25, 2014 at 02:58:06AM +0000, Hu, Robert wrote:
> >> Issue 1 -- detach a vt-d assigned device from guest, then reattach it to guest, will fail.
> >> http://lists.xen.org/archives/html/xen-devel/2014-11/msg01342.html
> >
> >This is regression introduced by abfb006f.
> 
> And the referenced mail even contains a proposed fix - Robert, did you give this a try?
Yes, we have verified it. It did fixed the issue.
> 
> Jan
> 

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

end of thread, other threads:[~2015-01-06  2:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-25  2:58 [Testday]Xen 4.5 RC4 Hu, Robert
2014-12-26 19:02 ` Konrad Rzeszutek Wilk
2014-12-26 20:13   ` Boris Ostrovsky
2015-01-02 16:47     ` Jan Beulich
2015-01-06  2:21       ` Robert Hu

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.