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

2020-08-21 Thread Jesse Brandeburg
Igor Russkikh 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 copy of this structure > in qed_dev ro

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

2020-07-27 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