All of lore.kernel.org
 help / color / mirror / Atom feed
* GPLPV 0.9.12-pre4 uploaded
@ 2008-11-19 12:27 James Harper
  2008-11-19 14:31 ` David Parsley
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: James Harper @ 2008-11-19 12:27 UTC (permalink / raw)
  To: xen-users, xen-devel

I've just uploaded 0.9.12-pre4 to http://www.meadowcourt.org/downloads

Fixes/updates since 0.9.12-pre3:
. rolled back IRQ restriction which would prevent the drivers from
starting if the pci device wanted to use an IRQ < 16
. fixed another bug in crash dump that could possibly cause corruption
under high Dom0 disk load
. performance improvements to xennet - udp performance is much much
better, I can easily achieve 500MBits/second from Dom0<->DomU or
DomU<->External machine over 1GBit/second wire. Tcp performance should
be as good as before but with lower cpu.

To see some of the the network performance improvements, you'll need to
disable 'Check checksum on RX packets'. It only exists as WHQL fails
without it, even though it isn't a real-world scenario. The 'interrupt
moderation' option appears to cause things to go slower at the moment...
it may reduce load but I think it needs some more tuning!

If anyone can offer any suggestions as to why my Windows 2003 R2 server
takes so long to get to the login prompt after boot with GPLPV but is
quicker without it I'd like to hear them - it seems to get it's dhcp
lease quickly enough so something else about the network adapter or
about the gplpv drivers must be causing the delay...

James

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

* Re: GPLPV 0.9.12-pre4 uploaded
  2008-11-19 12:27 GPLPV 0.9.12-pre4 uploaded James Harper
@ 2008-11-19 14:31 ` David Parsley
  2008-11-19 14:44   ` Wayne Gong
  2008-11-19 22:25   ` James Harper
  2008-11-19 14:33 ` Venefax
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 10+ messages in thread
From: David Parsley @ 2008-11-19 14:31 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel, xen-users

Hi James,

On Wed, Nov 19, 2008 at 7:27 AM, James Harper
<james.harper@bendigoit.com.au> wrote:
> I've just uploaded 0.9.12-pre4 to http://www.meadowcourt.org/downloads
>
> Fixes/updates since 0.9.12-pre3:
> . rolled back IRQ restriction which would prevent the drivers from
> starting if the pci device wanted to use an IRQ < 16

Yup, this fixed my issue.  Things are looking good now.  This is just
my virtual XP workstation for Outlook and a couple of other programs,
but so far I'd say it 'feels' better.  It's obvious the network driver
is configured, as it's all that shows up in the network applet now.  I
see the Xen Block Device Driver in the scsi section of the device
manager, but is there any clear way to verify the PV block device is
active?  Powershell certainly seemed to load 4-6 seconds faster.

In the future, would I just install new versions over the top of the
current version?

In any event, thanks a ton for all your help getting this up and
going.  Hopefully my XP vm won't be as painfully sluggish any more;
the underlying machine is certainly fast enough.

Regards,
David
-- 
David L. Parsley
Manager of Network Services, Bridgewater College
"If I have seen further, it is by standing on ye shoulders of giants"
- Isaac Newton

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

* RE: GPLPV 0.9.12-pre4 uploaded
  2008-11-19 12:27 GPLPV 0.9.12-pre4 uploaded James Harper
  2008-11-19 14:31 ` David Parsley
