[K42-discussion] Network subsystem tieins?

Michal Ostrowski mostrows at watson.ibm.com
Wed Oct 11 00:54:07 EST 2006


You need to tie into the linux stack and at some point during processing
make a decision that a particular packet should go down your new path.

Note that K42 code doesn't really know about skb's, but making such a
decision requires you to poke inside an skb -- meaning you have to dig
into the Linux code.

Michal


On Tue, 2006-10-10 at 08:28 -0600, Patrick G. Bridges wrote:
> Does anyone have any suggestions on how to tie in on the receive side  
> of the network path? I have some network stack multiprocessing ideas  
> that I'm thinking of prototyping in K42, and I think I see how I'd  
> tie into the socket server interface on the sending side. However,  
> it's less clear to me how I'd tie in on the receive side so that a  
> different protocol, say a variant IP (I don't want to stomp on the  
> existing TCP/NFS stack for obvious reasons), would go into my stack  
> instead of into the standard Linux stack without me having to make  
> somewhat substantial changes to the Linux code.
> 
> Suggestions?
> 
> -Patrick
> _______________________________________________
> K42-discussion mailing list
> K42-discussion at ozlabs.org
> https://ozlabs.org/mailman/listinfo/k42-discussion




More information about the K42-discussion mailing list