@@ -80,7 +80,7 @@ interfaces in a container.
80
80
81
81
Userspace networking requires additional considerations. For one, the interface
82
82
needs to be created/configured on a local vswitch (running on the host). There
83
- may also be a desire to add the interface to a specfic network on the host
83
+ may also be a desire to add the interface to a specific network on the host
84
84
through the local vswitch. Second, when the interface is inserted into the
85
85
container, it is not owned by the kernel, so additional work needs to be done
86
86
in the container to consume the interface and add to a network within the
@@ -107,7 +107,7 @@ This plugin is recommended to be built with Go 1.11.10 and either OVS-DPDK 2.9.0
107
107
or VPP 19.04. Other versions of Go, OVS-DPDK and VPP are theoretically
108
108
supported, but MIGHT cause unknown issue.
109
109
110
- There are a few environmental variables used in building and teating this plugin.
110
+ There are a few environmental variables used in building and testing this plugin.
111
111
Here is an example:
112
112
```
113
113
cat ~/.bashrc
@@ -569,7 +569,7 @@ To run script:
569
569
* Current implementation is to write the remote configuration into a file and share the directory
570
570
with the container, which is the volume mapping. Directory is currently hard coded.
571
571
* * --device=/dev/hugepages:/dev/hugepages*
572
- * VPP requires hugepages, so need to map hugepoages into container.
572
+ * VPP requires hugepages, so need to map hugepages into container.
573
573
574
574
In the container, you should see the usrsp-app ouput the message sequence of
575
575
its communication with local VPP (VPP in the container) and some database
0 commit comments