|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Data broken during FTP test
If you are running in PAE mode then you should try modifying the kernel file
drivers/net/tg3.c and changing any '#ifdef CONFIG_HIGHMEM' to '#if 0'. It
may also be worth doing some tracing around the code that does
pci_set_dma_mask() to see what path you are taking there and what mask the
driver is choosing to set.
-- Keir
On 22/3/07 01:16, "Kasai Takanori" <kasai.takanori@xxxxxxxxxxxxxx> wrote:
> Hi Keir,
>
> Thank you for reply.
>
>> How much memory does the offending machine have?
> This machine has the memory of 10GB.
>
>> If more than 1GB, can you repro if you boot Xen with 'mem=1G' as a boot
>> parameter?
> We tried to boot Xen with 'mem=1G' as boot parameter.
> At this time, FTP data was not broken.
> The environment is as follows.
> - SG(scatter/gather) flag on
> - The memory of dom0 is 256MByte.
> - The memory of guest(PV) domain is 256MByte.
>
>> How much memory do you allocate to domain0 at boot time?
> The memory of dom0 allocated 1GByte at boot time. (dom0_mem=1024M)
>
>> What version of Xen are you using?
> The version of Xen uses RHEL5GA.
> Therefore, the base of Xen is xen-3.0.3-testing.hg.
>
>> What version of dom0 kernel?
> The version of dom0 is 2.6.18-8.
>
> Best regards,
>
> --
> Takanori Kasai
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|