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
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
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