@ 2008-11-19 14:33 ` Venefax
  2008-12-01 20:09 ` Patrick Scharrenberg
  2008-12-10  5:37 ` Wayne Gong
  3 siblings, 0 replies; 10+ messages in thread
From: Venefax @ 2008-11-19 14:33 UTC (permalink / raw)
  To: 'James Harper', xen-users, xen-devel

I am using Suse 10 SP2 and installed the drivers pre4, but the new network
card says "cable not connected". What do I have to do to make the drivers
work in Suse 10 Sp2? Any configuration at the global XEN level?
Federico

-----Original Message-----
From: xen-users-bounces@lists.xensource.com
[mailto:xen-users-bounces@lists.xensource.com] On Behalf Of James Harper
Sent: Wednesday, November 19, 2008 7:27 AM
To: xen-users@lists.xensource.com; xen-devel@lists.xensource.com
Subject: [Xen-users] GPLPV 0.9.12-pre4 uploaded

I've just uploaded 0.9.12-pre4 to http://www.meadowcourt.org/downloads

Fixes/updates since 0.9.12-pre3:
. rolled back IRQ restriction which would prevent the drivers from
starting if the pci device wanted to use an IRQ < 16
. fixed another bug in crash dump that could possibly cause corruption
under high Dom0 disk load
. performance improvements to xennet - udp performance is much much
better, I can easily achieve 500MBits/second from Dom0<->DomU or
DomU<->External machine over 1GBit/second wire. Tcp performance should
be as good as before but with lower cpu.

To see some of the the network performance improvements, you'll need to
disable 'Check checksum on RX packets'. It only exists as WHQL fails
without it, even though it isn't a real-world scenario. The 'interrupt
moderation' option appears to cause things to go slower at the moment...
it may reduce load but I think it needs some more tuning!

If anyone can offer any suggestions as to why my Windows 2003 R2 server
takes so long to get to the login prompt after boot with GPLPV but is
quicker without it I'd like to hear them - it seems to get it's dhcp
lease quickly enough so something else about the network adapter or
about the gplpv drivers must be causing the delay...

James


_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users

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

* Re: GPLPV 0.9.12-pre4 uploaded
  2008-11-19 14:31 ` David Parsley
@ 2008-11-19 14:44   ` Wayne Gong
  2008-11-19 22:25   ` James Harper
  1 sibling, 0 replies; 10+ messages in thread
From: Wayne Gong @ 2008-11-19 14:44 UTC (permalink / raw)
  Cc: xen-devel


> I see the Xen Block Device Driver in the scsi section of the device
> manager, but is there any clear way to verify the PV block device is
> active?  Powershell certainly seemed to load 4-6 seconds faster.

I think PV block device is active and work fine if you can see Xen Block 
Device Driver in scsi sections of device manager. And you can check disk 
volume section in device manager. If you cannot see 'QEMU disk...', that 
means PV block device works fine.

Thanks
Wayne

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

* RE: GPLPV 0.9.12-pre4 uploaded
  2008-11-19 14:31 ` David Parsley
  2008-11-19 14:44   ` Wayne Gong
@ 2008-11-19 22:25   ` James Harper
  1 sibling, 0 replies; 10+ messages in thread
From: James Harper @ 2008-11-19 22:25 UTC (permalink / raw)
  To: David Parsley; +Cc: xen-devel, xen-users

> On Wed, Nov 19, 2008 at 7:27 AM, James Harper
> <james.harper@bendigoit.com.au> wrote:
> > I've just uploaded 0.9.12-pre4 to
http://www.meadowcourt.org/downloads
> >
> > Fixes/updates since 0.9.12-pre3:
> > . rolled back IRQ restriction which would prevent the drivers from
> > starting if the pci device wanted to use an IRQ < 16
> 
> Yup, this fixed my issue.  Things are looking good now.  This is just
> my virtual XP workstation for Outlook and a couple of other programs,
> but so far I'd say it 'feels' better.  It's obvious the network driver
> is configured, as it's all that shows up in the network applet now.  I
> see the Xen Block Device Driver in the scsi section of the device
> manager, but is there any clear way to verify the PV block device is
> active?  Powershell certainly seemed to load 4-6 seconds faster.
> 
> In the future, would I just install new versions over the top of the
> current version?

Yes. That's all I do.

Thanks

James

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

* RE: GPLPV 0.9.12-pre4 uploaded
       [not found] ` <021301c94a64$22325a00$66970e00$@com>
