netdev
[Top] [All Lists]

Re: [PATCH] dst->{in,out}put() clean-up

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@linux-ipv6.org>
References: <20030220.022840.48274187.yoshfuji@linux-ipv6.org>
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>