Fix incorrect image paths in HOME.md

Signed-off-by: Yang Yuanzhi <yangyuanzhi@gmail.com>
This commit is contained in:
Yang Yuanzhi 2019-03-05 13:42:02 +08:00
parent 794b008127
commit f78428193e

View File

@ -25,7 +25,7 @@ IO operations to underlying block device.
A system administrator can manage cache instances via Intel CAS CLI management A system administrator can manage cache instances via Intel CAS CLI management
utility called "casadm". utility called "casadm".
![OCF Linux deployment view](deployment-1.png) ![OCF Linux deployment view](img/deployment-1.png)
Another example of OCF usage is user space block level cache for QEMU Another example of OCF usage is user space block level cache for QEMU
(see picture below). In this example following adaptation layers may exist: (see picture below). In this example following adaptation layers may exist:
@ -40,7 +40,7 @@ and primary storage device. For example bottom adapter for caching device may
be implemented using kernel bypass techniques, providing low-latency access to be implemented using kernel bypass techniques, providing low-latency access to
cache media. cache media.
![OCF deployment in QEMU example](deployment-2.png) ![OCF deployment in QEMU example](img/deployment-2.png)
# Management interface # Management interface
Management interface delivered with Intel OCF enables system administrator to: Management interface delivered with Intel OCF enables system administrator to:
@ -247,7 +247,7 @@ storage device
- <b>IO completion</b> - is signalled by calling completion function specified - <b>IO completion</b> - is signalled by calling completion function specified
in IO configuration phase in IO configuration phase
![An example of IO flow](io-path.png) ![An example of IO flow](img/io-path.png)
## IO submission example ## IO submission example
```c ```c