@ 2008-11-19 22:38   ` James Harper
  0 siblings, 0 replies; 10+ messages in thread
From: James Harper @ 2008-11-19 22:38 UTC (permalink / raw)
  To: Venefax, Nick Couchman; +Cc: xen-devel, xen-users

Can you tell me what file and what link?

Thanks

James

> -----Original Message-----
> From: Venefax [mailto:venefax@gmail.com]
> Sent: Thursday, 20 November 2008 03:30
> To: 'Nick Couchman'
> Cc: James Harper; xen-devel@lists.xensource.com; xen-
> users@lists.xensource.com
> Subject: RE: [Xen-users] GPLPV 0.9.12-pre4 uploaded
> 
> I found the bad link in the driver's files and could not find it in
the
> site. It would be worth if you could replace the bad link for the good
one
> in the driver, as well.
> 
> 
> 
> Federico
> 
> 
> 
> From: Nick Couchman [mailto:Nick.Couchman@seakr.com]
> Sent: Wednesday, November 19, 2008 11:22 AM
> To: venefax@gmail.com
> Cc: james.harper@bendigoit.com.au; xen-devel@lists.xensource.com; xen-
> users@lists.xensource.com
> Subject: RE: [Xen-users] GPLPV 0.9.12-pre4 uploaded
> 
> 
> 
> Sorry, sent the wrong link...here's the correct one:
> http://wiki.xensource.com/xenwiki/XenWindowsGplPv
> 
> -Nick
> 
> 
> -----Original Message-----
> From: Venefax <venefax@gmail.com
> <mailto:Venefax%20%3cvenefax@gmail.com%3e> >
> To: 'James Harper' <james.harper@bendigoit.com.au
> <mailto:'James%20Harper'%20%3cjames.harper@bendigoit.com.au%3e> >,
xen-
> users@lists.xensource.com, xen-devel@lists.xensource.com
> Subject: RE: [Xen-users] GPLPV 0.9.12-pre4 uploaded
> Date: Wed, 19 Nov 2008 09:33:48 -0500
> 
> 
> I am using Suse 10 SP2 and installed the drivers pre4, but the new
network
> card says "cable not connected". What do I have to do to make the
drivers
> work in Suse 10 Sp2? Any configuration at the global XEN level?
> Federico
> 
> -----Original Message-----
> From: xen-users-bounces@lists.xensource.com
> [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of James
Harper
> Sent: Wednesday, November 19, 2008 7:27 AM
> To: xen-users@lists.xensource.com; xen-devel@lists.xensource.com
> Subject: [Xen-users] GPLPV 0.9.12-pre4 uploaded
> 
> I've just uploaded 0.9.12-pre4 to http://www.meadowcourt.org/downloads
> 
> Fixes/updates since 0.9.12-pre3:
> . rolled back IRQ restriction which would prevent the drivers from
> starting if the pci device wanted to use an IRQ < 16
> . fixed another bug in crash dump that could possibly cause corruption
> under high Dom0 disk load
> . performance improvements to xennet - udp performance is much much
> better, I can easily achieve 500MBits/second from Dom0<->DomU or
> DomU<->External machine over 1GBit/second wire. Tcp performance should
> be as good as before but with lower cpu.
> 
> To see some of the the network performance improvements, you'll need
to
> disable 'Check checksum on RX packets'. It only exists as WHQL fails
> without it, even though it isn't a real-world scenario. The 'interrupt
> moderation' option appears to cause things to go slower at the
moment...
> it may reduce load but I think it needs some more tuning!
> 
> If anyone can offer any suggestions as to why my Windows 2003 R2
server
> takes so long to get to the login prompt after boot with GPLPV but is
> quicker without it I'd like to hear them - it seems to get it's dhcp
> lease quickly enough so something else about the network adapter or
> about the gplpv drivers must be causing the delay...
> 
> James
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
> 
> 
> 
> ________________________________
> 
> 
> This e-mail may contain confidential and privileged material for the
sole
> use of the intended recipient. If this email is not intended for you,
or
> you are not responsible for the delivery of this message to the
intended
> recipient, please note that this message may contain SEAKR Engineering
> (SEAKR) Privileged/Proprietary Information. In such a case, you are
> strictly prohibited from downloading, photocopying, distributing or
> otherwise using this message, its contents or attachments in any way.
If
> you have received this message in error, please notify us immediately
by
> replying to this e-mail and delete the message from your mailbox.
> Information contained in this message that does not relate to the
business
> of SEAKR is neither endorsed by nor attributable to SEAKR.

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

* Re: GPLPV 0.9.12-pre4 uploaded
  2008-11-19 12:27 GPLPV 0.9.12-pre4 uploaded James Harper
  2008-11-19 14:31 ` David Parsley
  2008-11-19 14:33 ` Venefax
@ 2008-12-01 20:09 ` Patrick Scharrenberg
  2008-12-10  5:37 ` Wayne Gong
  3 siblings, 0 replies; 10+ messages in thread
From: Patrick Scharrenberg @ 2008-12-01 20:09 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel

Hi!

I just tested 0.9.12-pre4 on a fresh 32-bit windows 2008 with Xen
version 3.3 (64-bit).
After setting the IP address the (guest-)system freezes as soon as
Windows tries to "identify" the network.

Using an older version (0.9.11), the identification process comes
through but as soon as some packets traverse the network interface the
system freezes again.

After disabling "checksum offload" in the driver settings the system
runs stable with both mentioned versions of the GPL'ed drivers.

Is there anything I can do helping to debug this bug?

Patrick

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

* Re: GPLPV 0.9.12-pre4 uploaded
  2008-11-19 12:27 GPLPV 0.9.12-pre4 uploaded James Harper
                   ` (2 preceding siblings ...)
  2008-12-01 20:09 ` Patrick Scharrenberg
@ 2008-12-10  5:37 ` Wayne Gong
  2008-12-10  5:51   ` James Harper
  3 siblings, 1 reply; 10+ messages in thread
From: Wayne Gong @ 2008-12-10  5:37 UTC (permalink / raw)
  Cc: xen-devel

James Harper wrote:
> I've just uploaded 0.9.12-pre4 to http://www.meadowcourt.org/downloads

hi James,

I have downloaded your gpl winpv driver 0.9.12-pre4 and installed on 
vista x86. There are some issues:
1, Vista notify me to reboot system again after I installed winpv driver 
and reboot system with gplpv start options.
2, DVD device also cannot work fine. DVD device can be enumerated by 
xenvbd driver. Capacity is OK. But when I try to open it, Vista tell me 
that it need 'UDF' file system support. That's the same issue I have 
meet in my pv drivers.

Thanks
Wayne

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

* RE: GPLPV 0.9.12-pre4 uploaded
  2008-12-10  5:37 ` Wayne Gong
