Hi, Very interesting work. I will give it a try as soon as I find some time.
Regards ///jon Randy Macleod wrote: > Hi! > > Ravi Rao wrote: >> As you may remember, I've been working with Randy MacLeod on >> virtualizing TIPC so that two TIPC stacks can be run on a cluster, >> where each node has a separate connection to a control plane LAN and >> a data plane LAN. > ... >> P.S. the patches,demo programs and readme files will be sent by Randy >> in a later mail.. > > See attached. It's big because it include the original > tipc-1.5.12.tar.gz file. > > tar tjvf /tmp/vtipc_package_201020070041.bz2 > drwxr-x--- 0 vtipc_package_201020070041/ > -rw-r----- 141224 vtipc_package_201020070041/ > tipc-1.5.12.tar.bz2 > -rw-r----- 21278 vtipc_package_201020070041/ > vtipc-1.5.12_191020072304.patch > -rwxr-x--- 4084 vtipc_package_201020070041/snr > -rw-r----- 17183 vtipc_package_201020070041/ > tipc-1.5.12_191020072304.patch > > > To build: > Extract the tarball. tar xjvf /tmp/vtipc_package_201020070041.bz2 > cd vtipc_package_201020070041/ > run the "snr" script. ./snr > then build the tipc & vtipc packages as usual. > > When done you'll have tipc.ko & vtipc.ko > sudo insmod tipc.ko > sudo insmod vtipc.ko > > The tipc-config in the "tipc" dir has been patched > to take the extra "-P=[01] paramter to talk to tipc/vtipc > respectively. You can do tests in single node mode as usual. > > BUT!!!! > The bad news... > > It works on 2.6.10/ppc64 where Ravi has been doing development. > There are some issues with x86 loading that Ravi and I are trying to > iron out. It compiles, tipc loads but vtipc runs into some trouble. > We'll post a new version when we've fixed these problems hopefully > on Monday. > > I don't have the demo programs packaged up but if your keen, > you just have to change socket(x,y,0) to socket(x,y,1) > and everything will work. > > Let us know what you think. > > Have fun, > // Randy > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > tipc-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tipc-discussion ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
