Re: [PATCH v1] net/nfp: compose firmware file name with new hwinfo

2022-08-31 Thread Ferruh Yigit
On 8/2/2022 8:55 AM, Chaoyong He wrote: From: Peng Zhang During initialization of the NFP driver, a file name for loading application firmware is composed using the NIC's AMDA information and port type (count and speed). E.g.: "nic_AMDA0145-1012_2x10.nffw". In practice there may be many varian

Re: [PATCH v1] net/nfp: compose firmware file name with new hwinfo

2022-08-31 Thread Niklas Söderlund
Hi all, A gentle ping on this patch. On 2022-08-02 15:55:03 +0800, Chaoyong He wrote: > From: Peng Zhang > > During initialization of the NFP driver, a file name for loading > application firmware is composed using the NIC's AMDA information and port > type (count and speed). E.g.: "nic_AMDA014

[PATCH v1] net/nfp: compose firmware file name with new hwinfo

2022-08-02 Thread Chaoyong He
From: Peng Zhang During initialization of the NFP driver, a file name for loading application firmware is composed using the NIC's AMDA information and port type (count and speed). E.g.: "nic_AMDA0145-1012_2x10.nffw". In practice there may be many variants for each NIC type, and many of the vari