RE: [PATCH 0/8] optimize the firmware loading process

2024-01-26 Thread Chaoyong He
> On 1/25/2024 2:06 AM, Chaoyong He wrote: > >> On 1/15/2024 2:54 AM, Chaoyong He wrote: > >>> This patch series aims to speedup the DPDK application start by > >>> optimize the firmware loading process in sereval places. > >>> We also simplify the port name in multiple PF firmware

Re: [PATCH 0/8] optimize the firmware loading process

2024-01-23 Thread Ferruh Yigit
On 1/15/2024 2:54 AM, Chaoyong He wrote: > This patch series aims to speedup the DPDK application start by optimize > the firmware loading process in sereval places. > We also simplify the port name in multiple PF firmware case to make the > customer happy. > > Peng Zhang (8): > net/nfp: add the

Re: [PATCH 0/8] optimize the firmware loading process

2024-01-23 Thread Ferruh Yigit
On 1/23/2024 11:27 AM, Chaoyong He wrote: >>>> -Original Message- >>>> From: Ferruh Yigit >>>> Sent: Monday, January 22, 2024 11:09 PM >>>> To: Chaoyong He ; dev@dpdk.org >>>> Cc: oss-drivers >>>> Subject: Re: [PATC

RE: [PATCH 0/8] optimize the firmware loading process

2024-01-23 Thread Chaoyong He
> >> -Original Message- > >> From: Ferruh Yigit > >> Sent: Monday, January 22, 2024 11:09 PM > >> To: Chaoyong He ; dev@dpdk.org > >> Cc: oss-drivers > >> Subject: Re: [PATCH 0/8] optimize the firmware loading process > >>

Re: [PATCH 0/8] optimize the firmware loading process

2024-01-23 Thread Ferruh Yigit
On 1/23/2024 1:46 AM, Chaoyong He wrote: > > >> -Original Message- >> From: Ferruh Yigit >> Sent: Monday, January 22, 2024 11:09 PM >> To: Chaoyong He ; dev@dpdk.org >> Cc: oss-drivers >> Subject: Re: [PATCH 0/8] optimize the firmware

RE: [PATCH 0/8] optimize the firmware loading process

2024-01-22 Thread Chaoyong He
> -Original Message- > From: Ferruh Yigit > Sent: Monday, January 22, 2024 11:09 PM > To: Chaoyong He ; dev@dpdk.org > Cc: oss-drivers > Subject: Re: [PATCH 0/8] optimize the firmware loading process > > On 1/15/2024 2:54 AM, Chaoyong He wrote: > > Thi

Re: [PATCH 0/8] optimize the firmware loading process

2024-01-22 Thread Ferruh Yigit
On 1/15/2024 2:54 AM, Chaoyong He wrote: > This patch series aims to speedup the DPDK application start by optimize > the firmware loading process in sereval places. > We also simplify the port name in multiple PF firmware case to make the > customer happy. > <...> > net/nfp: add the elf modul

[PATCH 0/8] optimize the firmware loading process

2024-01-14 Thread Chaoyong He
This patch series aims to speedup the DPDK application start by optimize the firmware loading process in sereval places. We also simplify the port name in multiple PF firmware case to make the customer happy. Peng Zhang (8): net/nfp: add the interface for getting the firmware name net/nfp: spe