Thread (3 messages) 3 messages, 2 authors, 2011-03-11

RE: [PATCH 13/21] [PATCH 13/21] Staging: hv: Rename vmbus_driver_context structure

From: KY Srinivasan <kys@microsoft.com>
Date: 2011-03-11 03:17:49
Also in: lkml

-----Original Message-----
From: Thomas Gleixner [mailto:tglx@linutronix.de]
Sent: Thursday, March 10, 2011 5:50 PM
To: KY Srinivasan
Cc: gregkh@suse.de; linux-kernel@vger.kernel.org;
devel@linuxdriverproject.org; virtualization@lists.osdl.org; Haiyang Zhang; Mike
Sterling; Abhishek Kane (Mindtree Consulting PVT LTD); Hank Janssen
Subject: Re: [PATCH 13/21] [PATCH 13/21] Staging: hv: Rename
vmbus_driver_context structure

On Thu, 10 Mar 2011, K. Y. Srinivasan wrote:
quoted
Now that struct vmbus_driver_context is properly
cleaned up, rename this structure appropriately and
cleanup the code.
quoted
@@ -877,10 +873,10 @@ static irqreturn_t vmbus_isr(int irq, void *dev_id)
 	/* Schedules a dpc if necessary */
 	if (ret > 0) {
 		if (test_bit(0, (unsigned long *)&ret))
-			tasklet_schedule(&vmbus_drv.msg_dpc);
+			tasklet_schedule(&hv_bus.msg_dpc);

 		if (test_bit(1, (unsigned long *)&ret))
-			tasklet_schedule(&vmbus_drv.event_dpc);
+			tasklet_schedule(&hv_bus.event_dpc);
What's the plan to convert that tasklet/work stuff to threaded irqs ?

This is on my plate; I was going to work on this after I addressed all other issues 
preventing the vmbus driver from exiting staging.

Regards,

K. Y 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help