X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=docs%2Fvpp-device.rst;h=4289887c6b5e8c4ca1850419362081cd493957f0;hp=3dae59a8d1f0e3dcc561899c51f5d22336a33cd7;hb=4c8b382e0034ed2660d749cbd01d5b304aeb54bc;hpb=53310a9c512daecbe20a45eb48f5167ea5a6a8b2 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 @@ -504,12 +508,6 @@ Maintainability 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