Re: [tipc-discussion] Serious performance degradation in Linux 4.15

2018-04-25 Thread Jon Maloy
Hi Matt, Peter, Did you find out anything more about this? Regards ///jon > -Original Message- > From: Hoang Le [mailto:hoang.h...@dektech.com.au] > Sent: Thursday, March 08, 2018 20:32 > To: 'Matt Fleming' > Cc: Jon Maloy ; 'Peter

[tipc-discussion] [net-next 1/1] tipc: introduce ioctl for fetching node identity

2018-04-25 Thread Jon Maloy
After the introduction of a 128-bit node identity it may be difficult for a user to correlate between this identity and the generated node hash address. We now try to make this easier by introducing a new ioctl() call for fetching a node identity by using the hash value as key. This will be

[tipc-discussion] [net 1/1] tipc: fix bug in function tipc_nl_node_dump_monitor

2018-04-25 Thread Jon Maloy
Commit 36a50a989ee8 ("tipc: fix infinite loop when dumping link monitor summary") intended to fix a problem with user tool looping when max number of bearers are enabled. Unfortunately, the wrong version of the commit was posted, so the problem was not solved at all. This commit adds the missing