RE: [PATCH 3/3] net/nfp: add force reload firmware option

2024-02-29 Thread Chaoyong He
> On 2/27/2024 11:15 AM, Chaoyong He wrote: > > From: Peng Zhang > > > > Add an option to force reload the firmware. > > > > This option can be ignored in some case, for example: > > When using a 2 port NFP card and both with this reload firmware > > option, only the first one will cause the firmw

Re: [PATCH 3/3] net/nfp: add force reload firmware option

2024-02-28 Thread Ferruh Yigit
On 2/27/2024 11:15 AM, Chaoyong He wrote: > From: Peng Zhang > > Add an option to force reload the firmware. > > This option can be ignored in some case, for example: > When using a 2 port NFP card and both with this reload firmware option, > only the first one will cause the firmware reload and

[PATCH 3/3] net/nfp: add force reload firmware option

2024-02-27 Thread Chaoyong He
From: Peng Zhang Add an option to force reload the firmware. This option can be ignored in some case, for example: When using a 2 port NFP card and both with this reload firmware option, only the first one will cause the firmware reload and the second one will be ignored. Signed-off-by: Peng Zh