Re: [Qemu-devel] [PATCH 3/6] net/ftgmac100: fix multicast hash routine

2018-05-29 Thread Philippe Mathieu-Daudé
On 05/29/2018 03:28 AM, Cédric Le Goater wrote: > Based on the multicast hash calculation of the FTGMAC100 Linux driver. > > Signed-off-by: Cédric Le Goater Reviewed-by: Philippe Mathieu-Daudé > --- > hw/net/ftgmac100.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --g

[Qemu-devel] [PATCH 3/6] net/ftgmac100: fix multicast hash routine

2018-05-28 Thread Cédric Le Goater
Based on the multicast hash calculation of the FTGMAC100 Linux driver. Signed-off-by: Cédric Le Goater --- hw/net/ftgmac100.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/net/ftgmac100.c b/hw/net/ftgmac100.c index 50af1222464a..fd7699b1c05e 100644 --- a/hw/net/ftgma