Re: [PATCH v2 1/1] powerpc: Fix multicast problem in fs_enet driver

2011-04-21 Thread David Miller
From: Andrea Galbusera 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

[PATCH] POWERPC: Remove redundant initialization of bsr dev_t declaration.

2011-04-21 Thread Robert P. J. Day
Remove the unnecessary initialization of "dev_t bsr_dev" since it's subsequently used in an "alloc_chrdev_region()" call which uses that variable in an output-only fashion. Signed-off-by: Robert P. J. Day --- *Not* compile tested since I don't have a PPC toolchain, but the logic here should

Re: [PATCH 1/2] powerpc: document the FSL MPIC message register binding

2011-04-21 Thread Scott Wood
On Thu, 21 Apr 2011 14:26:46 -0500 Meador Inge wrote: > Hmmm ... In the MPC8572E and P1022DS manuals I don't see the terminology > group used for message registers. I was looking at the P4080 manual, which does use it. It looks like some other chip manuals just use MSGR0-MSGR7. > If you feel

Re: [PATCH 1/2] powerpc: document the FSL MPIC message register binding

2011-04-21 Thread Meador Inge
On 04/19/2011 01:33 PM, Scott Wood wrote: > On Tue, 19 Apr 2011 13:26:26 -0500 > Meador Inge wrote: > >> On 04/19/2011 12:52 PM, Scott Wood wrote: >>> On Tue, 19 Apr 2011 11:59:34 -0500 >>> Meador Inge wrote: >>> Aliases are of the form 'msgr-block', +where is an integer specifyi

[PATCH v2 1/1] powerpc: Fix multicast problem in fs_enet driver

2011-04-21 Thread Andrea Galbusera
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_has