summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorLin Yang <lin.a.yang@intel.com>2020-05-27 10:50:40 -0700
committerLin Yang <lin.a.yang@intel.com>2020-07-06 16:30:43 +0000
commit8fa83ff62a6eaad0bfe6be036033067ee42de146 (patch)
tree6ce7f1a41babfb204a3c7c962270ba3efcb0cbdf /requirements.txt
parentbcd94d1f7ee5a036294d7b20c0f6a25f2a387030 (diff)
downloadnova-8fa83ff62a6eaad0bfe6be036033067ee42de146.tar.gz
Add traits for new AVX512 CPU feature
To support new AVX512 cpu feature, this patch adds the mapping between cpu features reported by libvirt [1] and corresponding os-traits [2]. The traits include 'AVX512VBMI', 'AVX512IFMA', 'AVX512VBMI2', 'AVX512BITALG', 'AVX512VAES', 'AVX512GFNI', 'AVX512VPCLMULQDQ' and 'AVX512VPOPCNTDQ'. [1] https://github.com/libvirt/libvirt/blob/master/src/cpu_map/x86_features.xml [2] https://review.opendev.org/#/c/728576/ Depends-On: I58cba02f204d2e19a1a838852c628694edd47d73 Change-Id: I212a84e5cae15bc133aafd538d55f85149ab360f
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 8a8e97505e..94d25467b7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -54,7 +54,7 @@ psutil>=3.2.2 # BSD
oslo.versionedobjects>=1.35.0 # Apache-2.0
os-brick>=3.0.1 # Apache-2.0
os-resource-classes>=0.4.0 # Apache-2.0
-os-traits>=2.2.0 # Apache-2.0
+os-traits>=2.4.0 # Apache-2.0
os-vif>=1.14.0 # Apache-2.0
os-win>=3.0.0 # Apache-2.0
castellan>=0.16.0 # Apache-2.0