[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <E1KOqf7-0004lB-00@gondolin.me.apana.org.au>
Date: Fri, 01 Aug 2008 17:11:01 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: yjwei@...fujitsu.com (Wei Yongjun)
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH] inet6: Fix paramater issue of inet6_csk_xmit
Wei Yongjun <yjwei@...fujitsu.com> wrote:
>
> inet6_csk_xmit() just be used by tcp and dccp:
> 1042 net/dccp/ipv6.c .queue_xmit = inet6_csk_xmit
> 1853 net/ipv6/tcp_ipv6.c .queue_xmit = inet6_csk_xmit,
>
> And used always with ipfragok = 0.
> 139 net/dccp/output.c err = icsk->icsk_af_ops->queue_xmit(skb, 0);
> 626 net/ipv4/tcp_output.c err = icsk->icsk_af_ops->queue_xmit(skb, 0);
>
> I can not find any place used inet6_csk_xmit() with ipfragok = 1.
>
> So I think it is safe to apply this patch. Or maybe this paramater is
> useless.
No we should get rid of the ipfragok argument if noone uses it.
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists