Re: [Netnice-kernels] Linux Kernel
Status: Alpha
Brought to you by:
taost6
From: Scott B. <sco...@ve...> - 2004-10-07 16:07:49
|
On Thu, 7 Oct 2004, kartikey bhatt wrote: > hello, > > may be here comes the answer to all your > questions. this is the patch that i worked > on and where everything is in place. it > compiles neatly without any modifications. > just apply it against fresh 2.6.7 tree. > and from make menuconfig select > drivers->networking options->Netnice for Linux. > > > regards > --kartikey > Hi, Thanks for the patch. According to your note the patch compiles, but does it run and does netnice function? Also, I am having difficulty applying this patch, perhaps hotmail has mangled the attachment. If you are able to apply the patch on your end could show me the command that you use: [scottb@tamarack linux-2.6.7]$ pwd /home/scottb/netnice/linux-2.6.7 [scottb@tamarack linux-2.6.7]$ patch --verbose -p2 --dry-run < ../netnice-linux.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -uprN ../home/cloud9/linux/include/linux/net.h |./linux-patched/include/linux/net.h |--- ../home/cloud9/linux/include/linux/net.h 2004-09-26 01:39:02.000000000 |+1000 |+++ ./linux-patched/include/linux/net.h 2004-10-07 14:07:05.000000000 +1000 -------------------------- Patching file include/linux/net.h using Plan A... patch: **** malformed patch at line 14: }; [scottb@tamarack linux-2.6.7]$ Thanks, Scott Brumbaugh |