From: Jon M. <jon...@er...> - 2004-05-07 23:55:29
|
I just checked in the following changes: - Enabled some configuration options in Kconfig: TIPC_UDP,TIPC_DEBUG, TIPC_ZONES,TIPC_NODES etc - Changed code and Makefile so that these options really take effect on what is compiled - Changed Makefile to standard. It is now possible to integrate, configure and build TIPC from inside a Linux kernel tree, just like any other kernel code. - Added a "Makefile.standalone" as an alternaltive. This makes it possible to build TIPC completely outside the kernel tree, as before. This file may not have to go into the final kernel source, since it is a little hackish, but I still find it convenient to use. - Changed debug macros in tipc_adapt.h according to Steven H.'s comments: o If TIPC_DEBUG is OFF we use standard kernel macros. o If TIPC_DEBUG is ON we use our own macros. - Ensured that there are no compiler warnings left. Next: - Change the module parameter settings, so that the hard coded interface names disappear. - More complete run-time configuration support, making the module parameters redundant. - Add support for interface up/down in eth_media.c - Trouble-shooting on parallel links - and more... Have a nice weekend /Jon |