|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] A Patch for modify DomU network transmit rate dynamically
To: |
xen devel <xen-devel@xxxxxxxxxxxxxxxxxxx> |
Subject: |
[Xen-devel] A Patch for modify DomU network transmit rate dynamically |
From: |
MaoXiaoyun <tinnycloud@xxxxxxxxxxx> |
Date: |
Thu, 4 Nov 2010 11:09:55 +0800 |
Cc: |
jeremy@xxxxxxxx, keir@xxxxxxx, daniel.stodden@xxxxxxxxxx |
Delivery-date: |
Wed, 03 Nov 2010 20:10:57 -0700 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
Importance: |
Normal |
In-reply-to: |
<BLU157-w385D9EE38F5058B8F364C2DA400@xxxxxxx> |
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<BLU157-w4633FF2011F6D0F8408CAEDA570@xxxxxxx>, , , <C8DE0E35.261CD%keir@xxxxxxx>, <BLU157-w8114EC5EB660DA26E51B9DA580@xxxxxxx>, <1287436670.23170.43.camel@xxxxxxxxxxxxxxxxxxxxxxx>, <BLU157-w385D9EE38F5058B8F364C2DA400@xxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Hi :
I've written a patch which supports dynamically update domU netif transmit rate.
But after I finish it, I have some questiones on the patch itself.
1. It seems I don't need to update netif->remaining_credit, since in netback,c: tx_add_credit()
will update automatically on every transmit, so all I need to do is update netif->credit_bytes
and netif->credit_usec, right? Also, am I do the right way?
2. I notice that netback is also a module, so I think it can be rmmod or insmod, right? If so
I can apply this patch online(with no affect on the running VM)
Could someone help me to confirm this, many thanks.
|
4.netback_reset_rate_limit.patch
Description: Binary data
15.add_xen-rate-set_interface.patch
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] A Patch for modify DomU network transmit rate dynamically,
MaoXiaoyun <=
|
|
|
|
|