[tipc-discussion] [PATCH iproute2 v3 07/10] tipc: add link monitor summary

2016-06-02 Thread Parthasarathy Bhuvaragan
The monitor summary command prints the basic attributes specific to the local node. A sample usage is shown below: $ tipc link monitor summary bearer eth:data0 table 8 members 8 state active bearer eth:data1 table 8 members 8 state active $ tipc link monitor summary -h

[tipc-discussion] [PATCH iproute2 v3 09/10] tipc: add link monitor list

2016-06-02 Thread Parthasarathy Bhuvaragan
In this commit, we list the monitor attributes for the specified bearer. A sample usage is shown below: $ tipc link monitor list media eth dev data0-br Node S D Dom Applied Node Status [Non-Applied Node:Status] 1.1.14U Y 19U,U [] 1.1.15U Y 20U,U [] 1.1.16

[tipc-discussion] [PATCH iproute2 v3 10/10] tipc: update man page for link monitor

2016-06-02 Thread Parthasarathy Bhuvaragan
Signed-off-by: Parthasarathy Bhuvaragan --- man/man8/tipc-link.8 | 101 +++ 1 file changed, 101 insertions(+) diff --git a/man/man8/tipc-link.8 b/man/man8/tipc-link.8 index 3be8c9ad4b16..f023b095a01a 100644

[tipc-discussion] [PATCH iproute2 v3 06/10] tipc: add link monitor get threshold

2016-06-02 Thread Parthasarathy Bhuvaragan
The command prints the monitor activation threshold. A sample usage is shown below: $ tipc link monitor get threshold 32 $ tipc link monitor get -h Usage: tipc monitor get PPROPERTY PROPERTIES threshold - Get monitor activation threshold Signed-off-by: Parthasarathy Bhuvaragan

[tipc-discussion] [PATCH iproute2 v3 05/10] tipc: add link monitor set threshold

2016-06-02 Thread Parthasarathy Bhuvaragan
The command sets the activation threshold for the new cluster ring supervision. A sample usage is shown below: $ tipc link monitor set threshold 4 $ tipc link monitor set -h Usage: tipc monitor set PPROPERTY PROPERTIES threshold SIZE - Set activation threshold for monitor Signed-off-by:

[tipc-discussion] [PATCH iproute2 v3 01/10] tipc: remove dead code

2016-06-02 Thread Parthasarathy Bhuvaragan
remove dead code and a newline. Signed-off-by: Parthasarathy Bhuvaragan --- tipc/link.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tipc/link.c b/tipc/link.c index 89fb4ff4e7f9..a9d256e1b9a8 100644 --- a/tipc/link.c +++ b/tipc/link.c @@ -90,7

[tipc-discussion] [PATCH iproute2 v3 04/10] tipc: fix bearer operations with media=ib

2016-06-02 Thread Parthasarathy Bhuvaragan
In this commit, we fix several bearer operations for infiniband media in a generic way. Signed-off-by: Parthasarathy Bhuvaragan --- tipc/bearer.c | 257 ++ 1 file changed, 152 insertions(+), 105

[tipc-discussion] [PATCH iproute2 v3 03/10] tipc: validate bearer arguments early

2016-06-02 Thread Parthasarathy Bhuvaragan
In this commit, we validate the arguments as early as possible. There is no functional change. Signed-off-by: Parthasarathy Bhuvaragan --- tipc/bearer.c | 51 ++- 1 file changed, 26 insertions(+), 25

[tipc-discussion] [PATCH iproute2 v3 00/10] tipc: updates for neighbour monitor

2016-06-02 Thread Parthasarathy Bhuvaragan
This commit series requires the following kernel patch set: "[PATCH net-next v2 0/5] tipc: netlink updates for neighbour monitor" v3: - simplified the header layouts in commit#9. - updated man pages. v2: - split patches into self-contained complete commits. - address review comments from

Re: [tipc-discussion] [RFC PATCH] tipc: fix timer handling when socket is owned

2016-06-02 Thread Jon Maloy
From: Erik Hugne [mailto:erik.hu...@gmail.com] Sent: Thursday, 02 June, 2016 14:11 To: Ying Xue Cc: Richard Alpe; Parthasarathy Bhuvaragan; Jon Maloy; tipc-discussion@lists.sourceforge.net Subject: RE: [RFC PATCH] tipc: fix timer handling when socket is owned On Jun 2, 2016 1:03 PM, "Xue,

Re: [tipc-discussion] [RFC PATCH] tipc: fix timer handling when socket is owned

2016-06-02 Thread Erik Hugne
On Jun 2, 2016 1:03 PM, "Xue, Ying" wrote: > > Acked-by: Ying Xue > > Jon, whatever the patch can fix Guna's issue or not, I think the change is right because there is an obvious error that we deliver message through tipc_node_xmit_skb() when

Re: [tipc-discussion] tipc_sk_rcv: Kernel panic on one of the card on 4.4.0

2016-06-02 Thread Xue, Ying
Hi Guna, Please see my comments below. Regards, Ying -Original Message- From: GUNA [mailto:gbala...@gmail.com] Sent: 2016年6月1日 23:26 To: Xue, Ying Cc: Jon Maloy; Jon Maloy; tipc-discussion@lists.sourceforge.net; Erik Hugne; Xue Ying (ying.x...@gmail.com) Subject: Re: [tipc-discussion]

Re: [tipc-discussion] tipc: name table entry is not matched

2016-06-02 Thread Jon Maloy
> -Original Message- > From: GUNA [mailto:gbala...@gmail.com] > Sent: Wednesday, 01 June, 2016 19:52 > To: tipc-discussion@lists.sourceforge.net > Subject: [tipc-discussion] tipc: name table entry is not matched > > I am running on Kernel 4.4.0 and do see table Name table mismatch as >