netnice-kernels Mailing List for netnice (Page 2)
Status: Alpha
Brought to you by:
taost6
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
(4) |
Sep
(10) |
Oct
(34) |
Nov
(25) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(15) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(1) |
2006 |
Jan
(1) |
Feb
(11) |
Mar
|
Apr
(4) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(2) |
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Takashi O. <ta...@wi...> - 2006-01-01 06:47:38
|
Happy new year, Netnice developers! I have just set up a build-server for linux/netnice, which will also be used to do Knoppix remastering for Knoppix/netnice bootable CD. Anyway. Please feel free to post any seasonal greetings to the list, maybe with your latest update :-) thanks!! -- taka |
From: Takashi O. <ta...@wi...> - 2005-12-26 11:20:25
|
Hi, netnice-kernel developers! I forward a status update to the list, just to keep everybody updated. Have a great holiday! -- taka Scott Brumbaugh wrote: > Here is some status on netnice for linux-2.6.12. > > Since Matt expressed interest in netnice, I am sending a patch to > linux-2.6.12 that partially ports netnice from 2.6.7. I decided to > start from scratch because I had problems booting linux with the code > in CVS. > > I fixed some locking issues from the 2.6.7 port that caused problems > with the preemptable kernel. I am running 2.6.12 configured for SMP + > preemptable. I am using gcc 3.3.5 to build and I have found that gcc > >>3.4 will generate some warning in the netnice code. > > Network packets are not passing through the vif schedulers in this > patch but vif_fork and vif_exit are being called, also nnfs is > mountable. > > I am not dedicating a lot of time. I would like to be able to get > netnice working before making changes to the code already in CVS. > > If interested you can experiment with this patch. Otherwise I will > keep you informed. Here are directions to apply this patch to 2.6.12 > kernel.org sources: > > gunzip netnice-2.6.12.diff.gz > tar xjf linux-2.6.12.tar.bz2 > cd linux-2.6.12 > patch -p1 < ../netnice-2.6.12.diff > make xconfig > make > > reboot > > sabrina:~# uname -a > Linux sabrina 2.6.12-nnice #1 SMP Sat Dec 17 16:26:15 PST 2005 i686 GNU/Linux > sabrina:~# mount -t nnfs none /nnfs > sabrina:~# ls /nnfs > 1 2554 2928 2964 2987 3013 3035 6 648 689 7 9 > 12 2873 2937 2982 2988 3017 3040 62 648 689 756 network > 13 2879 2955 2985 2991 3018 4 63 65 690 756 > 2 2922 2961 2986 3 3034 5 64 66 690 8 > sabrina:~# > > > Thanks, > > Scott B |
From: Takashi O. <ta...@wi...> - 2005-11-13 16:25:37
|
hey kartikey! how have you been!? how's your life in Australia?? Matt, kartikey is the guy who ported baseline part of freebsd/netnice to linux 2.6.7! -- taka kartikey bhatt wrote: > are you sure CONFIG_NETNICE is defined? > > and that vif_input.o, vif_output.o and vif_subr.o are > > compiled? > > thanks and regards, > > kartikey |
From: Matt D. <mat...@gm...> - 2005-11-13 07:47:38
|
Nevermind, I found out what was wrong The cvs update didnt port over the Makefile from 267 -Matt Takashi Okumura wrote: > although i ported the first netnice developed on FreeBSD to Linux, > i don't think i can give you proper advice. but, i think you can > check out netnice267 and check how the compilation works on > the platform... > > hey linux gurus, any suggestion? > > thanks! > > -- taka > > On 11/13/05, Matt Davis <mat...@gm...> wrote: > >>currently the compile for netnice2612 >>stops with the linking error: >> >> >>>LD init/built-in.o >>>LD .tmp_vmlinux1 >>>kernel/built-in.o(.text+0x62db): In function `do_fork': >>>: undefined reference to `vif_fork' >>>kernel/built-in.o(.text+0x993f): In function `do_exit': >>>: undefined reference to `vif_exit' >>>net/built-in.o(.text+0x2236b): In function `ip_finish_output': >>>: undefined reference to `vif_input' >>>net/built-in.o(.text+0x223a8): In function `ip_finish_output': >>>: undefined reference to `vif_input' >>>net/built-in.o(.text+0x48c59): In function `inet_sock_release': >>>: undefined reference to `vif_checksk' >> >>I have a feeling its the way the makfiles are setup >> >>all of the net/core/vif_*.c use the EXPORT macro... so Im kinda >>scratchin my head on this one. >> >>-Matt >> >> >>------------------------------------------------------- >>SF.Net email is sponsored by: >>Tame your development challenges with Apache's Geronimo App Server. Download >>it for free - -and be entered to win a 42" plasma tv or your very own >>Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >>_______________________________________________ >>Netnice-developer mailing list >>Net...@li... >>https://lists.sourceforge.net/lists/listinfo/netnice-developer >> > > |
From: Takashi O. <ta...@wi...> - 2005-11-13 01:02:26
|
although i ported the first netnice developed on FreeBSD to Linux, i don't think i can give you proper advice. but, i think you can check out netnice267 and check how the compilation works on the platform... hey linux gurus, any suggestion? thanks! -- taka On 11/13/05, Matt Davis <mat...@gm...> wrote: > currently the compile for netnice2612 > stops with the linking error: > > > LD init/built-in.o > > LD .tmp_vmlinux1 > > kernel/built-in.o(.text+0x62db): In function `do_fork': > > : undefined reference to `vif_fork' > > kernel/built-in.o(.text+0x993f): In function `do_exit': > > : undefined reference to `vif_exit' > > net/built-in.o(.text+0x2236b): In function `ip_finish_output': > > : undefined reference to `vif_input' > > net/built-in.o(.text+0x223a8): In function `ip_finish_output': > > : undefined reference to `vif_input' > > net/built-in.o(.text+0x48c59): In function `inet_sock_release': > > : undefined reference to `vif_checksk' > > I have a feeling its the way the makfiles are setup > > all of the net/core/vif_*.c use the EXPORT macro... so Im kinda > scratchin my head on this one. > > -Matt > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Downl= oad > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Netnice-developer mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netnice-developer > |
From: Takashi O. <ta...@wi...> - 2005-11-11 09:47:15
|
because we have started the archive system of the commit logs, i have removed old delivery addresses hardcoded in CVSROOT/loginfo. if you want to receive the log, please just subscribe the ML. thanks, -- taka Takashi Okumura wrote: > dear netnice developers, > > thanks to the efforts made by our peer developers, we're expecting > to have more and more commit traffic in near future. and, to deliver the > logs to the community in an organized manner, i have just created > a new ML for the commit log, netnice-commitlog. whenever any > commit is made to the CVS repository, the log is automatically > forwarded to the ML, and archived. this feature will be usable, > because we have several implementations on different OSs and > need to update other ones, based on the commit information. > > if you're interested, please join. and, i also suggest to use "digest" > option. the subscription form is available at the following page. > > http://lists.sourceforge.net/lists/listinfo/netnice-commitlog > > thanks, > > -- taka > |
From: Takashi O. <ta...@wi...> - 2005-11-10 04:50:09
|
dear netnice developers, thanks to the efforts made by our peer developers, we're expecting to have more and more commit traffic in near future. and, to deliver the logs to the community in an organized manner, i have just created a new ML for the commit log, netnice-commitlog. whenever any commit is made to the CVS repository, the log is automatically forwarded to the ML, and archived. this feature will be usable, because we have several implementations on different OSs and need to update other ones, based on the commit information. if you're interested, please join. and, i also suggest to use "digest" option. the subscription form is available at the following page. http://lists.sourceforge.net/lists/listinfo/netnice-commitlog thanks, -- taka |
From: Takashi O. <ta...@wi...> - 2005-07-27 08:53:27
|
Dear Netnice Users/Hackers/Developers, Breaking the six months' silence, we release beta versions of Netnice-2.2 for FreeBSD 4.11 and for FreeBSD 5.4. Most significant change is the support for "easy installation". The package are loaded with pre-compiled GENERIC kernel, some binaries and libraries. Now, users can just type "make easyinstall", to make their systems "netnice-ready"! http://www.netnice.org/download Packages for NetBSD, OpenBSD, and Linux will come up later. But, we will make every effort to release them, and the final Netnice-2.2R with sufficient quality. To that end, we would highly appreciate any feedback, and any help. Please contact me! Thanks! -- taka |
From: Takashi O. <ta...@wi...> - 2005-05-13 12:17:45
|
Hi Igor, Thanks for your interest. I'm a project leader of netnice.org. The plan to make it a kernel module is a fairly attractive approach for us, in that it makes the system more usable to many end users who have never tried kernel patching. This is particularly true for MacOS X, in that we might ask software companies to ship the kernel module with their products to control network I/O of their applications. But, there are several concerns about this plan. First, technically speaking, the VIF system requires tight association between the VIF system and OS core functionality, such as struct proc and socket management. And, most of OS implementations do not support hooks sufficient to make the entire VIF system "loadable". For this problem, we may need to define a subset of VIF functionality that can be made "loadable", or, we may need to ask core developers of the target OSes to support hooks we need (actually, one of them once suggested me to support such hooks to make it loadable.). Secondly, before making it loadable, we probably need to develop a library layer, which absorbs differences between the full-fledged VIF system, and the (possibly simplified) loadable VIF system. This is also good for for Windows porting. As you might have noticed, the system uses filesystem abstraction for its API, although this is hard to realize on Windows OS. By providing an OS-independent library layer for general purpose network control, we can make the system more portable, and make it more attractive to many application developers. With the vision in mind, actually, we started the development of the library, libnetnice, several months ago. but, because of the nature of the open-source voluntary project style, we are not making significant progress these days, very unfortunately and very regrettably. We would probably need to address this issue also. Anyway. The idea is very exciting to us, and so, I would like to support you as best as I can. Please let us know your feeling, idea, and suggestions. It would be even more helpful if you let us know background of your interest, and your intended application field. Again. Thank you for your message, and I would be looking forward to hearing from you again. thanks! -- taka Igor Shmukler wrote: > Hello, > I found your project while we were looking for a way to implement a similar functionality for our needs. > Our original idea was to extend PF with ALTQ capabilities. > The fact that netnice allows creation of virtual interfaces and fair-share queuing is something that interests me very much. > I would love to know if there are plans to implement netnice and VIF as loadable kernel modules. If in that that is something that you are planning to do, we could probably contribute into the development. > We are interested in such capabilities for pretty much all operating systems including FreeBSD 5.x, Linux 2.6.x, Windows NT (XP, 2003). > Thank you in advance, > Igor. > |
From: Sho F. <fu...@wi...> - 2005-02-28 09:48:29
|
Hi Kartikey, No, I haven't committed that part of my code. I commited only the part of Netnice Packet filter. Sho kartikey bhatt wrote: > Hi Sho, > > Anyway have you commited your code to cvs or not? > > Can i get experimental code through cvs or not? > > thanks! > > kartikey > > >From: Sho Fujita <fu...@wi...> >To: kartikey bhatt > <kar...@ho...> >CC: sco...@ve..., > ta...@cs...,net...@li... >Subject: Re: > [Netnice-kernels] Re: major changes coming up >Date: Mon, 28 Feb 2005 > 03:54:21 +0900 > >Hi kartikey, > >Thank you for your proposal. >But, > to tell the truth, I have nothing more than a experimental code. > > >The part I have been implementing is Netnice Packet Capture. >Since > Linux doesn't have bpf device, we have to implement Netnice Packet > >Capture in a different way. > >I chose the way to create AF_NETNICE > socket, which can be attached to >virtual interface, >by changing > AF_PACKET socket. > >Sho > >kartikey bhatt wrote: > > > hi Sho, > > > > > can you send me a copy of your code. > > i would like to work on it. > > > sincerely > > --kartikey > > >From: Sho Fujita > <fu...@wi...> >To: kartikey bhatt > > > <kar...@ho...>,Scott Brumbaugh <sco...@ve...> > > > >CC: ta...@cs..., net...@li... > >Subject: > > Re: [Netnice-kernels] Re: major changes coming up >Date: > Sat, 26 Feb > > 2005 12:32:29 +0900 > >Hi all, > >My code is not > compilable now, and I > > can't work on it just yet. >Scott, can you > merge the patch to the > > latest code on the CVS, please? >i've > already commited some changes. > > > >sho > >kartikey bhatt wrote: > > > > hi all, > > i have sent you > > patches from my student account at > griffith. > > files are bzipped. > > > > sincerely > > kartikey > > > >From: Takashi Okumura <ta...@cs...> > > >To: kartikey bhatt > > > <kar...@ho...> >CC: > > > net...@li...,Sho > > Fujita > > > <fu...@wi...> >Subject: [Netnice-kernels] Re: major > > changes > > > coming up >Date: Thu, 24 Feb 2005 19:28:00 -0500 > > >hi, > > > > > > >thanks for the contribution. it sounds really good to add the > sysctl > > > > >access to the internal parameters on linux. they must > be included > > in > > >the beta release. > >so, can you send the > patch and the > > notification > > to the netnice-kernel >mailing > list? since Sho and > > Scott are > > maintenancing the linux code, > >they need to be involved. > > > >again. > > thanks for the > contribution. i really appreciate it. > > > >best, > >-- > > taka > > >kartikey bhatt wrote: > > > > hi taka, > > > > > > this is to > > > inform you about some of the major changes that > > > > > > i have > made to > > netnice patch and i would send to you by > > tomorrow. > > > > > 1. packet > > hook mechanism for outgoing packets is > > moved > from ip_output to > > > > > > ip_queue_xmit. > > > > 2. socket > > > association are no more address > > family (af_inet) specific. > > > > > > > 3. i have added sysctl interface > > for linux. > > > > 4. i have > > > added functionality for ipv6. but yet to > > test it. > > > > i > will > > send 2 separate patches > > > > one against > > linux-2.6.7 > and > > another against linux-2.6.7-nnice. > > > > sincerely > > > > > > > > > --kartikey > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > > Manage information better. Optimise your tasks. Experience > MS > > > > Office System. > > > > > > > > >------------------------------------------------------- >SF email is > > > > > sponsored by - The IT Product Guide >Read honest & candid > reviews > > on > > hundreds of IT Products from real users. >Discover > which > > products > > truly live up to the hype. Start reading now. > > > > > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > > >_______________________________________________ >Netnice-kernels > > > > > mailing list >Net...@li... > > > > > >https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > > > > > > > ------------------------------------------------------------------------ > > > > > Millions of possibilities - find your Partner On > > > BharatMatrimony.com > > <http://g.msn.com/8HMBENIN/2752??PS=47575> > > > > > ------------------------------------------------------- SF email > is > > > > sponsored by - The IT Product Guide Read honest & candid > reviews on > > > > hundreds of IT Products from real users. Discover > which products > > truly > > live up to the hype. Start reading now. > > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > > _______________________________________________ Netnice-kernels > > > > > mailing list Net...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > > > > > > > ------------------------------------------------------------------------ > > > Millions of possibilities - find your Partner On > BharatMatrimony.com > > <http://g.msn.com/8HMBENIN/2752??PS=47575> > > > ------------------------------------------------------- SF email is > > > sponsored by - The IT Product Guide Read honest & candid reviews on > > > hundreds of IT Products from real users. Discover which products > truly > > live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ Netnice-kernels > > > mailing list Net...@li... > > > https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > > > ------------------------------------------------------------------------ > 65,000 jobs listings. Post your CV on Naukri.com today. > <http://g.msn.com/8HMBENIN/2749??PS=47575> > ------------------------------------------------------- SF email is > sponsored by - The IT Product Guide Read honest & candid reviews on > hundreds of IT Products from real users. Discover which products truly > live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ Netnice-kernels > mailing list Net...@li... > https://lists.sourceforge.net/lists/listinfo/netnice-kernels |
From: kartikey b. <kar...@ho...> - 2005-02-28 05:26:08
|
<html><div style='background-color:'><DIV class=RTE> <P>Hi Sho,</P> <P>Anyway have you commited your code to cvs or not?</P> <P>Can i get experimental code through cvs or not?</P> <P>thanks!</P> <P>kartikey<BR><BR></P></DIV> <DIV></DIV>>From: Sho Fujita <fu...@wi...> <DIV></DIV>>To: kartikey bhatt <kar...@ho...> <DIV></DIV>>CC: sco...@ve..., ta...@cs...,net...@li... <DIV></DIV>>Subject: Re: [Netnice-kernels] Re: major changes coming up <DIV></DIV>>Date: Mon, 28 Feb 2005 03:54:21 +0900 <DIV></DIV>> <DIV></DIV>>Hi kartikey, <DIV></DIV>> <DIV></DIV>>Thank you for your proposal. <DIV></DIV>>But, to tell the truth, I have nothing more than a experimental code. <DIV></DIV>> <DIV></DIV>>The part I have been implementing is Netnice Packet Capture. <DIV></DIV>>Since Linux doesn't have bpf device, we have to implement Netnice Packet <DIV></DIV>>Capture in a different way. <DIV></DIV>> <DIV></DIV>>I chose the way to create AF_NETNICE socket, which can be attached to <DIV></DIV>>virtual interface, <DIV></DIV>>by changing AF_PACKET socket. <DIV></DIV>> <DIV></DIV>>Sho <DIV></DIV>> <DIV></DIV>>kartikey bhatt wrote: <DIV></DIV>> <DIV></DIV>> > hi Sho, <DIV></DIV>> > <DIV></DIV>> > can you send me a copy of your code. <DIV></DIV>> > i would like to work on it. <DIV></DIV>> > sincerely <DIV></DIV>> > --kartikey <DIV></DIV>> > >From: Sho Fujita <fu...@wi...> >To: kartikey bhatt <DIV></DIV>> > <kar...@ho...>,Scott Brumbaugh <sco...@ve...> <DIV></DIV>> > >CC: ta...@cs..., net...@li... >Subject: <DIV></DIV>> > Re: [Netnice-kernels] Re: major changes coming up >Date: Sat, 26 Feb <DIV></DIV>> > 2005 12:32:29 +0900 > >Hi all, > >My code is not compilable now, and I <DIV></DIV>> > can't work on it just yet. >Scott, can you merge the patch to the <DIV></DIV>> > latest code on the CVS, please? >i've already commited some changes. > <DIV></DIV>> > >sho > >kartikey bhatt wrote: > > > hi all, > > i have sent you <DIV></DIV>> > patches from my student account at griffith. > > files are bzipped. > <DIV></DIV>> > > sincerely > > kartikey > > >From: Takashi Okumura <ta...@cs...> <DIV></DIV>> > >To: kartikey bhatt > > <kar...@ho...> >CC: <DIV></DIV>> > net...@li...,Sho > > Fujita <DIV></DIV>> > <fu...@wi...> >Subject: [Netnice-kernels] Re: major > > changes <DIV></DIV>> > coming up >Date: Thu, 24 Feb 2005 19:28:00 -0500 > > >hi, > > > <DIV></DIV>> > >thanks for the contribution. it sounds really good to add the sysctl <DIV></DIV>> > > > >access to the internal parameters on linux. they must be included <DIV></DIV>> > in > > >the beta release. > >so, can you send the patch and the <DIV></DIV>> > notification > > to the netnice-kernel >mailing list? since Sho and <DIV></DIV>> > Scott are > > maintenancing the linux code, >they need to be involved. <DIV></DIV>> > > >again. > > thanks for the contribution. i really appreciate it. > <DIV></DIV>> > >best, > >-- > > taka > >kartikey bhatt wrote: > > > > hi taka, > > > <DIV></DIV>> > > this is to > > inform you about some of the major changes that > > > <DIV></DIV>> > > i have made to > > netnice patch and i would send to you by <DIV></DIV>> > tomorrow. > > > > 1. packet > > hook mechanism for outgoing packets is <DIV></DIV>> > moved from ip_output to > > > > > > ip_queue_xmit. > > > > 2. socket <DIV></DIV>> > association are no more address > > family (af_inet) specific. > > > > <DIV></DIV>> > 3. i have added sysctl interface > > for linux. > > > > 4. i have <DIV></DIV>> > added functionality for ipv6. but yet to > > test it. > > > > i will <DIV></DIV>> > send 2 separate patches > > > > one against > > linux-2.6.7 and <DIV></DIV>> > another against linux-2.6.7-nnice. > > > > sincerely > > > > > > <DIV></DIV>> > --kartikey > > > > > > <DIV></DIV>> > ------------------------------------------------------------------------------ <DIV></DIV>> > > > > > Manage information better. Optimise your tasks. Experience MS <DIV></DIV>> > > > Office System. > > > > > <DIV></DIV>> > >------------------------------------------------------- >SF email is <DIV></DIV>> > > > sponsored by - The IT Product Guide >Read honest & candid reviews <DIV></DIV>> > on > > hundreds of IT Products from real users. >Discover which <DIV></DIV>> > products > > truly live up to the hype. Start reading now. > > <DIV></DIV>> > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > <DIV></DIV>> > >_______________________________________________ >Netnice-kernels > > <DIV></DIV>> > mailing list >Net...@li... > > <DIV></DIV>> > >https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > > > <DIV></DIV>> > ------------------------------------------------------------------------ <DIV></DIV>> > > > Millions of possibilities - find your Partner On <DIV></DIV>> > BharatMatrimony.com > > <http://g.msn.com/8HMBENIN/2752??PS=47575> > > <DIV></DIV>> > ------------------------------------------------------- SF email is > <DIV></DIV>> > > sponsored by - The IT Product Guide Read honest & candid reviews on <DIV></DIV>> > > > hundreds of IT Products from real users. Discover which products <DIV></DIV>> > truly > > live up to the hype. Start reading now. > > <DIV></DIV>> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > <DIV></DIV>> > _______________________________________________ Netnice-kernels > > <DIV></DIV>> > mailing list Net...@li... > > <DIV></DIV>> > https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > <DIV></DIV>> > <DIV></DIV>> > ------------------------------------------------------------------------ <DIV></DIV>> > Millions of possibilities - find your Partner On BharatMatrimony.com <DIV></DIV>> > <http://g.msn.com/8HMBENIN/2752??PS=47575> <DIV></DIV>> > ------------------------------------------------------- SF email is <DIV></DIV>> > sponsored by - The IT Product Guide Read honest & candid reviews on <DIV></DIV>> > hundreds of IT Products from real users. Discover which products truly <DIV></DIV>> > live up to the hype. Start reading now. <DIV></DIV>> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click <DIV></DIV>> > _______________________________________________ Netnice-kernels <DIV></DIV>> > mailing list Net...@li... <DIV></DIV>> > https://lists.sourceforge.net/lists/listinfo/netnice-kernels <DIV></DIV>> <DIV></DIV>> <DIV></DIV></div><br clear=all><hr>65,000 jobs listings. <a href="http://g.msn.com/8HMBENIN/2749??PS=47575" target="_top">Post your CV on Naukri.com today.</a> </html> |
From: Sho F. <fu...@wi...> - 2005-02-27 18:54:34
|
Hi kartikey, Thank you for your proposal. But, to tell the truth, I have nothing more than a experimental code. The part I have been implementing is Netnice Packet Capture. Since Linux doesn't have bpf device, we have to implement Netnice Packet Capture in a different way. I chose the way to create AF_NETNICE socket, which can be attached to virtual interface, by changing AF_PACKET socket. Sho kartikey bhatt wrote: > hi Sho, > > can you send me a copy of your code. > i would like to work on it. > sincerely > --kartikey > >From: Sho Fujita <fu...@wi...> >To: kartikey bhatt > <kar...@ho...>,Scott Brumbaugh <sco...@ve...> > >CC: ta...@cs..., net...@li... >Subject: > Re: [Netnice-kernels] Re: major changes coming up >Date: Sat, 26 Feb > 2005 12:32:29 +0900 > >Hi all, > >My code is not compilable now, and I > can't work on it just yet. >Scott, can you merge the patch to the > latest code on the CVS, please? >i've already commited some changes. > > >sho > >kartikey bhatt wrote: > > > hi all, > > i have sent you > patches from my student account at griffith. > > files are bzipped. > > > sincerely > > kartikey > > >From: Takashi Okumura <ta...@cs...> > >To: kartikey bhatt > > <kar...@ho...> >CC: > net...@li...,Sho > > Fujita > <fu...@wi...> >Subject: [Netnice-kernels] Re: major > > changes > coming up >Date: Thu, 24 Feb 2005 19:28:00 -0500 > > >hi, > > > > >thanks for the contribution. it sounds really good to add the sysctl > > > >access to the internal parameters on linux. they must be included > in > > >the beta release. > >so, can you send the patch and the > notification > > to the netnice-kernel >mailing list? since Sho and > Scott are > > maintenancing the linux code, >they need to be involved. > > >again. > > thanks for the contribution. i really appreciate it. > > >best, > >-- > > taka > >kartikey bhatt wrote: > > > > hi taka, > > > > > this is to > > inform you about some of the major changes that > > > > > i have made to > > netnice patch and i would send to you by > tomorrow. > > > > 1. packet > > hook mechanism for outgoing packets is > moved from ip_output to > > > > > > ip_queue_xmit. > > > > 2. socket > association are no more address > > family (af_inet) specific. > > > > > 3. i have added sysctl interface > > for linux. > > > > 4. i have > added functionality for ipv6. but yet to > > test it. > > > > i will > send 2 separate patches > > > > one against > > linux-2.6.7 and > another against linux-2.6.7-nnice. > > > > sincerely > > > > > > > --kartikey > > > > > > > ------------------------------------------------------------------------------ > > > > > Manage information better. Optimise your tasks. Experience MS > > > Office System. > > > > > > >------------------------------------------------------- >SF email is > > > sponsored by - The IT Product Guide >Read honest & candid reviews > on > > hundreds of IT Products from real users. >Discover which > products > > truly live up to the hype. Start reading now. > > > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > >_______________________________________________ >Netnice-kernels > > > mailing list >Net...@li... > > > >https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > > > > ------------------------------------------------------------------------ > > > Millions of possibilities - find your Partner On > BharatMatrimony.com > > <http://g.msn.com/8HMBENIN/2752??PS=47575> > > > ------------------------------------------------------- SF email is > > > sponsored by - The IT Product Guide Read honest & candid reviews on > > > hundreds of IT Products from real users. Discover which products > truly > > live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ Netnice-kernels > > > mailing list Net...@li... > > > https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > > > ------------------------------------------------------------------------ > Millions of possibilities - find your Partner On BharatMatrimony.com > <http://g.msn.com/8HMBENIN/2752??PS=47575> > ------------------------------------------------------- SF email is > sponsored by - The IT Product Guide Read honest & candid reviews on > hundreds of IT Products from real users. Discover which products truly > live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ Netnice-kernels > mailing list Net...@li... > https://lists.sourceforge.net/lists/listinfo/netnice-kernels |
From: Takashi O. <ta...@cs...> - 2005-02-27 07:02:36
|
thanks kartikey, since Sho is not touching the code, i think you can safely modify netnice267. to avoid conflicts, please write to the ML when you start modifying the code. and, don't forget to notify the ML when you finish :-) Just fyi. sho is porting the netnice packet filter code, vif_capture.c, and he said he finished porting of the packet filter mechanism (filter), though the code has not been tested yet. he'll work on the capturing mechanism (port) later. thanks! -- taka kartikey bhatt wrote: > > hi taka, > > sure i would start using developer cvs. > > i needed to make sure that everything is synchronized and > > i dont end up making it unstable. > > anyway i think scott hasn't configure ipv6 support in the kernel. > > and thats why he is able to compile but not build the kernel. > > regards > > --kartikey > > >From: Takashi Okumura <ta...@cs...> > >To: Scott Brumbaugh <sco...@ve...> > >CC: kartikey bhatt <kar...@ho...>,netnice kernels > <net...@li...> > >Subject: Re: [Netnice-kernels] Re: major changes coming up > >Date: Sat, 26 Feb 2005 19:51:23 -0500 > > > > > >Scott, thanks for the work. i guess the best way is to ask kartiky to > >use the developers CVS, to contribute his code. > > > >kartikey, can you just checkout netnice267 of Linux on the CVS, > >and apply your patch? > > > > %cvs co -r netnice267 Linux > > > >you may find the following page useful. > > > > http://sourceforge.net/cvs/?group_id=87780 > > > >this way, i think you can also checkout the incomplete code Sho mentioned. > > > >Kartikey Bhatt wrote: > > > hi Sho, > > > > > > can you send me a copy of your code. > > > i would like to work on it. > > > >thanks! > > > > > >-- taka > > > >Scott Brumbaugh wrote: > > > > > > On Fri, 25 Feb 2005, Takashi Okumura wrote: > > > > > > > > > > > Thanks Kartikey! > > > > > > > > Scott, can you apply the patch to the source, and commit? > > > > > > > > Sho, if you're busy, can you just commit your NPF code > > > > before Scott applies the patch, not to complicate your > > > > further coding? (even if it is incomplete) > > > > > > > > > > > > thanks! > > > > > > > > -- taka > > > > > > > > > > Hi Takashi, Sho, and Kartikey, > > > > > > I have applied the patch 'patch-2.6.7nnice.txt' to the HEAD of > > > netnice267. I also copied the file 'patch-2.6.7.txt' over > > > netnice/linux/sys/netnice-linux-2.6.7.patch. I have not committed > > > these changes because I found that I can no longer build the netnice > > > kernel after applying the patch. Aside from a few warnings, the > > > following errors occur at the end of compilation during the link: > > > > > > UPD include/linux/compile.h > > > CC init/version.o > > > LD init/built-in.o > > > LD .tmp_vmlinux1 > > > net/built-in.o(.text+0x13b87): In function `vif_in_output': > > > : undefined reference to `ipv6_rcv' > > > net/built-in.o(.text+0x13c23): In function `pvif_lookup': > > > : undefined reference to `ipv6_skip_exthdr' > > > net/built-in.o(.text+0x13c70): In function `pvif_lookup': > > > : undefined reference to `udp_v6_lookup' > > > net/built-in.o(.text+0x13d22): In function `pvif_lookup': > > > : undefined reference to `tcp_v6_lookup' > > > net/built-in.o(.text+0x146d6): In function `vif6_input': > > > : undefined reference to `ip6_maybe_reroute' > > > net/built-in.o(.text+0x14866): In function `vif_output': > > > : undefined reference to `ip6_maybe_reroute' > > > net/built-in.o(.text+0x14878): In function `vif_output': > > > : undefined reference to `ip6_maybe_reroute' > > > net/built-in.o(.text+0x146c6): In function `vif6_input': > > > : undefined reference to `ip6_maybe_reroute' > > > make: *** [.tmp_vmlinux1] Error 1 > > > > > > I have not done any further investigation and maybe have not correctly > > > configured the kernel build. Would you like me to go ahead and commit > > > the changes now anyway? > > > > > > Thanks, > > > > > > Scott B > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Netnice-kernels mailing list > > > Net...@li... > > > https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > > > ------------------------------------------------------------------------------ > Chat with eligible singles. On BharatMatrimony.com's Instant Messenger |
From: kartikey b. <kar...@ho...> - 2005-02-27 05:48:09
|
<html><div style='background-color:'><DIV class=RTE> <P>hi taka,</P> <P>sure i would start using developer cvs.</P> <P>i needed to make sure that everything is synchronized and</P> <P>i dont end up making it unstable.</P> <P>anyway i think scott hasn't configure ipv6 support in the kernel.</P> <P>and thats why he is able to compile but not build the kernel.</P> <P>regards</P> <P>--kartikey<BR><BR></P></DIV> <DIV></DIV>>From: Takashi Okumura <ta...@cs...> <DIV></DIV>>To: Scott Brumbaugh <sco...@ve...> <DIV></DIV>>CC: kartikey bhatt <kar...@ho...>,netnice kernels <net...@li...> <DIV></DIV>>Subject: Re: [Netnice-kernels] Re: major changes coming up <DIV></DIV>>Date: Sat, 26 Feb 2005 19:51:23 -0500 <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>Scott, thanks for the work. i guess the best way is to ask kartiky to <DIV></DIV>>use the developers CVS, to contribute his code. <DIV></DIV>> <DIV></DIV>>kartikey, can you just checkout netnice267 of Linux on the CVS, <DIV></DIV>>and apply your patch? <DIV></DIV>> <DIV></DIV>> %cvs co -r netnice267 Linux <DIV></DIV>> <DIV></DIV>>you may find the following page useful. <DIV></DIV>> <DIV></DIV>> http://sourceforge.net/cvs/?group_id=87780 <DIV></DIV>> <DIV></DIV>>this way, i think you can also checkout the incomplete code Sho mentioned. <DIV></DIV>> <DIV></DIV>>Kartikey Bhatt wrote: <DIV></DIV>> > hi Sho, <DIV></DIV>> > <DIV></DIV>> > can you send me a copy of your code. <DIV></DIV>> > i would like to work on it. <DIV></DIV>> <DIV></DIV>>thanks! <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>-- taka <DIV></DIV>> <DIV></DIV>>Scott Brumbaugh wrote: <DIV></DIV>> > <DIV></DIV>> > On Fri, 25 Feb 2005, Takashi Okumura wrote: <DIV></DIV>> > <DIV></DIV>> > > <DIV></DIV>> > > Thanks Kartikey! <DIV></DIV>> > > <DIV></DIV>> > > Scott, can you apply the patch to the source, and commit? <DIV></DIV>> > > <DIV></DIV>> > > Sho, if you're busy, can you just commit your NPF code <DIV></DIV>> > > before Scott applies the patch, not to complicate your <DIV></DIV>> > > further coding? (even if it is incomplete) <DIV></DIV>> > > <DIV></DIV>> > > <DIV></DIV>> > > thanks! <DIV></DIV>> > > <DIV></DIV>> > > -- taka <DIV></DIV>> > > <DIV></DIV>> > <DIV></DIV>> > Hi Takashi, Sho, and Kartikey, <DIV></DIV>> > <DIV></DIV>> > I have applied the patch 'patch-2.6.7nnice.txt' to the HEAD of <DIV></DIV>> > netnice267. I also copied the file 'patch-2.6.7.txt' over <DIV></DIV>> > netnice/linux/sys/netnice-linux-2.6.7.patch. I have not committed <DIV></DIV>> > these changes because I found that I can no longer build the netnice <DIV></DIV>> > kernel after applying the patch. Aside from a few warnings, the <DIV></DIV>> > following errors occur at the end of compilation during the link: <DIV></DIV>> > <DIV></DIV>> > UPD include/linux/compile.h <DIV></DIV>> > CC init/version.o <DIV></DIV>> > LD init/built-in.o <DIV></DIV>> > LD .tmp_vmlinux1 <DIV></DIV>> > net/built-in.o(.text+0x13b87): In function `vif_in_output': <DIV></DIV>> > : undefined reference to `ipv6_rcv' <DIV></DIV>> > net/built-in.o(.text+0x13c23): In function `pvif_lookup': <DIV></DIV>> > : undefined reference to `ipv6_skip_exthdr' <DIV></DIV>> > net/built-in.o(.text+0x13c70): In function `pvif_lookup': <DIV></DIV>> > : undefined reference to `udp_v6_lookup' <DIV></DIV>> > net/built-in.o(.text+0x13d22): In function `pvif_lookup': <DIV></DIV>> > : undefined reference to `tcp_v6_lookup' <DIV></DIV>> > net/built-in.o(.text+0x146d6): In function `vif6_input': <DIV></DIV>> > : undefined reference to `ip6_maybe_reroute' <DIV></DIV>> > net/built-in.o(.text+0x14866): In function `vif_output': <DIV></DIV>> > : undefined reference to `ip6_maybe_reroute' <DIV></DIV>> > net/built-in.o(.text+0x14878): In function `vif_output': <DIV></DIV>> > : undefined reference to `ip6_maybe_reroute' <DIV></DIV>> > net/built-in.o(.text+0x146c6): In function `vif6_input': <DIV></DIV>> > : undefined reference to `ip6_maybe_reroute' <DIV></DIV>> > make: *** [.tmp_vmlinux1] Error 1 <DIV></DIV>> > <DIV></DIV>> > I have not done any further investigation and maybe have not correctly <DIV></DIV>> > configured the kernel build. Would you like me to go ahead and commit <DIV></DIV>> > the changes now anyway? <DIV></DIV>> > <DIV></DIV>> > Thanks, <DIV></DIV>> > <DIV></DIV>> > Scott B <DIV></DIV>> > <DIV></DIV>> > ------------------------------------------------------- <DIV></DIV>> > SF email is sponsored by - The IT Product Guide <DIV></DIV>> > Read honest & candid reviews on hundreds of IT Products from real users. <DIV></DIV>> > Discover which products truly live up to the hype. Start reading now. <DIV></DIV>> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click <DIV></DIV>> > _______________________________________________ <DIV></DIV>> > Netnice-kernels mailing list <DIV></DIV>> > Net...@li... <DIV></DIV>> > https://lists.sourceforge.net/lists/listinfo/netnice-kernels <DIV></DIV>> <DIV></DIV></div><br clear=all><hr>Chat with eligible singles. <a href="http://g.msn.com/8HMBENIN/2731??PS=47575" target="_top">On BharatMatrimony.com's Instant Messenger</a> </html> |
From: Takashi O. <ta...@cs...> - 2005-02-27 00:51:41
|
Scott, thanks for the work. i guess the best way is to ask kartiky to use the developers CVS, to contribute his code. kartikey, can you just checkout netnice267 of Linux on the CVS, and apply your patch? %cvs co -r netnice267 Linux you may find the following page useful. http://sourceforge.net/cvs/?group_id=87780 this way, i think you can also checkout the incomplete code Sho mentioned. Kartikey Bhatt wrote: > hi Sho, > > can you send me a copy of your code. > i would like to work on it. thanks! -- taka Scott Brumbaugh wrote: > > On Fri, 25 Feb 2005, Takashi Okumura wrote: > > > > > Thanks Kartikey! > > > > Scott, can you apply the patch to the source, and commit? > > > > Sho, if you're busy, can you just commit your NPF code > > before Scott applies the patch, not to complicate your > > further coding? (even if it is incomplete) > > > > > > thanks! > > > > -- taka > > > > Hi Takashi, Sho, and Kartikey, > > I have applied the patch 'patch-2.6.7nnice.txt' to the HEAD of > netnice267. I also copied the file 'patch-2.6.7.txt' over > netnice/linux/sys/netnice-linux-2.6.7.patch. I have not committed > these changes because I found that I can no longer build the netnice > kernel after applying the patch. Aside from a few warnings, the > following errors occur at the end of compilation during the link: > > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > net/built-in.o(.text+0x13b87): In function `vif_in_output': > : undefined reference to `ipv6_rcv' > net/built-in.o(.text+0x13c23): In function `pvif_lookup': > : undefined reference to `ipv6_skip_exthdr' > net/built-in.o(.text+0x13c70): In function `pvif_lookup': > : undefined reference to `udp_v6_lookup' > net/built-in.o(.text+0x13d22): In function `pvif_lookup': > : undefined reference to `tcp_v6_lookup' > net/built-in.o(.text+0x146d6): In function `vif6_input': > : undefined reference to `ip6_maybe_reroute' > net/built-in.o(.text+0x14866): In function `vif_output': > : undefined reference to `ip6_maybe_reroute' > net/built-in.o(.text+0x14878): In function `vif_output': > : undefined reference to `ip6_maybe_reroute' > net/built-in.o(.text+0x146c6): In function `vif6_input': > : undefined reference to `ip6_maybe_reroute' > make: *** [.tmp_vmlinux1] Error 1 > > I have not done any further investigation and maybe have not correctly > configured the kernel build. Would you like me to go ahead and commit > the changes now anyway? > > Thanks, > > Scott B > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Netnice-kernels mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netnice-kernels |
From: Scott B. <sco...@ve...> - 2005-02-26 23:58:33
|
On Fri, 25 Feb 2005, Takashi Okumura wrote: > > Thanks Kartikey! > > Scott, can you apply the patch to the source, and commit? > > Sho, if you're busy, can you just commit your NPF code > before Scott applies the patch, not to complicate your > further coding? (even if it is incomplete) > > > thanks! > > -- taka > Hi Takashi, Sho, and Kartikey, I have applied the patch 'patch-2.6.7nnice.txt' to the HEAD of netnice267. I also copied the file 'patch-2.6.7.txt' over netnice/linux/sys/netnice-linux-2.6.7.patch. I have not committed these changes because I found that I can no longer build the netnice kernel after applying the patch. Aside from a few warnings, the following errors occur at the end of compilation during the link: UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 net/built-in.o(.text+0x13b87): In function `vif_in_output': : undefined reference to `ipv6_rcv' net/built-in.o(.text+0x13c23): In function `pvif_lookup': : undefined reference to `ipv6_skip_exthdr' net/built-in.o(.text+0x13c70): In function `pvif_lookup': : undefined reference to `udp_v6_lookup' net/built-in.o(.text+0x13d22): In function `pvif_lookup': : undefined reference to `tcp_v6_lookup' net/built-in.o(.text+0x146d6): In function `vif6_input': : undefined reference to `ip6_maybe_reroute' net/built-in.o(.text+0x14866): In function `vif_output': : undefined reference to `ip6_maybe_reroute' net/built-in.o(.text+0x14878): In function `vif_output': : undefined reference to `ip6_maybe_reroute' net/built-in.o(.text+0x146c6): In function `vif6_input': : undefined reference to `ip6_maybe_reroute' make: *** [.tmp_vmlinux1] Error 1 I have not done any further investigation and maybe have not correctly configured the kernel build. Would you like me to go ahead and commit the changes now anyway? Thanks, Scott B |
From: kartikey b. <kar...@ho...> - 2005-02-26 13:32:07
|
<html><div style='background-color:'><DIV class=RTE> <P>hi Sho,</P></DIV> <DIV class=RTE>can you send me a copy of your code.</DIV> <DIV class=RTE>i would like to work on it.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>sincerely</DIV> <DIV class=RTE>--kartikey</DIV> <DIV class=RTE> </DIV> <DIV></DIV>>From: Sho Fujita <fu...@wi...> <DIV></DIV>>To: kartikey bhatt <kar...@ho...>,Scott Brumbaugh <sco...@ve...> <DIV></DIV>>CC: ta...@cs..., net...@li... <DIV></DIV>>Subject: Re: [Netnice-kernels] Re: major changes coming up <DIV></DIV>>Date: Sat, 26 Feb 2005 12:32:29 +0900 <DIV></DIV>> <DIV></DIV>>Hi all, <DIV></DIV>> <DIV></DIV>>My code is not compilable now, and I can't work on it just yet. <DIV></DIV>>Scott, can you merge the patch to the latest code on the CVS, please? <DIV></DIV>>i've already commited some changes. <DIV></DIV>> <DIV></DIV>>sho <DIV></DIV>> <DIV></DIV>>kartikey bhatt wrote: <DIV></DIV>> <DIV></DIV>> > hi all, <DIV></DIV>> > i have sent you patches from my student account at griffith. <DIV></DIV>> > files are bzipped. <DIV></DIV>> > sincerely <DIV></DIV>> > kartikey <DIV></DIV>> > >From: Takashi Okumura <ta...@cs...> >To: kartikey bhatt <DIV></DIV>> > <kar...@ho...> >CC: net...@li...,Sho <DIV></DIV>> > Fujita <fu...@wi...> >Subject: [Netnice-kernels] Re: major <DIV></DIV>> > changes coming up >Date: Thu, 24 Feb 2005 19:28:00 -0500 > > >hi, > <DIV></DIV>> > >thanks for the contribution. it sounds really good to add the sysctl <DIV></DIV>> > >access to the internal parameters on linux. they must be included in <DIV></DIV>> > >the beta release. > >so, can you send the patch and the notification <DIV></DIV>> > to the netnice-kernel >mailing list? since Sho and Scott are <DIV></DIV>> > maintenancing the linux code, >they need to be involved. > >again. <DIV></DIV>> > thanks for the contribution. i really appreciate it. > >best, > >-- <DIV></DIV>> > taka > >kartikey bhatt wrote: > > > > hi taka, > > > > this is to <DIV></DIV>> > inform you about some of the major changes that > > > > i have made to <DIV></DIV>> > netnice patch and i would send to you by tomorrow. > > > > 1. packet <DIV></DIV>> > hook mechanism for outgoing packets is moved from ip_output to > > > > <DIV></DIV>> > ip_queue_xmit. > > > > 2. socket association are no more address <DIV></DIV>> > family (af_inet) specific. > > > > 3. i have added sysctl interface <DIV></DIV>> > for linux. > > > > 4. i have added functionality for ipv6. but yet to <DIV></DIV>> > test it. > > > > i will send 2 separate patches > > > > one against <DIV></DIV>> > linux-2.6.7 and another against linux-2.6.7-nnice. > > > > sincerely > <DIV></DIV>> > > > > --kartikey > > > > <DIV></DIV>> > ------------------------------------------------------------------------------ <DIV></DIV>> > > > Manage information better. Optimise your tasks. Experience MS <DIV></DIV>> > Office System. > > > <DIV></DIV>> > >------------------------------------------------------- >SF email is <DIV></DIV>> > sponsored by - The IT Product Guide >Read honest & candid reviews on <DIV></DIV>> > hundreds of IT Products from real users. >Discover which products <DIV></DIV>> > truly live up to the hype. Start reading now. <DIV></DIV>> > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click <DIV></DIV>> > >_______________________________________________ >Netnice-kernels <DIV></DIV>> > mailing list >Net...@li... <DIV></DIV>> > >https://lists.sourceforge.net/lists/listinfo/netnice-kernels <DIV></DIV>> > <DIV></DIV>> > ------------------------------------------------------------------------ <DIV></DIV>> > Millions of possibilities - find your Partner On BharatMatrimony.com <DIV></DIV>> > <http://g.msn.com/8HMBENIN/2752??PS=47575> <DIV></DIV>> > ------------------------------------------------------- SF email is <DIV></DIV>> > sponsored by - The IT Product Guide Read honest & candid reviews on <DIV></DIV>> > hundreds of IT Products from real users. Discover which products truly <DIV></DIV>> > live up to the hype. Start reading now. <DIV></DIV>> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click <DIV></DIV>> > _______________________________________________ Netnice-kernels <DIV></DIV>> > mailing list Net...@li... <DIV></DIV>> > https://lists.sourceforge.net/lists/listinfo/netnice-kernels <DIV></DIV>> <DIV></DIV>> <DIV></DIV></div><br clear=all><hr>Millions of possibilities - find your Partner <a href="http://g.msn.com/8HMBENIN/2752??PS=47575" target="_top">On BharatMatrimony.com</a> </html> |
From: Sho F. <fu...@wi...> - 2005-02-26 03:32:51
|
Hi all, My code is not compilable now, and I can't work on it just yet. Scott, can you merge the patch to the latest code on the CVS, please? i've already commited some changes. sho kartikey bhatt wrote: > hi all, > i have sent you patches from my student account at griffith. > files are bzipped. > sincerely > kartikey > >From: Takashi Okumura <ta...@cs...> >To: kartikey bhatt > <kar...@ho...> >CC: net...@li...,Sho > Fujita <fu...@wi...> >Subject: [Netnice-kernels] Re: major > changes coming up >Date: Thu, 24 Feb 2005 19:28:00 -0500 > > >hi, > > >thanks for the contribution. it sounds really good to add the sysctl > >access to the internal parameters on linux. they must be included in > >the beta release. > >so, can you send the patch and the notification > to the netnice-kernel >mailing list? since Sho and Scott are > maintenancing the linux code, >they need to be involved. > >again. > thanks for the contribution. i really appreciate it. > >best, > >-- > taka > >kartikey bhatt wrote: > > > > hi taka, > > > > this is to > inform you about some of the major changes that > > > > i have made to > netnice patch and i would send to you by tomorrow. > > > > 1. packet > hook mechanism for outgoing packets is moved from ip_output to > > > > > ip_queue_xmit. > > > > 2. socket association are no more address > family (af_inet) specific. > > > > 3. i have added sysctl interface > for linux. > > > > 4. i have added functionality for ipv6. but yet to > test it. > > > > i will send 2 separate patches > > > > one against > linux-2.6.7 and another against linux-2.6.7-nnice. > > > > sincerely > > > > > --kartikey > > > > > ------------------------------------------------------------------------------ > > > Manage information better. Optimise your tasks. Experience MS > Office System. > > > > >------------------------------------------------------- >SF email is > sponsored by - The IT Product Guide >Read honest & candid reviews on > hundreds of IT Products from real users. >Discover which products > truly live up to the hype. Start reading now. > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >_______________________________________________ >Netnice-kernels > mailing list >Net...@li... > >https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > ------------------------------------------------------------------------ > Millions of possibilities - find your Partner On BharatMatrimony.com > <http://g.msn.com/8HMBENIN/2752??PS=47575> > ------------------------------------------------------- SF email is > sponsored by - The IT Product Guide Read honest & candid reviews on > hundreds of IT Products from real users. Discover which products truly > live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ Netnice-kernels > mailing list Net...@li... > https://lists.sourceforge.net/lists/listinfo/netnice-kernels |
From: Takashi O. <ta...@cs...> - 2005-02-25 15:19:36
|
Thanks Kartikey! Scott, can you apply the patch to the source, and commit? Sho, if you're busy, can you just commit your NPF code before Scott applies the patch, not to complicate your further coding? (even if it is incomplete) thanks! -- taka kartikey bhatt wrote: > > hi all, > > i have sent you patches from my student account at griffith. > files are bzipped. > > sincerely > kartikey > > >From: Takashi Okumura <ta...@cs...> > >To: kartikey bhatt <kar...@ho...> > >CC: net...@li...,Sho Fujita <fu...@wi...> > >Subject: [Netnice-kernels] Re: major changes coming up > >Date: Thu, 24 Feb 2005 19:28:00 -0500 > > > > > >hi, > > > >thanks for the contribution. it sounds really good to add the sysctl > >access to the internal parameters on linux. they must be included in > >the beta release. > > > >so, can you send the patch and the notification to the netnice-kernel > >mailing list? since Sho and Scott are maintenancing the linux code, > >they need to be involved. > > > >again. thanks for the contribution. i really appreciate it. > > > >best, > > > >-- taka > > > >kartikey bhatt wrote: > > > > > > hi taka, > > > > > > this is to inform you about some of the major changes that > > > > > > i have made to netnice patch and i would send to you by tomorrow. > > > > > > 1. packet hook mechanism for outgoing packets is moved from ip_output to > > > > > > ip_queue_xmit. > > > > > > 2. socket association are no more address family (af_inet) specific. > > > > > > 3. i have added sysctl interface for linux. > > > > > > 4. i have added functionality for ipv6. but yet to test it. > > > > > > i will send 2 separate patches > > > > > > one against linux-2.6.7 and another against linux-2.6.7-nnice. > > > > > > sincerely > > > > > > --kartikey > > > > > > > ------------------------------------------------------------------------------ > > > Manage information better. Optimise your tasks. Experience MS Office > System. > > > > > > > >------------------------------------------------------- > >SF email is sponsored by - The IT Product Guide > >Read honest & candid reviews on hundreds of IT Products from real users. > >Discover which products truly live up to the hype. Start reading now. > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >_______________________________________________ > >Netnice-kernels mailing list > >Net...@li... > >https://lists.sourceforge.net/lists/listinfo/netnice-kernels > > ------------------------------------------------------------------------------ > Millions of possibilities - find your Partner On BharatMatrimony.com > ------------------------------------------------------- SF email is sponsored > by - The IT Product Guide Read honest & candid reviews on hundreds of IT > Products from real users. Discover which products truly live up to the hype. > Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ Netnice-kernels mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netnice-kernels |
From: Kartikey B. <Kar...@st...> - 2005-02-25 14:18:06
|
hi all, i am sending 2 patches for the changes i have made. first patch is against the fresh 2.6.7 tree and the other is against 2.6.7nnice tree. ipv4 functionality is working perfactly. however ipv6 needs more attention. ping6 is working perfactly fine, telnet is not working; on the other hand telnet against httpd is working. files are bzipped. sincerely kartikey |
From: kartikey b. <kar...@ho...> - 2005-02-25 13:54:55
|
<html><div style='background-color:'><DIV class=RTE>hi all,</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>i have sent you patches from my student account at griffith.</DIV> <DIV class=RTE>files are bzipped.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>sincerely</DIV> <DIV class=RTE>kartikey</DIV> <DIV class=RTE> </DIV> <DIV></DIV>>From: Takashi Okumura <ta...@cs...> <DIV></DIV>>To: kartikey bhatt <kar...@ho...> <DIV></DIV>>CC: net...@li...,Sho Fujita <fu...@wi...> <DIV></DIV>>Subject: [Netnice-kernels] Re: major changes coming up <DIV></DIV>>Date: Thu, 24 Feb 2005 19:28:00 -0500 <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>hi, <DIV></DIV>> <DIV></DIV>>thanks for the contribution. it sounds really good to add the sysctl <DIV></DIV>>access to the internal parameters on linux. they must be included in <DIV></DIV>>the beta release. <DIV></DIV>> <DIV></DIV>>so, can you send the patch and the notification to the netnice-kernel <DIV></DIV>>mailing list? since Sho and Scott are maintenancing the linux code, <DIV></DIV>>they need to be involved. <DIV></DIV>> <DIV></DIV>>again. thanks for the contribution. i really appreciate it. <DIV></DIV>> <DIV></DIV>>best, <DIV></DIV>> <DIV></DIV>>-- taka <DIV></DIV>> <DIV></DIV>>kartikey bhatt wrote: <DIV></DIV>> > <DIV></DIV>> > hi taka, <DIV></DIV>> > <DIV></DIV>> > this is to inform you about some of the major changes that <DIV></DIV>> > <DIV></DIV>> > i have made to netnice patch and i would send to you by tomorrow. <DIV></DIV>> > <DIV></DIV>> > 1. packet hook mechanism for outgoing packets is moved from ip_output to <DIV></DIV>> > <DIV></DIV>> > ip_queue_xmit. <DIV></DIV>> > <DIV></DIV>> > 2. socket association are no more address family (af_inet) specific. <DIV></DIV>> > <DIV></DIV>> > 3. i have added sysctl interface for linux. <DIV></DIV>> > <DIV></DIV>> > 4. i have added functionality for ipv6. but yet to test it. <DIV></DIV>> > <DIV></DIV>> > i will send 2 separate patches <DIV></DIV>> > <DIV></DIV>> > one against linux-2.6.7 and another against linux-2.6.7-nnice. <DIV></DIV>> > <DIV></DIV>> > sincerely <DIV></DIV>> > <DIV></DIV>> > --kartikey <DIV></DIV>> > <DIV></DIV>> > ------------------------------------------------------------------------------ <DIV></DIV>> > Manage information better. Optimise your tasks. Experience MS Office System. <DIV></DIV>> <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>------------------------------------------------------- <DIV></DIV>>SF email is sponsored by - The IT Product Guide <DIV></DIV>>Read honest & candid reviews on hundreds of IT Products from real users. <DIV></DIV>>Discover which products truly live up to the hype. Start reading now. <DIV></DIV>>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click <DIV></DIV>>_______________________________________________ <DIV></DIV>>Netnice-kernels mailing list <DIV></DIV>>Net...@li... <DIV></DIV>>https://lists.sourceforge.net/lists/listinfo/netnice-kernels <DIV></DIV></div><br clear=all><hr>Millions of possibilities - find your Partner <a href="http://g.msn.com/8HMBENIN/2752??PS=47575" target="_top">On BharatMatrimony.com</a> </html> |
From: Takashi O. <ta...@cs...> - 2005-02-25 00:28:18
|
hi, thanks for the contribution. it sounds really good to add the sysctl access to the internal parameters on linux. they must be included in the beta release. so, can you send the patch and the notification to the netnice-kernel mailing list? since Sho and Scott are maintenancing the linux code, they need to be involved. again. thanks for the contribution. i really appreciate it. best, -- taka kartikey bhatt wrote: > > hi taka, > > this is to inform you about some of the major changes that > > i have made to netnice patch and i would send to you by tomorrow. > > 1. packet hook mechanism for outgoing packets is moved from ip_output to > > ip_queue_xmit. > > 2. socket association are no more address family (af_inet) specific. > > 3. i have added sysctl interface for linux. > > 4. i have added functionality for ipv6. but yet to test it. > > i will send 2 separate patches > > one against linux-2.6.7 and another against linux-2.6.7-nnice. > > sincerely > > --kartikey > > ------------------------------------------------------------------------------ > Manage information better. Optimise your tasks. Experience MS Office System. |
From: Takashi O. <ta...@cs...> - 2005-02-24 18:22:59
|
hi, thanks for the contribution. it sounds like a really good idea to add the sysctl access to the internal parameters on linux, and they must be included in the beta release. so, can you send the patch and the notification to the netnice-kernel mailing list? since Sho and Scott are maintenancing the linux code, they need to be involved. again. thanks for the contribution. i really appreciate it. best, -- taka kartikey bhatt wrote: > > hi taka, > > this is to inform you about some of the major changes that > > i have made to netnice patch and i would send to you by tomorrow. > > 1. packet hook mechanism for outgoing packets is moved from ip_output to > > ip_queue_xmit. > > 2. socket association are no more address family (af_inet) specific. > > 3. i have added sysctl interface for linux. > > 4. i have added functionality for ipv6. but yet to test it. > > i will send 2 separate patches > > one against linux-2.6.7 and another against linux-2.6.7-nnice. > > sincerely > > --kartikey > > ------------------------------------------------------------------------------ > Manage information better. Optimise your tasks. Experience MS Office System. |
From: Takashi O. <ta...@cs...> - 2005-02-06 22:51:58
|
dear netnice hackers/developers/users, as scheduled, we are releasing alpha versions for FreeBSD4.11, FreeBSD5.3 NetBSD1.6.2, OpenBSD3.6, and Linux 2.6.7 on feb 8. but, i think they still need pre-alpha testing. so, if any of you have a little time, i would really appreciate if you take a look at the latest Snapshot. any feedback is appreciated. http://www.netnice.org/download/SNAP-02-06-2005.tgz thanks! -- taka |
From: Takashi O. <ta...@cs...> - 2004-12-02 08:20:33
|
hi, (redirected to netnice-kernels ML) Scott Brumbaugh wrote: > > Thanksgiving was good, some relatives visited, it has been pretty cold > here. I hope your trip was successful. good to know. my trip was hectic, but, very productive. i met a lot of Japanese application developers and kernel hackers :-) > I have not made any changes to the code since last Tuesday. I was > waiting to hear about any issues that testing or review showed up. I > understand that the code review was not finished but was there any > alpha-testing? not yet. I modified vif_*.c a bit. i think you can now safely work on it. but, we would like to make several more changes. after that, we will proceed to the testing/debuging. > As of today, I have used 120 hours of the 175 that we agreed on. I > would like to complete the 175 hours over the next couple of weeks. > > I don't really have a preference as to the license that you use for a > knoppix release. I am more interested that the code gets a good > review and testing before being made available. I suspect that there > are some problems in the scheduler and in the nnfs code. good. we will notify you when we touch so that you can safely debug this week. thanks! -- taka |