RE: [PATCH net-next v3 0/2] qed*: Support for NVM config attributes.

2019-07-29 Thread Sudarsana Reddy Kalluru
> -Original Message- > From: David Miller > Sent: Sunday, July 28, 2019 7:43 AM > To: Sudarsana Reddy Kalluru > Cc: netdev@vger.kernel.org; Michal Kalderon ; > Ariel Elior > Subject: Re: [PATCH net-next v3 0/2] qed*: Support for NVM config > attributes. &g

Re: [PATCH net-next v3 0/2] qed*: Support for NVM config attributes.

2019-07-27 Thread David Miller
From: Sudarsana Reddy Kalluru Date: Sat, 27 Jul 2019 18:55:47 -0700 > The patch series adds support for managing the NVM config attributes. > Patch (1) adds functionality to update config attributes via MFW. > Patch (2) adds driver interface for updating the config attributes. > > Changes from p

[PATCH net-next v3 0/2] qed*: Support for NVM config attributes.

2019-07-27 Thread Sudarsana Reddy Kalluru
The patch series adds support for managing the NVM config attributes. Patch (1) adds functionality to update config attributes via MFW. Patch (2) adds driver interface for updating the config attributes. Changes from previous versions: --- v3: Removed unused variable. v