linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: gizero@gmail.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	vbordug@ru.mvista.com, scottwood@freescale.com,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v2 1/1] powerpc: Fix multicast problem in fs_enet driver
Date: Thu, 21 Apr 2011 16:59:41 -0700 (PDT)	[thread overview]
Message-ID: <20110421.165941.260095636.davem@davemloft.net> (raw)
In-Reply-To: <1303388481-17993-1-git-send-email-gizero@gmail.com>

From: Andrea Galbusera <gizero@gmail.com>
Date: Thu, 21 Apr 2011 14:21:21 +0200

> mac-fec.c was setting individual UDP address registers instead of multicast
> group address registers when joining a multicast group.
> This prevented from correctly receiving UDP multicast packets.
> According to datasheet, replaced hash_table_high and hash_table_low
> with grp_hash_table_high and grp_hash_table_low respectively.
> Also renamed hash_table_* with grp_hash_table_* in struct fec declaration
> for 8xx: these registers are used only for multicast there.
> 
> Tested on a MPC5121 based board.
> Build tested also against mpc866_ads_defconfig.
> 
> Signed-off-by: Andrea Galbusera <gizero@gmail.com>

Applied, thanks.

      reply	other threads:[~2011-04-22  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-21 12:21 [PATCH v2 1/1] powerpc: Fix multicast problem in fs_enet driver Andrea Galbusera
2011-04-21 23:59 ` David 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=20110421.165941.260095636.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=gizero@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=netdev@vger.kernel.org \
    --cc=scottwood@freescale.com \
    --cc=vbordug@ru.mvista.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).