From mboxrd@z Thu Jan 1 00:00:00 1970 From: ANNIE LI Subject: Re: Is 802.1p surpported by xen? Date: Wed, 08 Apr 2009 19:23:06 +0800 Message-ID: <49DC891A.9020304@oracle.com> References: <49DB0C33.1040702@oracle.com> <49DC0B81.9020809@oracle.com> <49DC28C5.1060308@oracle.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0745090180==" Return-path: In-Reply-To: <49DC28C5.1060308@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: James Harper Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --===============0745090180== Content-Type: multipart/alternative; boundary="------------070801060904080704090309" This is a multi-part message in MIME format. --------------070801060904080704090309 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ANNIE LI wrote: > > James Harper wrote: >> >> Just what it says. 802.1P just assigns a vague meaning to the priority field bits, it doesn't say what you should do with them in terms if 'sticking them' in the packet. 802.1Q (vlan trunking) includes 3 bits to stick the priority field into. >> >> http://en.wikipedia.org/wiki/802.1q is a good high level overview of what is required. > Thanks. I see. > NDIS_NET_BUFFER_LIST_8021Q_INFO contains info about 802.1Q, i need to > insert 802.1Q tag in the frame before transmitting it to the backend, > then strips the tag after receiving those packets. I will add those > process and have a test. It works. This test case passed after i added process above. Thanks Annie. --------------070801060904080704090309 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

ANNIE LI wrote:

James Harper wrote:

Just what it says. 802.1P just assigns a vague meaning to the priority field bits, it doesn't say what you should do with them in terms if 'sticking them' in the packet. 802.1Q (vlan trunking) includes 3 bits to stick the priority field into.

http://en.wikipedia.org/wiki/802.1q is a good high level overview of what is required.
Thanks. I see.
NDIS_NET_BUFFER_LIST_8021Q_INFO contains info about 802.1Q, i need to insert 802.1Q tag in the frame before transmitting it to the backend, then strips the tag after receiving those packets. I will add those process and have a test.
It works. This test case passed after i added process above.

Thanks
Annie.
--------------070801060904080704090309-- --===============0745090180== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============0745090180==--