Re: [PATCH v3 net-next 05/11] qed: implement devlink info request

2020-07-29 Thread Jiri Pirko
Wed, Jul 29, 2020 at 01:38:40PM CEST, irussk...@marvell.com wrote: >Here we return existing fw & mfw versions, we also fetch device's >serial number. > >The base device specific structure (qed_dev_info) was not directly >available to the base driver before. >Thus, here we create and store a private

[PATCH v3 net-next 05/11] qed: implement devlink info request

2020-07-29 Thread Igor Russkikh
Here we return existing fw & mfw versions, we also fetch device's serial number. The base device specific structure (qed_dev_info) was not directly available to the base driver before. Thus, here we create and store a private copy of this structure in qed_dev root object. Signed-off-by: Igor Russ