Re: [dpdk-dev] [PATCH v3] drivers: add a HW quirk for register definitions

2020-01-19 Thread Sebastian, Selwin
[AMD Official Use Only - Internal Distribution Only] Thank you David, Ferruh, I pushed v4 of the patch with changes. Thanks and Regards Selwin Sebastian -Original Message- From: Ferruh Yigit Sent: Tuesday, January 14, 2020 6:48 PM To: David Marchand ; Sebastian, Selwin Cc: dev ; Tho

Re: [dpdk-dev] [PATCH v3] drivers: add a HW quirk for register definitions

2020-01-14 Thread Ferruh Yigit
On 1/14/2020 12:35 PM, David Marchand wrote: > On Tue, Jan 14, 2020 at 12:58 PM Selwin Sebastian > wrote: >> >> V1000/R1000 processors are using the same PCI ids for the network >> device as SNOWYOWL processor but has altered register definitions >> for determining the window settings for the indi

Re: [dpdk-dev] [PATCH v3] drivers: add a HW quirk for register definitions

2020-01-14 Thread David Marchand
On Tue, Jan 14, 2020 at 12:58 PM Selwin Sebastian wrote: > > V1000/R1000 processors are using the same PCI ids for the network > device as SNOWYOWL processor but has altered register definitions > for determining the window settings for the indirect PCS access. > Add support to check for this hard

Re: [dpdk-dev] [PATCH v3] drivers: add a HW quirk for register definitions

2020-01-14 Thread Ferruh Yigit
On 1/14/2020 5:30 PM, Selwin Sebastian wrote: > V1000/R1000 processors are using the same PCI ids for the network > device as SNOWYOWL processor but has altered register definitions > for determining the window settings for the indirect PCS access. > Add support to check for this hardware and if fo

[dpdk-dev] [PATCH v3] drivers: add a HW quirk for register definitions

2020-01-14 Thread Selwin Sebastian
V1000/R1000 processors are using the same PCI ids for the network device as SNOWYOWL processor but has altered register definitions for determining the window settings for the indirect PCS access. Add support to check for this hardware and if found use the new register values. Added a new routine