Re: iscsid: stop 250ms actor poll when idle

2013-06-12 Thread Mike Christie
On 06/12/2013 12:24 AM, Chris Leech wrote: iscsid doesn't need to wake up every 250ms, we can drive the polling of the actor callbacks only when they are needed. Passing on the prep patches as they were sent to me by Adam Jackson, but I've reworked the final event loop changes to keep the

Re: iscsid: stop 250ms actor poll when idle

2013-06-12 Thread Mike Christie
On 06/12/2013 12:24 AM, Chris Leech wrote: iscsid doesn't need to wake up every 250ms, we can drive the polling of the actor callbacks only when they are needed. Passing on the prep patches as they were sent to me by Adam Jackson, but I've reworked the final event loop changes to keep the

Re: iscsid: stop 250ms actor poll when idle

2013-06-12 Thread Chris Leech
On Wed, Jun 12, 2013 at 10:55:01AM -0500, Mike Christie wrote: On 06/12/2013 12:24 AM, Chris Leech wrote: iscsid doesn't need to wake up every 250ms, we can drive the polling of the actor callbacks only when they are needed. Passing on the prep patches as they were sent to me by Adam

iscsid: stop 250ms actor poll when idle

2013-06-11 Thread Chris Leech
iscsid doesn't need to wake up every 250ms, we can drive the polling of the actor callbacks only when they are needed. Passing on the prep patches as they were sent to me by Adam Jackson, but I've reworked the final event loop changes to keep the time keeping for scheduled actors from falling