Re: [XFRM]: Optimize MTU calculation

2007-04-09 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Fri, 06 Apr 2007 21:48:49 +0200 > Optimize IPsec MTU calculation. Now also tested with beet mode. Applied, thanks Patrick. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordo

[XFRM]: Optimize MTU calculation

2007-04-06 Thread Patrick McHardy
Optimize IPsec MTU calculation. Now also tested with beet mode. [XFRM]: Optimize MTU calculation Replace the probing based MTU estimation, which usually takes 2-3 iterations to find a fitting value and may underestimate the MTU, by an exact calculation. Also fix underestimation of the XFRM

Re: [XFRM]: Optimize MTU calculation

2007-04-04 Thread Patrick McHardy
DiegoB wrote: > Patrick McHardy wrote: > >> I've updated my IPsec MTU optimization patch I've posted a couple >> of month ago to net-2.6.22 and added the further optimization >> suggested by Herbert to account for the space lost due to alignment >> in the room reserved for IP options in transport

Re: [XFRM]: Optimize MTU calculation

2007-04-03 Thread DiegoB
Patrick McHardy wrote: I've updated my IPsec MTU optimization patch I've posted a couple of month ago to net-2.6.22 and added the further optimization suggested by Herbert to account for the space lost due to alignment in the room reserved for IP options in transport mode. Tested with IPv4 and I

[XFRM]: Optimize MTU calculation

2007-04-03 Thread Patrick McHardy
tunnel and transport mode. Beet mode is untested since no keying daemon seems to support it. [XFRM]: Optimize MTU calculation Replace the probing based MTU estimation, which usually takes 2-3 iterations to find a fitting value and may underestimate the MTU, by an exact calculation. Also fixes underest