Re: [PATCH 02/10] net/nfp: add TLVs capability parsing

2023-09-28 Thread Ferruh Yigit
On 9/28/2023 3:02 AM, Chaoyong He wrote: >> On 9/25/2023 7:06 AM, Chaoyong He wrote: >>> From: Shihong Wang >>> >>> Add TLV capabilities to the BAR, TLVs is fit for expressing >>> capabilities of applications running on programmable hardware. >>> >> >> Here application referred is bitstream or FW,

RE: [PATCH 02/10] net/nfp: add TLVs capability parsing

2023-09-27 Thread Chaoyong He
> On 9/25/2023 7:06 AM, Chaoyong He wrote: > > From: Shihong Wang > > > > Add TLV capabilities to the BAR, TLVs is fit for expressing > > capabilities of applications running on programmable hardware. > > > > Here application referred is bitstream or FW, right? Yes, it is. > And PCIe BAR is used

Re: [PATCH 02/10] net/nfp: add TLVs capability parsing

2023-09-27 Thread Ferruh Yigit
On 9/25/2023 7:06 AM, Chaoyong He wrote: > From: Shihong Wang > > Add TLV capabilities to the BAR, TLVs is fit for expressing > capabilities of applications running on programmable hardware. > Here application referred is bitstream or FW, right? And PCIe BAR is used to exchange the capability i

[PATCH 02/10] net/nfp: add TLVs capability parsing

2023-09-24 Thread Chaoyong He
From: Shihong Wang Add TLV capabilities to the BAR, TLVs is fit for expressing capabilities of applications running on programmable hardware. Declares a TLV capability start at offset 0x58, up to 0x0d90. The used space can be wrapped with RESERVED. Signed-off-by: Shihong Wang Signed-off-by: Cha