All of lore.kernel.org
 help / color / mirror / Atom feed
From: cranium 2003 <cranium.2003@gmail.com>
To: netdev@oss.sgi.com, linux-net@vger.linux.org
Subject: How much ARP requests need to single IP address?
Date: Thu, 3 Feb 2005 18:51:30 +0530	[thread overview]
Message-ID: <1d55641b050203052150cbbea3@mail.gmail.com> (raw)

Hello,
In Linux kernel by adding debug statement i observe that if i ping to
host 10.0.0.5 with 10 packets then first i know network stack require
to resolve hosts IP to its Hardware ID by sending ARP on Ethernet LAN.
But then what i get that if i again ping for another 10 packets to
10.0.0.5 then ARP routine is called.
Why? Why linux kernel is not caching it. Infact its caching i check it
in debug statements then why network stack require to resolve 10.0.0.5
host to send packets to it?

Also i want to know once eth_header_cache called then all successive
packet to that cache host goes directly from hh->hh_output(skb) to
hard_start_xmit?
regards,
cranium

                 reply	other threads:[~2005-02-03 13:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1d55641b050203052150cbbea3@mail.gmail.com \
    --to=cranium.2003@gmail.com \
    --cc=linux-net@vger.linux.org \
    --cc=netdev@oss.sgi.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.