Skip to content

Commit

Permalink
Merge pull request #425 from Nordix/exclude_numa_doc
Browse files Browse the repository at this point in the history
Update docs for excludeTopology config
  • Loading branch information
adrianchiris authored May 10, 2022
2 parents b1e840f + 0b42a4f commit 7189b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ This plugin creates device plugin endpoints based on the configurations given in
| "resourceName" | Y | Endpoint resource name. Should not contain special characters including hyphens and must be unique in the scope of the resource prefix | string | "sriov_net_A" |
| "resourcePrefix" | N | Endpoint resource prefix name override. Should not contain special characters | string Default : "intel.com" | "yourcompany.com" |
| "deviceType" | N | Device Type for a resource pool. | string value of supported types. Default: "netDevice" | Currently supported values: "accelerator", "netDevice" |
| "excludeTopology" | N | Exclude advertising of device's NUMA topology | bool Default: "false" | "excludeTopology": true |
| "selectors" | N | A map of device selectors. The "deviceType" value determines the "selectors" options. | json object as string Default: null | Example: "selectors": {"vendors": ["8086"],"devices": ["154c"]} |


Expand Down

0 comments on commit 7189b34

Please sign in to comment.