From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?q?Mathieu_Gagn=E9?= Subject: [PATCH 0 of 4] xl: add support for vif rate limiting Date: Mon, 19 Mar 2012 21:28:49 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Hi, This patch series implements the required plumbering for vif rate limiting in libxl/xl. The first patch fixes trivial indentation issues and introduces no functional changes. The second patch implements dry-run for `xl network-attach` for debugging and testing purposes. The third patch adds the required plumbering in libxl/xl to add vif rate limiting support. It uses the `rate` option syntax from xm/xend, ensuring full backward compatiblity. The final patch adds the "check-xl-vif-parse" test script which tests various `rate` syntax. This is my first patch to Xen. Any comments or feedbacks are welcomed and appreciated. Thanks! -- Mathieu