lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 07 Dec 2006 12:22:01 -0800
From:	Jay Vosburgh <fubar@...ibm.com>
To:	"Andy Gospodarek" <andy@...yhouse.net>
cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] bonding: change spinlocks and remove timers in favor of workqueues 

Andy Gospodarek <andy@...yhouse.net> 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, fubar@...ibm.com
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