From 1b418e8e681e51ca2c5daac44676db221e81bba7 Mon Sep 17 00:00:00 2001 From: Sunyanan Choochotkaew Date: Fri, 6 Oct 2023 08:51:18 +0900 Subject: [PATCH] fix missing "s" in CNI args --- document/docs/concept/policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/docs/concept/policy.md b/document/docs/concept/policy.md index f284113b..3a3db0e2 100644 --- a/document/docs/concept/policy.md +++ b/document/docs/concept/policy.md @@ -17,7 +17,7 @@ topology|give priority to NIC based on Numa affnity of GPU allocation|implemente Annotation (CNIArgs)|Description|Status ---|---|--- nics|fixed number of interfaces (none, DeviceClass strategy)|implemented -master|fixed interface names (none strategy)|implemented +masters|fixed interface names (none strategy)|implemented target|overridden target bandwidth (CostOpt, PerfOpt strategy)|TODO class|preferred device class (DeviceClass strategy)|implemented