intel / intel-device-plugins-for-kubernetes

Collection of Intel device plugins for Kubernetes
Apache License 2.0
19 stars 202 forks source link

fpga: add subsystem vendor & device fields to PCIDevice #1768

Open jstamel opened 2 weeks ago

jstamel commented 2 weeks ago

Adds subsystem vendor and device information to PCIDevice struct.

Useful for distinguishing different FPGA boards driven by the DFL driver, where vendor and device ID are the same (DFL PCI IDs).

tkatila commented 2 weeks ago

Hi @jstamel and thanks for the PR. @bart0sh and/or @kad would you mind taking a look? From my point of view, the change is fine.