Merge "Add limitation about QoS min bw for PF less SRIOV platforms"

This commit is contained in:
Zuul 2021-08-23 21:52:59 +00:00 committed by Gerrit Code Review
commit 3d0a4c26ac
1 changed files with 8 additions and 0 deletions

View File

@ -125,6 +125,14 @@ Limitations
treats physnet0 and Physnet0 as the same physnet. It is advised not to use
physnet names that are only differ by case.
* There are hardware platforms (e.g.: Cavium ThunderX) where it's possible
to have virtual functions which are network devices that are not associated
to a physical function. As bandwidth resources are tracked per physical
function, for such hardware the placement enforcement of the QoS minimum
bandwidth rules cannot be supported. Creating a server with ports using such
QoS policy targeting such hardware backend will result in a ``NoValidHost``
error during scheduling.
Placement pre-requisites
------------------------