linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Modular ipv4 inquiries...
@ 2003-11-01 18:25 Alexander Chacon
  2003-11-01 18:33 ` Matti Aarnio
  2003-11-02 19:02 ` Mike Fedyk
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Chacon @ 2003-11-01 18:25 UTC (permalink / raw)
  To: linux-kernel

Hello!

I would like to know a few things about making the ipv4 code modular. I've been
working on a school assignment that requires implementing tunneling, but first
ipv4 must be modularized... it needs to be done using kernel 2.4.20

I see Eric Schenk tried to do it on an earlier kernel version (
http://www.cs-ipv6.lancs.ac.uk/ipv6/mail-archive/LinuxNetdev/1997-03/0218.html
), a few years ago. What should I consider for a start, and how hard can it be
in the end?

I've experienced a lot of undefined symbol references which are linked to core
kernel files!, isn't there a way to access these symbols from the module into
the kernel while executing?

Thanks in advance
Alexander Chacon

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Modular ipv4 inquiries...
  2003-11-01 18:25 Modular ipv4 inquiries Alexander Chacon
@ 2003-11-01 18:33 ` Matti Aarnio
  2003-11-02 19:02 ` Mike Fedyk
  1 sibling, 0 replies; 3+ messages in thread
From: Matti Aarnio @ 2003-11-01 18:33 UTC (permalink / raw)
  To: Alexander Chacon; +Cc: linux-kernel

On Sat, Nov 01, 2003 at 12:25:34PM -0600, Alexander Chacon wrote:
> Hello!
> 
> I would like to know a few things about making the ipv4 code modular. I've been
> working on a school assignment that requires implementing tunneling, but first
> ipv4 must be modularized... it needs to be done using kernel 2.4.20
> 
> .... What should I consider for a start, and how hard can it be
> in the end?

When I did it way back when once, it took me 1 or 2 days to do
basic modularization, where the IPv4 is installable once, and
will stay in forever (like IPv6 is now).  To make it uninstallable
took me another week.

> I've experienced a lot of undefined symbol references which are linked
> to core kernel files!, isn't there a way to access these symbols from 
> the module into the kernel while executing?

Yes.  You need to export them from basic core.

> Thanks in advance
> Alexander Chacon

/Matti Aarnio

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Modular ipv4 inquiries...
  2003-11-01 18:25 Modular ipv4 inquiries Alexander Chacon
  2003-11-01 18:33 ` Matti Aarnio
@ 2003-11-02 19:02 ` Mike Fedyk
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Fedyk @ 2003-11-02 19:02 UTC (permalink / raw)
  To: Alexander Chacon; +Cc: linux-kernel

On Sat, Nov 01, 2003 at 12:25:34PM -0600, Alexander Chacon wrote:
> Hello!
> 
> I would like to know a few things about making the ipv4 code modular. I've been
> working on a school assignment that requires implementing tunneling, but first
> ipv4 must be modularized... it needs to be done using kernel 2.4.20

Can you work on the 2.6 tree instead?  Thay way your work might have a
chance of being integrated when 2.7 starts up.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-11-02 19:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-01 18:25 Modular ipv4 inquiries Alexander Chacon
2003-11-01 18:33 ` Matti Aarnio
2003-11-02 19:02 ` Mike Fedyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).