Re: [PATCH net 1/1] net: fec: fix multicast filtering hardware setup

2017-02-14 Thread David Miller
From: Andy Duan Date: Mon, 13 Feb 2017 10:01:25 +0800 > From: Rui Sousa > > Fix hardware setup of multicast address hash: > - Never clear the hardware hash (to avoid packet loss) > - Construct the hash register values in software and then write once > to hardware > > Signed-off-by: Rui Sousa

[PATCH net 1/1] net: fec: fix multicast filtering hardware setup

2017-02-12 Thread Andy Duan
From: Rui Sousa Fix hardware setup of multicast address hash: - Never clear the hardware hash (to avoid packet loss) - Construct the hash register values in software and then write once to hardware Signed-off-by: Rui Sousa Signed-off-by: Fugang Duan --- drivers/net/ethernet/freescale/fec_main

RE: [PATCH net 1/1] net: fec: fix multicast filtering hardware setup

2017-02-12 Thread Andy Duan
From: Fabio Estevam Sent: Saturday, February 11, 2017 5:20 AM >To: Andy Duan >Cc: David S. Miller ; netdev@vger.kernel.org; >Stephen Hemminger >Subject: Re: [PATCH net 1/1] net: fec: fix multicast filtering hardware setup > >On Fri, Feb 10, 2017 at 3:54 AM, Andy Duan wrot

Re: [PATCH net 1/1] net: fec: fix multicast filtering hardware setup

2017-02-10 Thread Fabio Estevam
On Fri, Feb 10, 2017 at 3:54 AM, Andy Duan wrote: > Fix hardware setup of multicast address hash: > - Never clear the hardware hash (to avoid packet loss) > - Construct the hash register values in software and then write once > to hardware > > Signed-off-by: Fugang Duan > Signed-off-by: Rui Sousa

[PATCH net 1/1] net: fec: fix multicast filtering hardware setup

2017-02-09 Thread Andy Duan
Fix hardware setup of multicast address hash: - Never clear the hardware hash (to avoid packet loss) - Construct the hash register values in software and then write once to hardware Signed-off-by: Fugang Duan Signed-off-by: Rui Sousa --- drivers/net/ethernet/freescale/fec_main.c | 23 +-