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

[Xen-devel] RE: [PATCH] Virtual machine queue NIC support in control pan

To: "Zhao, Yu" <yu.zhao@xxxxxxxxx>, "Keir.Fraser@xxxxxxxxxxxx" <Keir.Fraser@xxxxxxxxxxxx>
Subject: [Xen-devel] RE: [PATCH] Virtual machine queue NIC support in control panel
From: "Santos, Jose Renato G" <joserenato.santos@xxxxxx>
Date: Thu, 31 Jan 2008 18:41:34 +0000
Accept-language: en-US
Acceptlanguage: en-US
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 31 Jan 2008 10:42:38 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <7A25B56E4BE99C4283EB931CD1A40E11C8BA51@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <7A25B56E4BE99C4283EB931CD1A40E11C8BA51@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Achj6a1mWdtC/MX0R9qBYCYBhdWPIQASrclg
Thread-topic: [PATCH] Virtual machine queue NIC support in control panel
Yu,
Thanks for the patch
I don't know the python tools well enough to provide detailed comments on the 
patch.
I just have one high level comment. Using the term "vmq" in the domain 
configuration file or in commands like "vmq-attach" may give the user the wrong 
impression that a device queue will be dedicated to the vif. This may or may 
not be true depending on how many queues are available and how many other vifs 
are using them. It seems that we should allow the control tools to bind a vif 
to a NIC and let netback decide which vifs will use dedicated queues and which 
will share a common queue. Thus it seems that using a name like "pdev" is more 
appropriate than "vmq". Using a "pdev" parameter to associate a vif with a 
physical device can be used by accelerator plugins as suggested by Kieran. That 
said, in the future it will be useful to add commands to list vifs and vmq 
mappings and to pin vifs to a vmq, in a similar way we list and pin vCPUs.

Renato

> -----Original Message-----
> From: Zhao, Yu [mailto:yu.zhao@xxxxxxxxx]
> Sent: Thursday, January 31, 2008 1:14 AM
> To: Keir.Fraser@xxxxxxxxxxxx; Santos, Jose Renato G
> Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [PATCH] Virtual machine queue NIC support in control panel
>
> This patch enables virtual machine queue NIC support in
> control panel (xm/xend), so user can add or remove dedicated
> queue for a guest.
>
> Virtual machine queue is a technology for network devices,
> which intends to reduce the burden on the hypervisor while
> improving network I/O performance through the virtualized
> platform. Some vendors have lunched their products, like
> Intel(R) 82575/82598 (for more information of this
> technology:
> http://www.intel.com/technology/platform-technology/virtualiza
> tion/VMDq_whitepaper.pdf).
>
> This patch requires a vendor-specified utility to control the NIC.
>
> This patch also could be applied to netchannel2.
>
> Singed-off-by: Yu Zhao <yu.zhao@xxxxxxxxx>
>

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

<Prev in Thread] Current Thread [Next in Thread>