netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: yoshfuji@linux-ipv6.org
Cc: kuznet@ms2.inr.ac.ru, netdev@oss.sgi.com, usagi@linux-ipv6.org
Subject: Re: [PATCH] dst->{in,out}put() clean-up
Date: Wed, 19 Feb 2003 13:36:59 -0800 (PST)	[thread overview]
Message-ID: <20030219.133659.71995717.davem@redhat.com> (raw)
In-Reply-To: <20030220.022840.48274187.yoshfuji@linux-ipv6.org>

   From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
   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.

      reply	other threads:[~2003-02-19 21:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-19 17:28 [PATCH] dst->{in,out}put() clean-up YOSHIFUJI Hideaki / 吉藤英明
2003-02-19 21:36 ` David S. Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030219.133659.71995717.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=netdev@oss.sgi.com \
    --cc=usagi@linux-ipv6.org \
    --cc=yoshfuji@linux-ipv6.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).