From: Ling, X. <xia...@in...> - 2004-03-12 06:27:20
|
currently nodeid is only 12bit, and a whole tipc address is 32bit, = including zone,cluster, and node three part. Seems it is not so simple to change it to 64bit. > -----Original Message----- > From: tip...@li...=20 > [mailto:tip...@li...] On=20 > Behalf Of Kevin Kaichuan He > Sent: 2004=C4=EA3=D4=C212=C8=D5 12:57 > To: tip...@li... > Subject: [Tipc-discussion] 64-bit processor node id >=20 >=20 > Currently I see the driver.c uses a "int node" to store > the process node id. So it will be 32-bit node id on > 32-bit processors. >=20 > I am thinking that whether we can make it 64-bit. The reason is=20 > that 64-bit integer is enough to store ethernet MAC address.=20 > So in order to generate a cluster-wide unique node id the=20 > managment planes on different nodes don't need exchange any=20 > network packets because they can simply use MAC addresses=20 > as their node ids. >=20 > One motivation of using TIPC in our project is that we can=20 > avoid the complexity of IP address managment in a stack of L2=20 > switches. With 64-bit node id, I guess every node in our=20 > stack can start tipc totally independent from others. >=20 > Will there be negative impact of 64-bit node id on the tipc ? >=20 > Thank you! >=20 > Kevin >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President=20 > and CEO of GenToo technologies. Learn everything from=20 > fundamentals to system=20 > = administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > _______________________________________________ > TIPC-discussion mailing list TIP...@li... > https://lists.sourceforge.net/lists/listinfo/tipc-discussion >=20 |