Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-10 Thread Thomas Monjalon
10/05/2022 17:05, Rahul Lakkireddy: > On Tuesday, May 05/10/22, 2022 at 16:30:59 +0200, Thomas Monjalon wrote: > > 10/05/2022 16:11, Rahul Lakkireddy: > > > On Tuesday, May 05/10/22, 2022 at 11:02:05 +0200, Thomas Monjalon wrote: > > > > 06/05/2022 13:36, Rahul Lakkireddy: > > > > > The Chelsio FW

Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-10 Thread Rahul Lakkireddy
On Tuesday, May 05/10/22, 2022 at 16:30:59 +0200, Thomas Monjalon wrote: > 10/05/2022 16:11, Rahul Lakkireddy: > > On Tuesday, May 05/10/22, 2022 at 11:02:05 +0200, Thomas Monjalon wrote: > > > 06/05/2022 13:36, Rahul Lakkireddy: > > > > The Chelsio FW config file contains a list of register=value

Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-10 Thread Thomas Monjalon
10/05/2022 16:11, Rahul Lakkireddy: > On Tuesday, May 05/10/22, 2022 at 11:02:05 +0200, Thomas Monjalon wrote: > > 06/05/2022 13:36, Rahul Lakkireddy: > > > The Chelsio FW config file contains a list of register=value pairs to > > > change configuration of the NIC before firmware is initialized. >

Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-10 Thread Rahul Lakkireddy
On Tuesday, May 05/10/22, 2022 at 11:02:05 +0200, Thomas Monjalon wrote: > 06/05/2022 13:36, Rahul Lakkireddy: > > The Chelsio FW config file contains a list of register=value pairs to > > change configuration of the NIC before firmware is initialized. > > It closely resembles the INI file format.

Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-10 Thread Thomas Monjalon
06/05/2022 13:36, Rahul Lakkireddy: > The Chelsio FW config file contains a list of register=value pairs to > change configuration of the NIC before firmware is initialized. > It closely resembles the INI file format. It is mainly used to aid > in debugging FW initialization failures and to optimal

Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-06 Thread Rahul Lakkireddy
On Thursday, May 05/05/22, 2022 at 17:36:06 +0100, Ferruh Yigit wrote: > On 5/5/2022 5:29 PM, Ferruh Yigit wrote: > > On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: > > > Add support to read firmware configuration file from > > > /lib/firmware/cxgb4/ path in the filesystem. > > > > > > > Hi Rahul

Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-05 Thread Ferruh Yigit
On 5/5/2022 5:29 PM, Ferruh Yigit wrote: On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: Add support to read firmware configuration file from /lib/firmware/cxgb4/ path in the filesystem. Hi Rahul, Can you please document the FW config file in the driver documentation? Please add: - Path of th

Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-05 Thread Ferruh Yigit
On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: Add support to read firmware configuration file from /lib/firmware/cxgb4/ path in the filesystem. Hi Rahul, Can you please document the FW config file in the driver documentation? Please add: - Path of the config file - Content of the config file

[PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-04-18 Thread Rahul Lakkireddy
Add support to read firmware configuration file from /lib/firmware/cxgb4/ path in the filesystem. Signed-off-by: Rahul Lakkireddy --- drivers/net/cxgbe/base/t4fw_interface.h | 1 + drivers/net/cxgbe/cxgbe_main.c | 329 2 files changed, 217 insertions(+), 113 d