Re: IP in IP header chain input

2017-06-27 Thread Alexander Bluhm
On Tue, May 23, 2017 at 01:36:00PM +0200, Alexander Bluhm wrote: > The IP in IP input function strips the outer header and reinserts > the inner IP packet into the internet queue. The IPv6 local delivery > code has a loop to deal with header chains. My idea is to use this > loop and avoid the

Re: IP in IP header chain input

2017-05-23 Thread Martin Pieuchot
On 23/05/17(Tue) 13:36, Alexander Bluhm wrote: > The IP in IP input function strips the outer header and reinserts > the inner IP packet into the internet queue. The IPv6 local delivery > code has a loop to deal with header chains. My idea is to use this > loop and avoid the queueing and

IP in IP header chain input

2017-05-23 Thread Alexander Bluhm
Hi, The IP in IP input function strips the outer header and reinserts the inner IP packet into the internet queue. The IPv6 local delivery code has a loop to deal with header chains. My idea is to use this loop and avoid the queueing and rescheduling. The packet could be processed in a single