Re: [PATCH v4 net-next 04/10] qed: implement devlink info request

2020-08-01 Thread Igor Russkikh
>> Thus, here we create and store a private copy of this structure >> in qed_dev root object. > > Please include example output of devlink info on you device. Hi Jakub, will do. Here is an example: ~$ sudo ~/iproute2/devlink/devlink dev info pci/:01:00.0: driver qed serial_number REE1

Re: [PATCH v4 net-next 04/10] qed: implement devlink info request

2020-07-31 Thread Jakub Kicinski
On Fri, 31 Jul 2020 08:53:55 +0300 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

[PATCH v4 net-next 04/10] qed: implement devlink info request

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