[PATCH 2/3] [TIPC]: Use standard socket "not implemented" routines

2007-05-17 Thread Jon Paul Maloy
This patch modifies TIPC's socket API to utilize existing generic routines to indicate unsupported operations, rather than adding similar TIPC-specific routines. Signed-off-by: Allan Stephens <[EMAIL PROTECTED]> Signed-off-by: Jon Paul Maloy <[EMAIL PROTECTED]> --- net/tip

[PATCH 1/3] [TIPC]: Improved support for Ethernet traffic filtering

2007-05-17 Thread Jon Paul Maloy
t; Signed-off-by: Jon Paul Maloy <[EMAIL PROTECTED]> --- net/tipc/eth_media.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/tipc/eth_media.c b/net/tipc/eth_media.c index c73c206..19a71cf 100644 --- a/net/tipc/eth_media.c +++ b/net/tipc/eth_media.c @@ -1

[PATCH 3/3] [TIPC]: Optimize stream send routine to avoid fragmentation

2007-05-17 Thread Jon Paul Maloy
ns requires the send routine to perform an additional check to ensure it does not exceed TIPC"s limit of 66000 bytes of user data per chunk. Signed-off-by: Allan Stephens <[EMAIL PROTECTED]> Signed-off-by: Jon Paul Maloy <[EMAIL PROTECTED]> --- include/net/tipc/tipc_port.

[PATCH 1/1] [TIPC]: Fixed erroneous introduction of for_each_netdev

2007-05-15 Thread Jon Paul Maloy
Signed-off-by: Jon Paul Maloy <[EMAIL PROTECTED]> --- net/tipc/eth_media.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net/tipc/eth_media.c b/net/tipc/eth_media.c index 0ee6ded..c73c206 100644 --- a/net/tipc/eth_media.c +++ b/net/tipc/eth_media.c @@ -

Re: [PATCH] [TIPC]: Changed msg_set_bits params type

2007-04-26 Thread Jon Paul Maloy
David Miller wrote: Did you actually run sparse to see what warnings this change adds or deletes or are you submitting untested changes? I did, and I am aware that sparse shows several warnings for TIPC, which we will have to fix this asap, of course. The patched line did not show up in the

[PATCH] [TIPC]: Changed msg_set_bits params type

2007-04-26 Thread Jon Paul Maloy
To ease use of sparse, as requested by Ingo Oeser. Signed-off-by: Jon Paul Maloy <[EMAIL PROTECTED]> --- net/tipc/msg.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 5c64e55..f9f3dd0 100644 --- a/net/tipc/msg.h +++ b/net/tipc

[PATCH] [TIPC]: Enhancements to msg_set_bits() routine

2007-04-24 Thread Jon Paul Maloy
from: git://tipc.cslab.ericsson.net/pub/git/tipc.git (rebased on linux/kernel/git/davem/net-2.6.git) Summary: net/tipc/msg.h | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) ///Jon >From 1c3c79c4c79aa8a665ddf41c08b4363cbb946950 Mon Sep 17 00:00:00 2001 From: Jon Paul Ma

[Fwd: [PATCH] [TIPC]: Enhancements to msg_set_bits() routine]

2007-04-24 Thread Jon Paul Maloy
from: git://tipc.cslab.ericsson.net/pub/git/tipc.git (rebased on linux/kernel/git/davem/net-2.6.git) Summary: net/tipc/msg.h | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) ///Jon >From 1c3c79c4c79aa8a665ddf41c08b4363cbb946950 Mon Sep 17 00:00:00 2001 From: Jon Paul Ma

Re: reliable bond interface

2007-02-26 Thread Jon Paul Maloy
Randy Macleod wrote: In a different thred, Jon Paul Maloy wrote: > One (TIPC user) I know about,who has developed a very interesting > "reliable bond interface" based on this API, doesn't regard his code > to be up to the kernel coding standards yet, although I am t

SV: Re: [tipc-discussion] [RFC: 2.6 patch] net/tipc/: possible cleanups

2007-02-25 Thread Jon Paul Maloy
--- Adrian Bunk <[EMAIL PROTECTED]> skrev: > It can be re-added at any time when an in-kernel > user comes. > > But the most interesting question is: > Why is noone interested in getting his TIPC using > drivers merged? > I don't think lack of interest is the issue here. The users I know anythi