|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] crc checksum problems
Instead of adding a dummy interface to the bridge try adding another vif0.x.The xen drivers try to optimize networking by skipping out on checksumming at various stages, because the assumption is that inter-domain network transport is immune to error. My theory is that if you don't properly use the vifx.y/vethx interfaces, you bypass some of these checksum optimizations and end up performing integrity checks when you shouldn't. My dream is that this will someday be documented somewhere, or better yet degrade gracefully to checksum operation with a kernel warning or something. The existing design seems brittle. Again, that's only my theory based on my experience. If someone really knows whats going on, I look forward to hearing about it. Dan. Renà Pfeiffer wrote: On Jan 16, 2006 at 2136 -0600, Daniel Goertzen appeared and said:I observed similar problems (checksum errors) when I directly assigned an IP address to the bridge in dom0.My bridges have IP addresses, but the addresses are not used. Could this be a problem?I corrected the situation by adding vif0.0 to the bridge and assigning the IP address to veth0. If you're using the network-bridge script that comes with xend this all happens automatically, but I had to roll my own solution and ran afoul. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |