Compiling as a module using the 2.6.25 git tree

2008-01-16 Thread Mark Ryden
Hello, A question about compiling as module using the 2.6.25 git tree: I had git cloned the 2.6.25 DaveM tree. I ran "make menuconfig". In many cases I see in the help: "To compile this code as a module, choose M here: the module will be called ..." For example, in "Packet Generator" or in 802.1d

[PATCH] remove not used code: target hw address (tha) definition and assignment in arp_process().

2007-12-19 Thread Mark Ryden
Hello, In arp_process() (net/ipv4/arp.c), there is unused code: definition and assignment of tha (target hw address ). Signed-off-by: [EMAIL PROTECTED] diff --git a/a/net/ipv4/arp.c b/b/net/ipv4/arp.c index 14dec92..6f26cfe 100644 --- a/a/net/ipv4/arp.c +++ b/b/net/ipv4/arp.c @@ -706,7 +706,7 @

Two Dual Core processors and NICS (not handling interrupts on one CPU/assigning a Two Dual Core processors and NICS (not handling interrupts on one CPU / assigning a CPU to a NIC)

2007-01-15 Thread Mark Ryden
Hello, I have a machine with 2 dual core CPUs. This machine runs Fedora Core 6. I have two Intel e1000 GigaBit network cards on this machine; I use bonding so that the machine assigns the same IP address to both NICs ; It seems to me that bonding is configured OK, bacuse when running: "cat /proc