WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] Re: [PATCH][VT] fix bug that service os&vmx guest can'tc

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>, "Zhai, Edwin" <edwin.zhai@xxxxxxxxx>
Subject: RE: [Xen-devel] Re: [PATCH][VT] fix bug that service os&vmx guest can'tcommunicate with each other.
From: "Li, Xin B" <xin.b.li@xxxxxxxxx>
Date: Thu, 8 Sep 2005 20:12:21 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Delivery-date: Thu, 08 Sep 2005 12:10:21 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcW0Z+KCGTuw9jDDQg6yA5Cc6BqC0QABWfjg
Thread-topic: [Xen-devel] Re: [PATCH][VT] fix bug that service os&vmx guest can'tcommunicate with each other.
 >Why is special treatment needed for small packets? Is this simply 
>masking a bug elsewhere -- the original qemu driver must have dealt 
>with small packets (e.g., TCP acks) correctly.

Ethernet frame can not be less than 60 bytes.  When being sent out,
small frames will be extended to 60 bytes by padding 0.  On receiving
frames smaller than 60 bytes, network driver takes it as a Rx error and
drop such frames.
Actually, maybe it's a bug of tun driver, it should extend small frames
before committing to qemu.
Yes, qemu ne2k DM does such work on receiving frames, now we make pcnet
DM do such check.
-Xin

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

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-devel] Re: [PATCH][VT] fix bug that service os&vmx guest can'tcommunicate with each other., Li, Xin B <=