@ 2008-12-10  5:51   ` James Harper
  2008-12-10  6:25     ` Wayne Gong
  0 siblings, 1 reply; 10+ messages in thread
From: James Harper @ 2008-12-10  5:51 UTC (permalink / raw)
  To: Wayne Gong; +Cc: xen-devel

> James Harper wrote:
> > I've just uploaded 0.9.12-pre4 to
http://www.meadowcourt.org/downloads
> 
> hi James,
> 
> I have downloaded your gpl winpv driver 0.9.12-pre4 and installed on
> vista x86. There are some issues:
> 1, Vista notify me to reboot system again after I installed winpv
driver
> and reboot system with gplpv start options.
> 2, DVD device also cannot work fine. DVD device can be enumerated by
> xenvbd driver. Capacity is OK. But when I try to open it, Vista tell
me
> that it need 'UDF' file system support. That's the same issue I have
> meet in my pv drivers.
> 

That might have been fixed since 0.9.12-pre4. I uploaded 0.9.12-pre7 a
few days ago but had to delete it from the download site as it caused
some problems. I hope to have a new version uploaded shortly.

You can view the fix I am thinking of here:
http://xenbits.xensource.com/ext/win-pvdrivers.hg?diff/3a2121285fc9/xenv
bd/xenvbd.c

but maybe that doesn't fix it for you and there is another problem?

James

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

* Re: GPLPV 0.9.12-pre4 uploaded
  2008-12-10  5:51   ` James Harper
@ 2008-12-10  6:25     ` Wayne Gong
  0 siblings, 0 replies; 10+ messages in thread
From: Wayne Gong @ 2008-12-10  6:25 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel


> You can view the fix I am thinking of here:
> http://xenbits.xensource.com/ext/win-pvdrivers.hg?diff/3a2121285fc9/xenv
> bd/xenvbd.c

I also have done that in my winpv drivers. But DVD device just can work 
fine on XP/Srv2003. In vista, I just can see a readme file for that DVD 
device. But the same DVD device can work fine on QEMU mode.

Thanks
Wayne

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

end of thread, other threads:[~2008-12-10  6:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-19 12:27 GPLPV 0.9.12-pre4 uploaded James Harper
2008-11-19 14:31 ` David Parsley
2008-11-19 14:44   ` Wayne Gong
2008-11-19 22:25   ` James Harper
2008-11-19 14:33 ` Venefax
2008-12-01 20:09 ` Patrick Scharrenberg
2008-12-10  5:37 ` Wayne Gong
2008-12-10  5:51   ` James Harper
2008-12-10  6:25     ` Wayne Gong
  -- strict thread matches above, loose matches on Subject: below --
2008-11-19 16:22 [Xen-users] " Nick Couchman
     [not found] ` <021301c94a64$22325a00$66970e00$@com>
2008-11-19 22:38   ` James Harper

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.