From 7a313a55cf8585ca3759a94766e3ee7c32e25d81 Mon Sep 17 00:00:00 2001 From: Trevor McCasland Date: Fri, 7 Apr 2017 10:43:15 -0500 Subject: [PATCH] DocFix: sriov_nic_agent supports qos The sriov_nic_agent added qos support with the following patches[1][2][3], and the document was not updated to reflect that. The bandwidth limit rule was added by [1] The minimum bandwidth rule was added by [2] and [3] This commit removes QoS from the "to be supported in the future" part of the body and adds a partially supported part to the body. [1] I364fc8158e502d4dcc3510d6157f12969961a11d [2] Iefe5e698e99d186202d6ef170f84e93bfbba46dd [3] I6b619a96a2bfde164646c71409b671352bc6ce7d Change-Id: Ia5e90307795683679a92214786e8d8021eb9ff57 --- doc/source/devref/sriov_nic_agent.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/devref/sriov_nic_agent.rst b/doc/source/devref/sriov_nic_agent.rst index bc63e96477a..2f08569a4a7 100644 --- a/doc/source/devref/sriov_nic_agent.rst +++ b/doc/source/devref/sriov_nic_agent.rst @@ -37,8 +37,9 @@ VM instances running on the compute node to the public network. In most common deployments, there are compute and a network nodes. Compute node can support VM connectivity via SR-IOV enabled NIC. SR-IOV NIC Agent manages -Virtual Functions admin state. In the future it will manage additional settings, such as -quality of service, rate limit settings, spoofcheck and more. +Virtual Functions admin state. Quality of service is partially implemented with the bandwidth limit +and minimum bandwidth rules. In the future it will manage additional settings, such as additional +quality of service rules, rate limit settings, spoofcheck and more. Network node will be usually deployed with either Open vSwitch or Linux Bridge to support network node functionality.