File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ of the next descriptor if VIRTQ_DESC_F_NEXT is set.
120120
121121![ ] ( ../../.github/images/descriptor.png )
122122
123- Requirements for device implementation
123+ ** Requirements for device implementation**
124124
125125* Abstractions from virtio-queue such as ` DescriptorChain ` can be used to parse
126126 descriptors provided by the device, which represent input or output memory
@@ -214,3 +214,10 @@ We assume the users will consume the entries from the available ring in the
214214recommended way from the documentation, i.e. device starts processing the
215215available ring entries, disables the notifications, processes the entries,
216216and then re-enables notifications.
217+
218+ ## License
219+
220+ This project is licensed under either of
221+
222+ - [ Apache License] ( http://www.apache.org/licenses/LICENSE-2.0 ) , Version 2.0
223+ - [ BSD-3-Clause License] ( https://opensource.org/licenses/BSD-3-Clause )
You can’t perform that action at this time.
0 commit comments