[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201112085533.0d8c55d8@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Thu, 12 Nov 2020 08:55:33 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Tony Nguyen <anthony.l.nguyen@...el.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org, sassmann@...hat.com
Subject: Re: [net 0/4][pull request] Intel Wired LAN Driver Updates
2020-11-10
On Tue, 10 Nov 2020 16:19:51 -0800 Tony Nguyen wrote:
> This series contains updates to i40e and igc drivers and the MAINTAINERS
> file.
>
> Slawomir fixes updating VF MAC addresses to fix various issues related
> to reporting and setting of these addresses for i40e.
>
> Dan Carpenter fixes a possible used before being initialized issue for
> i40e.
>
> Vinicius fixes reporting of netdev stats for igc.
>
> Tony updates repositories for Intel Ethernet Drivers.
Pulled, thanks!
Please double check the use of the spin lock in patch 3. Stats are
updated in an atomic context when read from /proc, you probably need
to convert that spin lock to _bh.
Powered by blists - more mailing lists