Donate Share

TIPC: Cluster Communication Protocol

Code

Programming Languages: C

License: BSD License, GNU General Public License (GPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@tipc.cvs.sourceforge.net:/cvsroot/tipc login

cvs -z3 -d:pserver:anonymous@tipc.cvs.sourceforge.net:/cvsroot/tipc co -P modulename

Show:

What's happening?

  • Link misorders messages with multi-threaded drivers

    A TIPC 1.7 link endpoint does not always processing incoming messages in sequential order if its bearer utilizes a driver with multiple receiving threads. This can be illustrated by the following sequence of events, involving a node with multi-core CPUs A and B: cpu A 1) invokes tipc_recv_msg() with packet N 2) performs read_lock_bh(&tipc_net_lock) [this ensures TIPC's view of the network...

    2009-08-25 17:20:50 UTC by ajstephens

  • kernel panic in 1.7.6

    the following invalid code causes kernel panic in jaunty 100% tipc-config is [ 16.698280] TIPC: Activated (version 1.7.6 compiled Jul 30 2009 15:48:42) [ 16.698391] TIPC: Started in single node mode [ 16.702489] TIPC: Started in network mode [ 16.702494] TIPC: Own node address , network identity 4711 [ 16.707055] TIPC: Enabled bearer , discovery domain ,

    2009-08-07 16:40:43 UTC by tonyhardie

  • VxWorks TIPC does not support VLAN

    Laser [gotolaser@gmail.com] has determined that VxWorks TIPC 1.7 does not support Ethernet VLAN interfaces, unlike Linux TIPC 1.7. Laser has created a prototype patch for TIPC 1.7.6 which seems to provide this functionality (at least on VxWorks 6.3). Al has provided feedback (see below) that describes how the patch might be improved. > - I'm not an expert in how VLAN code works in VxWorks,

    2009-06-02 20:15:41 UTC by ajstephens