Re: [PATCH v2 net-next 0/9] bnxt_en: devlink param updates

2018-09-25 Thread Jakub Kicinski
On Tue, 25 Sep 2018 09:44:41 +0530, Vasundhara Volam wrote: > On Mon, Sep 24, 2018 at 10:11 PM Jakub Kicinski > wrote: > > > > On Mon, 24 Sep 2018 10:46:12 +0530, Vasundhara Volam wrote: > > > This patchset adds support for 3 generic and 1 driver-specific devlink > > > parameters. Add documentat

Re: [PATCH v2 net-next 0/9] bnxt_en: devlink param updates

2018-09-24 Thread Vasundhara Volam
On Mon, Sep 24, 2018 at 10:11 PM Jakub Kicinski wrote: > > On Mon, 24 Sep 2018 10:46:12 +0530, Vasundhara Volam wrote: > > This patchset adds support for 3 generic and 1 driver-specific devlink > > parameters. Add documentation for these configuration parameters. > > > > Also, this patchset adds s

Re: [PATCH v2 net-next 0/9] bnxt_en: devlink param updates

2018-09-24 Thread Jakub Kicinski
On Mon, 24 Sep 2018 10:46:12 +0530, Vasundhara Volam wrote: > This patchset adds support for 3 generic and 1 driver-specific devlink > parameters. Add documentation for these configuration parameters. > > Also, this patchset adds support to return proper error code if > HWRM_NVM_GET/SET_VARIABLE c

[PATCH v2 net-next 0/9] bnxt_en: devlink param updates

2018-09-23 Thread Vasundhara Volam
This patchset adds support for 3 generic and 1 driver-specific devlink parameters. Add documentation for these configuration parameters. Also, this patchset adds support to return proper error code if HWRM_NVM_GET/SET_VARIABLE commands return error code HWRM_ERR_CODE_RESOURCE_ACCESS_DENIED. v1->v