Acceleration Management
Go to file
Xinran Wang e3caf5cb0a Add intel NIC driver
This patch implements a new driver for Intel Nic Card. It
can discover the device and report it to Placement service with
CUSTOM_NIC resource class and specific traits.

Operator should specify the device and correspond profile in a
config file so that nic's driver can read the info from this
file.

Please check the test report in the following link:
https://wiki.openstack.org/wiki/Cyborg/TestReport/IntelNic

Change-Id: Ida0ba8f24b9e226da7f3d7a85fc372247e5281a5
Implements: blueprint sriov-smartnic-support
2021-02-04 08:40:23 +00:00
api-ref/source Merge "refresh device profile link in API doc" 2020-12-03 06:56:40 +00:00
cyborg Add intel NIC driver 2021-02-04 08:40:23 +00:00
devstack Change default policy file from JSON to YAML 2020-09-18 14:16:31 +00:00
doc Add intel NIC driver 2021-02-04 08:40:23 +00:00
etc/cyborg Change default policy file from JSON to YAML 2020-09-18 14:16:31 +00:00
releasenotes Add intel NIC driver 2021-02-04 08:40:23 +00:00
setup Cyborg deployment script 2017-08-30 09:27:56 -04:00
tools Merge "improve pep8 check logic" 2020-11-19 10:57:07 +00:00
.coveragerc Exclude cyborg tests dir in UT cover report 2019-10-30 09:40:37 +08:00
.gitignore Change default policy file from JSON to YAML 2020-09-18 14:16:31 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:39:22 +00:00
.stestr.conf Exclude cyborg tests dir in UT cover report 2019-10-30 09:40:37 +08:00
.zuul.yaml Add Python3 wallaby unit tests 2020-09-22 14:12:23 +00:00
CONTRIBUTING.rst Update contributing.rst per Ussuri goal and guidelines. 2020-04-01 06:54:09 +00:00
HACKING.rst Add doc8 to pep8 check for cyborg project 2018-05-10 09:32:01 +07:00
LICENSE initial setup "correct tox.ini testr and test-requirement.txt requirement 2016-01-18 14:29:39 +08:00
README.rst Update README.rst for cyborg 2019-09-03 14:07:28 +08:00
bindep.txt Merge "Add microversion instructions" 2020-11-29 11:35:36 +00:00
cyborg.conf.intelnic.sample Add intel NIC driver 2021-02-04 08:40:23 +00:00
requirements.txt Remove usage of six 2020-10-07 06:25:20 +00:00
setup.cfg Add intel NIC driver 2021-02-04 08:40:23 +00:00
setup.py Cleanup py27 support 2020-04-05 09:39:28 +08:00
test-requirements.txt [goal] Fixing lower constraints for Ubuntu Focal 2020-09-17 16:30:12 +08:00
tox.ini Dep's should be restricted by upper-constraints 2020-12-07 01:05:59 +00:00

README.rst

Cyborg

OpenStack Acceleration as a Service

Cyborg provides a general management framework for accelerators such as FPGA, GPU, SoCs, NVMe SSDs, CCIX caches, DPDK/SPDK, pmem and so forth.

Features

  • REST API for basic accelerator life cycle management
  • Generic driver for common accelerator support