public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Dumazet <eric.dumazet@gmail.com>
To: "Aníbal Almeida Pinto" <anibal.pinto@efacec.com>
Cc: netdev@vger.kernel.org
Subject: Re: Gianfar ethernet drop package
Date: Mon, 27 Aug 2012 04:08:58 -0700	[thread overview]
Message-ID: <1346065738.2420.135.camel@edumazet-glaptop> (raw)
In-Reply-To: <503B4CBB.1020405@efacec.com>

On Mon, 2012-08-27 at 11:32 +0100, Aníbal Almeida Pinto wrote:

> I generate the log on the board with tcpdump -i eth0 -w log_eth0.txt and 
> loaded the result on wireshark (on other pc).
> 
> On the wireshark everything appears to be fine don't have nothing that 
> indicate the protocol isn't supported.
> 
> On /etc/protocols is a list with protocols, it there is a place where 
> exist a place with protocols supported by kernel ?

So all frames understood by wireshark are also automatically handled by
your linux machine ? That sounds cool, so we no longer have to add stuff
in the kernel ?

Let me explain again :

For example, if you dont have IPv6 loaded, IPv6 frames wont be handled,
and they appear to be dropped. They really are.

If you run tcpdump/wireshark, these frames are at least delivered once
to a sniffer, so they are not "dropped", even if no protocol handler
actually reacts to them.

  reply	other threads:[~2012-08-27 11:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-24 16:14 Gianfar ethernet drop package Aníbal Almeida Pinto
2012-08-24 18:17 ` Eric Dumazet
2012-08-27 10:32   ` Aníbal Almeida Pinto
2012-08-27 11:08     ` Eric Dumazet [this message]
2012-08-27 13:01       ` Aníbal Almeida Pinto
2012-08-27 13:32         ` Eric Dumazet

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=1346065738.2420.135.camel@edumazet-glaptop \
    --to=eric.dumazet@gmail.com \
    --cc=anibal.pinto@efacec.com \
    --cc=netdev@vger.kernel.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