Give a more detailed picture about the cyborg architecture.

Change-Id: I2b48e717ebb076eec4c57b629b8e4ac5b995cc9c
This commit is contained in:
Arthur Dayne 2021-05-13 10:29:45 +08:00
parent 5bd8d929a7
commit a277abad84
2 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -21,5 +21,6 @@ implementation in play is the Cyborg generic Driver. It will also handle the
communication with the Nova placement service. Cyborg-Agent will also write to
a local cache for local accelerator events.
**cyborg-generic-driver** - cyborg-generic-driver is a general multipurpose
driver with the common set of capabilities that any accelerators will have.
**Vendor drivers** - Cyborg can be integrated with drivers for various
accelerator device types, such as FPGA, GPU, NIC, and so forth. You are
welcome to extend your own driver for a new type of accelerator device.