Re: [PATCH net-next v2 0/4] net: macb: few code cleanups

2020-07-02 Thread David Miller
From: Claudiu Beznea Date: Thu, 2 Jul 2020 12:05:57 +0300 > Patches in this series cleanup a bit macb code. ... Series applied, thanks.

Re: [PATCH net-next v2 0/4] net: macb: few code cleanups

2020-07-02 Thread Nicolas Ferre
On 02/07/2020 at 11:05, Claudiu Beznea wrote: Hi, Patches in this series cleanup a bit macb code. Thank you, Claudiu Beznea Changes in v2: - in patch 2/4 use hweight32() instead of hweight_long() Claudiu Beznea (4): net: macb: do not set again bit 0 of queue_mask net: macb: use hweight3

[PATCH net-next v2 0/4] net: macb: few code cleanups

2020-07-02 Thread Claudiu Beznea
Hi, Patches in this series cleanup a bit macb code. Thank you, Claudiu Beznea Changes in v2: - in patch 2/4 use hweight32() instead of hweight_long() Claudiu Beznea (4): net: macb: do not set again bit 0 of queue_mask net: macb: use hweight32() to count set bits in queue_mask net: macb: