Re: [net-next-2.6 PATCH 2/2] net: replace ipfragok with skb->local_df

Previous thread: Re: [net-next-2.6 PATCH 2/2] net: replace ipfragok with skb->local_df by David Miller on Thursday, April 15, 2010 - 3:33 pm. (1 message)

Next thread: [net-next-2.6 PATCH 1/3 v2] ipv6: cancel to setting local_df in ip6_xmit() by Shan Wei on Thursday, April 15, 2010 - 7:39 pm. (2 messages)
From: Shan Wei
Date: Thursday, April 15, 2010 - 7:26 pm

Now, PPPoX/PPPoL2TP driver still use ip_queue_xmit to send packets with ipfragok == 1.
So, now we can't remove the && ... bit. 


-- 
Best Regards
-----


--

From: Herbert Xu
Date: Thursday, April 15, 2010 - 11:43 pm

Huh? If they still call ip_queue_xmit with ipfragok then surely
the build will fail after your patch as it removes the ipfragok
argument?

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--

From: Herbert Xu
Date: Thursday, April 15, 2010 - 11:49 pm

Nevermind, I was looking at the wrong tree.

Thanks,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--

Previous thread: Re: [net-next-2.6 PATCH 2/2] net: replace ipfragok with skb->local_df by David Miller on Thursday, April 15, 2010 - 3:33 pm. (1 message)

Next thread: [net-next-2.6 PATCH 1/3 v2] ipv6: cancel to setting local_df in ip6_xmit() by Shan Wei on Thursday, April 15, 2010 - 7:39 pm. (2 messages)