Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrenceXu authored Apr 26, 2019
1 parent 374b07d commit e6ab986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ For example, if 2 devices are allocated from `intel.com/sriov` extended resource

We extended this Kubernetes device plugin for mediate device (mdev) support, which is a recent addition to linux vfio framework that is currently used by, e.g. Intel Graphics Virtualization (GVT-g).

This plugin also creates device plugin endpoints based on the configurations given in file `/etc/pcidp/config.json`. This configuration file is in json format as shown below (with "mdevMode" parameter):
This plugin also creates device plugin endpoints based on the configurations given in file `/etc/pcidp/config.json`. This configuration file is in json format as shown below (with "MdevMode" parameter is true).

```json
{
Expand All @@ -324,6 +324,8 @@ This plugin also creates device plugin endpoints based on the configurations giv

```

It will discover the root devices corresponding mediate devices by UUID. The you can follow the same steps of SRIOV device plugin to create Pod with mdev devices.

## Issues and Contributing

We welcome your feedback and contributions to this project. Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.
Expand Down

0 comments on commit e6ab986

Please sign in to comment.