Skip to content

Commit

Permalink
Update docs for excludeTopology config
Browse files Browse the repository at this point in the history
updated README to include documentation for "excludeTopology" config.
This config allows making advertising of device's NUMA toplogy optional.

Signed-off-by: Ravindra Thakur <[email protected]>
  • Loading branch information
rthakur-est committed May 9, 2022
1 parent 58eb366 commit 0b42a4f
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 0b42a4f

Please sign in to comment.