cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] dlm: Consolidate TCP & SCTP protcols
@ 2007-04-12  7:31 Patrick Caulfield
  2007-04-13 14:53 ` Patrick Caulfield
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick Caulfield @ 2007-04-12  7:31 UTC (permalink / raw)
  To: cluster-devel.redhat.com

This patch consolidates the TCP & SCTP protocols for the DLM into a single file
and makes it switchable at run-time (well, at least before the DLM actually
starts up!)

For RHEL5 this patch requires Neil Horman's patch that expands the in-kernel
socket API but that has already been twice ACKed so it should be OK.


The patch adds a new lowcomms.c file that replaces the existing lowcomms-sctp.c
& lowcomms-tcp.c files.

Signed-off-By: Patrick Caulfield <pcaulfie@redhat.com>

-- 
Patrick

Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street,
Windsor, Berkshire, SL4 ITE, UK.
Registered in England and Wales under Company Registration No. 3798903

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

* [Cluster-devel] [PATCH] dlm: Consolidate TCP & SCTP protcols
  2007-04-12  7:31 [Cluster-devel] [PATCH] dlm: Consolidate TCP & SCTP protcols Patrick Caulfield
@ 2007-04-13 14:53 ` Patrick Caulfield
  2007-04-17 14:56   ` Steven Whitehouse
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick Caulfield @ 2007-04-13 14:53 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Here's a revised version of that patch (as requested) that puts all the code
into lowcomms-tcp.c rather than creating a brand new file.

This patch consolidates the TCP & SCTP protocols for the DLM into a single file
and makes it switchable at run-time (well, at least before the DLM actually
starts up!)

I've changed the Makefile to refer to lowcomms.c rather than lowcomms-tcp.c so
you will need to rename the file once its in git

Signed-off-By: Patrick Caulfield <pcaulfie@redhat.com>

-- 
Patrick

Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street,
Windsor, Berkshire, SL4 ITE, UK.
Registered in England and Wales under Company Registration No. 3798903
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lowcomms-rename.patch
Type: text/x-patch
Size: 34494 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20070413/651de46b/attachment.bin>

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

* [Cluster-devel] [PATCH] dlm: Consolidate TCP & SCTP protcols
  2007-04-13 14:53 ` Patrick Caulfield
@ 2007-04-17 14:56   ` Steven Whitehouse
  2007-04-18 12:50     ` Patrick Caulfield
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Whitehouse @ 2007-04-17 14:56 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

Now in the git tree. Thanks,

Steve.

On Fri, 2007-04-13 at 15:53 +0100, Patrick Caulfield wrote:
> Here's a revised version of that patch (as requested) that puts all the code
> into lowcomms-tcp.c rather than creating a brand new file.
> 
> This patch consolidates the TCP & SCTP protocols for the DLM into a single file
> and makes it switchable at run-time (well, at least before the DLM actually
> starts up!)
> 
> I've changed the Makefile to refer to lowcomms.c rather than lowcomms-tcp.c so
> you will need to rename the file once its in git
> 
> Signed-off-By: Patrick Caulfield <pcaulfie@redhat.com>
> 



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

* [Cluster-devel] [PATCH] dlm: Consolidate TCP & SCTP protcols
  2007-04-17 14:56   ` Steven Whitehouse
@ 2007-04-18 12:50     ` Patrick Caulfield
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Caulfield @ 2007-04-18 12:50 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Steven Whitehouse wrote:
> Hi,
> 
> Now in the git tree. Thanks,

Dave, if you get time, it would be nice to have dlm_controld read a parameter
from ccs to control this...

> On Fri, 2007-04-13 at 15:53 +0100, Patrick Caulfield wrote:
>> Here's a revised version of that patch (as requested) that puts all the code
>> into lowcomms-tcp.c rather than creating a brand new file.
>>
>> This patch consolidates the TCP & SCTP protocols for the DLM into a single file
>> and makes it switchable at run-time (well, at least before the DLM actually
>> starts up!)
>>
>> I've changed the Makefile to refer to lowcomms.c rather than lowcomms-tcp.c so
>> you will need to rename the file once its in git
>>
>> Signed-off-By: Patrick Caulfield <pcaulfie@redhat.com>
>>
> 
> 


-- 
Patrick

Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street,
Windsor, Berkshire, SL4 ITE, UK.
Registered in England and Wales under Company Registration No. 3798903



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

end of thread, other threads:[~2007-04-18 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-12  7:31 [Cluster-devel] [PATCH] dlm: Consolidate TCP & SCTP protcols Patrick Caulfield
2007-04-13 14:53 ` Patrick Caulfield
2007-04-17 14:56   ` Steven Whitehouse
2007-04-18 12:50     ` Patrick Caulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).