Re: extra layer below inet layer.

2007-06-07 Thread kalash nainwal
On 6/7/07, Tej Parkash [EMAIL PROTECTED] wrote: hi i just want to have something like tcp layer sitting below inet layer. so that i can directly offload everything to NIC and i want it to be placed dynamically. so depending on the nic i can offload the feature or can make it normal flow. i.e.

Re: extra layer below inet layer.

2007-06-07 Thread kalash nainwal
so is it possible to unregister tcp and register my protocol dynamically. inet_unregister_protosw()/inet_register_protosw(). oops...can't unregister tcp (permanent protocol). -Kalash - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

extra layer below inet layer.

2007-06-06 Thread Tej Parkash
hi i just want to have something like tcp layer sitting below inet layer. so that i can directly offload everything to NIC and i want it to be placed dynamically. so depending on the nic i can offload the feature or can make it normal flow. i.e. both layer should exist and normal functionality

Re: extra layer below inet layer.

2007-06-06 Thread Stephen Hemminger
On Thu, 7 Jun 2007 10:10:44 +0530 Tej Parkash [EMAIL PROTECTED] wrote: hi i just want to have something like tcp layer sitting below inet layer. so that i can directly offload everything to NIC and i want it to be placed dynamically. so depending on the nic i can offload the feature or can