From bf598bf71a8cb1adbe88bc4953e3d301dc2d379c Mon Sep 17 00:00:00 2001 From: Tuomas Katila Date: Fri, 16 Jun 2023 11:05:13 +0300 Subject: [PATCH] xpum sidecar: update readme Signed-off-by: Tuomas Katila --- cmd/xpumanager_sidecar/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/xpumanager_sidecar/README.md b/cmd/xpumanager_sidecar/README.md index dff89d89..dea2a685 100644 --- a/cmd/xpumanager_sidecar/README.md +++ b/cmd/xpumanager_sidecar/README.md @@ -21,6 +21,8 @@ Intel GPUs can be interconnected via an XeLink. In some workloads it is benefici | -interval | int | 10 | Interval for XeLink topology fetching and label writing (seconds, >= 1) | | -startup-delay | int | 10 | Startup delay before the first topology fetching (seconds, >= 0) | | -label-namespace | string | gpu.intel.com | Namespace or prefix for the labels. i.e. **gpu.intel.com**/xe-links | +| -allow-subdeviceless-links | bool | false | Include xelinks that are not on subdevices | +| -use-https | bool | false | Use HTTPS protocol when connecting to XPU-Manager | The sidecar also accepts a number of other arguments. Please use the -h option to see the complete list of options.