Re: How to fix a module's Section mismatch warnings?

2010-07-17 Thread Mulyadi Santosa
Hi Bob.. On Sat, Jul 17, 2010 at 02:08, Bob Beers bob.be...@gmail.com wrote: Hmmm,  It looks lilke a pretty standard Makefile: ---8--- CC=gcc VER=`uname -r` SRCREF?=/lib/modules/$(VER)/build INSTALLDIR=/lib/modules/$(VER)/kernel/net It's something like

Re: Get UTC from RDTSC

2010-07-17 Thread Mulyadi Santosa
On Sat, Jul 17, 2010 at 07:57, Radhesh Kamath rmk.l...@gmail.com wrote: The CPU frequency is not varied, so a tick will represent the same amount of time. So the question is, how do I arrive at a UTC value? Nice conclusion, but back again, how do you conclude current time if you just use TSC

About #if !defined(MB_CACHE_INDEXES_COUNT) || (MB_CACHE_INDEXES_COUNT 0) in mbcache

2010-07-17 Thread Ryan Wang
Hi, I wonder when MB_CACHE_INDEXES_COUNT is undefined in mbcache? In mbcache.h, MB_CACHE_INDEXES_COUNT is set 1, so this #if always gets true. Can we remove it for it seems meaningless. thanks, -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to

Bridging bridges

2010-07-17 Thread Vimal
Hi, From what I understand, bridging ifaces is equivalent to connecting the ifaces to a single physical ethernet switch. Suppose I have two bridges: * br0 bridging eth00 and eth01 * br1 bridging eth10 and eth11 I wish to connect br0 and br1. In theory, this is nothing but bridging

Re: Get UTC from RDTSC

2010-07-17 Thread Mulyadi Santosa
Here I see you begun to understand... now since I forgot what's that CMOS clock real name isI can no longer help.. how about checking what gettimeofday() syscall really does? -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training:

Re: Bridging bridges

2010-07-17 Thread Mulyadi Santosa
Hi On Sun, Jul 18, 2010 at 05:24, Vimal j.vi...@gmail.com wrote: Hi, From what I understand, bridging ifaces is equivalent to connecting the ifaces to a single physical ethernet switch.  Suppose I have two bridges: * br0 bridging eth00 and eth01 * br1 bridging eth10 and eth11 I wish to