You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,11 @@ Or add the following configuration to the grub configuration:
165
165
### Testing the plugin with VPP based Docker image
166
166
* Before the vhostuser CNI installation, create the VPP 17.01 based Docker image, and use sample application since it provides ping tool to check basic network connectivity.
167
167
* Run 2 VPP 17.01 based pods in the same node. Highly recommend user to take care of it, please contact @kural or @abdul in [Intel-corp](https://intel-corp.herokuapp.com/) for more assistant on this.
168
+
* This CNI plugin moves vhostuser socket file to the /var/lib/cni/vhostuser directory from ovs-vswitchd's path for vhostuser(for release version it is usually /var/run/openvswitch). DPDK application inside
169
+
container expects that it should be /vhost-user-net-plugin. Therefore pod's yaml should contain mountVolume declaration to bind directories.
168
170
* With the deployment of 2 pod A and B, following vhostuser cni content with pause/infra/sandbox container ID is stored in /var/lib/cni/vhostuser
0 commit comments