Skip to content

Commit

Permalink
Merge pull request #17 from lmilleri/update-readme
Browse files Browse the repository at this point in the history
Update README.md file
  • Loading branch information
amorenoz authored Nov 3, 2022
2 parents 8168e68 + 2f48aa0 commit ce80166
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,18 @@ In order to build the application, just run the top level Makefile:
./build/kvdpa-cli get 0000:05:00.4 0000:05:00.2
0000:05:00.4 : {name:vdpa3 driver:vhost_vdpa path:/dev/vhost-vdpa-3}
0000:05:00.2 : {name:vdpa1 driver:vhost_vdpa path:/dev/vhost-vdpa-1}

## Create vdpa device

Usage: kvdpa-cli add [mgmtdev] [dev]

Example:
./build/kvdpa-cli add 0000:05:00.4 vdpa0

## Delete vdpa device

Usage: kvdpa-cli del [dev]

Example:
./build/kvdpa-cli del vdpa0

0 comments on commit ce80166

Please sign in to comment.