cyborg/doc/source/reference/driver-table.rst
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

49 lines
2.0 KiB
ReStructuredText

.. list-table:: Driver Support
:widths: 20 20 30 30 30
:header-rows: 1
* - Driver Name
- Supported Products
- Description
- Notes
- Temporary Test Report
* - Fake Driver
- None
- A driver that creates a fake device with accelerator resources of type FPGA. Useful for exploring Cyborg without hardware and for Continuous Integration testing.
- None
- None
* - Intel FPGA OPAE Driver
- `Intel PAC <https://www.intel.com/content/www/us/en/programmable/products/boards_and_kits/dev-kits/altera/acceleration-card-arria-10-gx/overview.html>`_
- The driver for Intel FPGA devices with OPAE software stack.
- Supports programming of FPGA bitstreams of type ``gbs``.
- None
* - Nvidia GPU driver
- None
- The driver for Nvidia GPUs.
- None
- None
* - Ascend AI Chip driver
- None
- The driver for Huawei's Ascend AI chips.
- None
- None
* - Intel QAT Driver
- `Intel QuickAssist Technology Card <https://www.intel.com/content/www/us/en/architecture-and-technology/intel-quick-assist-technology-overview.html>`_
- The driver for Intel QAT Cards.
- None
- Test results reported at Aug 2020. Please reference: `Intel QAT Driver Test Report <https://wiki.openstack.org/wiki/Cyborg/TestReport/IntelQAT>`_
* - Inspur FPGA Driver
- None
- The driver for Inspur FPGA Cards.
- None
- Test results reported at Aug 2020. Please reference: `Inspur FPGA Driver Test Report <https://wiki.openstack.org/wiki/Cyborg/TestReport/InspurFPGA>`_
* - Intel NIC Driver
- None
- The driver for Intel NIC Cards.
- None
- Test results reported at Feb 2021. Please reference: `Intel NIC Driver Test Report <https://wiki.openstack.org/wiki/Cyborg/TestReport/IntelNic>`_
.. note:: Temporary Test Report: This is a temporary test report, it is only
valid for a short time, if you encounter problems, please contact the
`Cyborg team <https://review.opendev.org/#/admin/groups/1243,members>`_.