All of lore.kernel.org
 help / color / mirror / Atom feed
* [PV-ops][PATCH 0/2] VNIF: Using smart polling instead of event notification.
@ 2009-10-01  0:11 Xu, Dongxiao
  2009-10-01  0:21 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 7+ messages in thread
From: Xu, Dongxiao @ 2009-10-01  0:11 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com; +Cc: jeremy@goop.org

Send the patches in attachment. 

One of the VNIF driver's scalability issues is the high event
channel frequency. It's highly related to physical NIC's interrupt
frequency in dom0, which could be 20K HZ in some situation. The
high frequency event channel notification makes the guest and dom0
CPU utilization at a high value, especially in multi-VM cases.
The following two patches uses smart polling mechanism to
replace event notification to reduce the CPU Utilization.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>

Best Regards,
-- Dongxiao
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PV-ops][PATCH 0/2] VNIF: Using smart polling instead of event notification.
@ 2009-09-30 18:17 Xu, Dongxiao
  2009-09-30 23:41 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 7+ messages in thread
From: Xu, Dongxiao @ 2009-09-30 18:17 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com; +Cc: jeremy@goop.org

Resend the patch and CC Jeremy.

One of the VNIF driver's scalability issues is the high event
channel frequency. It's highly related to physical NIC's interrupt
frequency in dom0, which could be 20K HZ in some situation. The
high frequency event channel notification makes the guest and dom0
CPU utilization at a high value, especially in multi-VM cases. 
The following two patches uses smart polling mechanism to 
replace event notification to reduce the CPU Utilization. 

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
 
Best Regards, 
-- Dongxiao

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PV-ops][PATCH 0/2] VNIF: Using smart polling instead of event notification.
@ 2009-09-30  7:21 Xu, Dongxiao
  2009-09-30  7:54 ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Xu, Dongxiao @ 2009-09-30  7:21 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

One of the VNIF driver's scalability issues is the high event
channel frequency. It's highly related to physical NIC's interrupt
frequency in dom0, which could be 20K HZ in some situation. The
high frequency event channel notification makes the guest and dom0
CPU utilization at a high value, especially in multi-VM cases. 
The following two patches uses smart polling mechanism to 
replace event notification to reduce the CPU Utilization. 

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
 
Best Regards, 
-- Dongxiao

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-01  0:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-01  0:11 [PV-ops][PATCH 0/2] VNIF: Using smart polling instead of event notification Xu, Dongxiao
2009-10-01  0:21 ` Jeremy Fitzhardinge
  -- strict thread matches above, loose matches on Subject: below --
2009-09-30 18:17 Xu, Dongxiao
2009-09-30 23:41 ` Jeremy Fitzhardinge
2009-09-30  7:21 Xu, Dongxiao
2009-09-30  7:54 ` Keir Fraser
2009-09-30 17:33   ` Xu, Dongxiao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.