diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-02-11 14:39:21 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-02-11 15:04:21 +0000 |
commit | 4c8b382e0034ed2660d749cbd01d5b304aeb54bc (patch) | |
tree | bd1dff8a9d1218a2b58108620d010e5620ed4262 /docs/vpp-device.rst | |
parent | 53310a9c512daecbe20a45eb48f5167ea5a6a8b2 (diff) |
CSIT-1430 Update release notes
Change-Id: Id67de7b23d48509b3118d24b6d054b8d50a3d0ec
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'docs/vpp-device.rst')
-rw-r--r-- | docs/vpp-device.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/vpp-device.rst b/docs/vpp-device.rst index 3dae59a8d1..4289887c6b 100644 --- a/docs/vpp-device.rst +++ b/docs/vpp-device.rst @@ -255,6 +255,10 @@ including those required by DUT/TG. # Mount vfio to be able to bind to see binded interfaces. We cannot use # --device=/dev/vfio as this does not see newly binded interfaces. --volume /dev/vfio:/dev/vfio + # Mount nested_vm image to be able to run VM tests. + --volume /var/lib/vm/vhost-nested.img:/var/lib/vm/vhost-nested.img + # Mount docker.sock to be able to use docker deamon of the host. + --volume /var/run/docker.sock:/var/run/docker.sock # Image of csit-sut-dcr snergster/csit-vpp-device-test:latest @@ -506,12 +510,6 @@ Stability .. note:: - Improve NIC selection pair-wise: As of now script is taking first two - interfaces from discovered list regardless of sibling pairing. Implement - more advance method of selection of interfaces based on VF 802.1Q siblings. - -.. note:: - Implement queueing mechanism: Currently there is no mechanics that would place starving jobs in queue in case of no resources available. |