Re: [PATCH] r8169: improve multicast hash filter handling

2018-01-23 Thread David Miller
From: Heiner Kallweit Date: Sun, 21 Jan 2018 14:52:37 +0100 > The multicast hash filter is a 64 bit value and the code can be > simplified by using a u64 variable. > > Signed-off-by: Heiner Kallweit This is a wash on 32-bit and probably generates worse code. So, I'm not applying this. Sorry.

[PATCH] r8169: improve multicast hash filter handling

2018-01-21 Thread Heiner Kallweit
The multicast hash filter is a 64 bit value and the code can be simplified by using a u64 variable. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169.c | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/drivers/net/ethernet/realtek/