From: Pantelis Antoniou <panto@intracom.gr>
To: Robin Mathew <robbinmathew@gmail.com>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: 8260 ethernet driver multicast problem
Date: Wed, 14 Dec 2005 17:20:01 +0200 [thread overview]
Message-ID: <43A03821.6040206@intracom.gr> (raw)
In-Reply-To: <5b74ec4d0512140628y42986bc0h2f107e788dd115b6@mail.gmail.com>
Robin Mathew wrote:
> Hi,
> I was encountering a problem with the receipt of multicast packets from eth
> interface in 8260 platform. The issue was traced to the fcc_enet.c driver. A
> stray return in the set_multicast_list function was the culprit.
>
> The following is the changes that I have made-
>
> Index: fcc_enet.c
> @@ -1488,7 +1488,6 @@
>
> cep = (struct fcc_enet_private *)dev->priv;
>
> -return;
> /* Get pointer to FCC area in parameter RAM.
> */
> ep = (fcc_enet_t *)dev->base_addr;
>
>
> Can you please tell me whether there is any issue with setting the driver in
> multicast or promiscous mode. Was this change deliberately done or is it
> really a bug?
>
> Thanks in advance,
> Robin
>
Robin, what's the kernel version you're using?
If you're using 2.6 there's a brand new driver you can use.
Regards
Pantelis
next prev parent reply other threads:[~2005-12-14 15:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-14 14:28 8260 ethernet driver multicast problem Robin Mathew
2005-12-14 15:20 ` Pantelis Antoniou [this message]
2005-12-14 20:13 ` Andy Fleming
2005-12-15 9:59 ` Vitaly Bordug
-- strict thread matches above, loose matches on Subject: below --
2005-12-15 5:50 Robin Mathew
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=43A03821.6040206@intracom.gr \
--to=panto@intracom.gr \
--cc=linuxppc-embedded@ozlabs.org \
--cc=robbinmathew@gmail.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 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).