Andy Gospodarek <[EMAIL PROTECTED]> wrote:
[...]
>My patch actually only uses a single workqueue for each bond (almost
>exactly like yours in-fact) with 4 different types of work that can be
>placed on it.

        Well, what I was trying to say was that there are still multiple
independently scheduled thingies on the workqueue (although you can't
ever have all of them going at the same time), whereas in the Big Patch,
there's only one scheduled thingie on the workqueue, and everything is
dispatched from within its single handler (making it less complicated to
pause all of the "timers" for mutual exclusion purposes).

        -J

---
        -Jay Vosburgh, IBM Linux Technology Center, [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to