All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] RFC: Use workqueues for dlm lowcomms
@ 2007-01-03 10:53 Patrick Caulfield
  2007-01-15 14:33 ` Patrick Caulfield
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Caulfield @ 2007-01-03 10:53 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Steve: Please do /not/ commit this patch.


The attached patch converts the dlm_sendd & dlm_recvd daemons to work queues. This removes a lot of duplicated code and allows the
receive thread to run on multiple processors on SMP systems (as per bz#218756).

It's currently only applicable to the TCP lowcomms. I'll do the SCTP one when (if?) we are happy with this one
-- 

patrick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lowcomms-workq.patch
Type: text/x-patch
Size: 11098 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20070103/c23b7c0e/attachment.bin>

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

* [Cluster-devel] [PATCH] RFC: Use workqueues for dlm lowcomms
  2007-01-03 10:53 [Cluster-devel] [PATCH] RFC: Use workqueues for dlm lowcomms Patrick Caulfield
@ 2007-01-15 14:33 ` Patrick Caulfield
  2007-01-15 17:09   ` Steven Whitehouse
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Caulfield @ 2007-01-15 14:33 UTC (permalink / raw)
  To: cluster-devel.redhat.com

This patch converts the DLM TCP lowcomms to use workqueues rather than using its
own daemon functions. Simultaneously removing a lot of code and making it more
scalable on multi-processor machines.

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lowcomms_workq.patch
Type: text/x-patch
Size: 18231 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20070115/3118afe4/attachment.bin>

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

* [Cluster-devel] [PATCH] RFC: Use workqueues for dlm lowcomms
  2007-01-15 14:33 ` Patrick Caulfield
@ 2007-01-15 17:09   ` Steven Whitehouse
  0 siblings, 0 replies; 3+ messages in thread
From: Steven Whitehouse @ 2007-01-15 17:09 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

On Mon, 2007-01-15 at 14:33 +0000, Patrick Caulfield wrote:
> This patch converts the DLM TCP lowcomms to use workqueues rather than using its
> own daemon functions. Simultaneously removing a lot of code and making it more
> scalable on multi-processor machines.
> 
> Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>

Now applied to the -nmw git tree. Thanks,

Steve.




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

end of thread, other threads:[~2007-01-15 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-03 10:53 [Cluster-devel] [PATCH] RFC: Use workqueues for dlm lowcomms Patrick Caulfield
2007-01-15 14:33 ` Patrick Caulfield
2007-01-15 17:09   ` Steven Whitehouse

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.