| To: | yoshfuji@xxxxxxxxxxxxxx |
|---|---|
| Subject: | Re: [PATCH] dst->{in,out}put() clean-up |
| From: | "David S. Miller" <davem@xxxxxxxxxx> |
| Date: | Wed, 19 Feb 2003 13:36:59 -0800 (PST) |
| Cc: | kuznet@xxxxxxxxxxxxx, netdev@xxxxxxxxxxx, usagi@xxxxxxxxxxxxxx |
| In-reply-to: | <20030220.022840.48274187.yoshfuji@xxxxxxxxxxxxxx> |
| References: | <20030220.022840.48274187.yoshfuji@xxxxxxxxxxxxxx> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx> Date: Thu, 20 Feb 2003 02:28:40 +0900 (JST) This patch removes dst->input() and dst->output(), and use dst_input() and dst_output() instead. Patch is against linux-2.5.62. Thank you in advance. Thank you, it is applied. I have made one tiny improvement, in ipv4/igmp.c case we can totally eliminate output_maybe_reroute() function and pass directly dst_output() to NF_HOOK. Once transformation from dst->output() to dst_output() is applied, these old inline functions for NF_HOOK no longer have purpose. Thank you again. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: (usagi-core 11926) Re: [PATCH] IPv6 IPsec support, David S. Miller |
|---|---|
| Next by Date: | Re: [PATCH] IPv6 IPsec support, David S. Miller |
| Previous by Thread: | [PATCH] dst->{in,out}put() clean-up, YOSHIFUJI Hideaki / 吉藤英明 |
| Next by Thread: | [PATCH] Fix to avoid overriding TCP/UDP with a new protocol of same type., Sridhar Samudrala |
| Indexes: | [Date] [Thread] [Top] [All Lists] |