Re: [PATCH v3 1/7] net/ark: add device capabilities record

2022-02-16 Thread Ferruh Yigit
On 2/15/2022 10:19 PM, John Miller wrote: Add a device capabilities record for supported features. Certain variants require that PCIe read-requests be correctly throttled. This is called "rqpacing" in Arkville, and has to do with credit and flow control on certain Arkville implementations. Signe

[PATCH v3 1/7] net/ark: add device capabilities record

2022-02-15 Thread John Miller
Add a device capabilities record for supported features. Certain variants require that PCIe read-requests be correctly throttled. This is called "rqpacing" in Arkville, and has to do with credit and flow control on certain Arkville implementations. Signed-off-by: John Miller --- v2: - Improved c