Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit d7d0c92

Browse files
author
ujjwalsolankii
committed
Updated README file
Signed-off-by: ujjwalsolankii <[email protected]>
1 parent be309a0 commit d7d0c92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ interfaces in a container.
8080

8181
Userspace networking requires additional considerations. For one, the interface
8282
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
8484
through the local vswitch. Second, when the interface is inserted into the
8585
container, it is not owned by the kernel, so additional work needs to be done
8686
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
107107
or VPP 19.04. Other versions of Go, OVS-DPDK and VPP are theoretically
108108
supported, but MIGHT cause unknown issue.
109109

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.
111111
Here is an example:
112112
```
113113
cat ~/.bashrc
@@ -569,7 +569,7 @@ To run script:
569569
* Current implementation is to write the remote configuration into a file and share the directory
570570
with the container, which is the volume mapping. Directory is currently hard coded.
571571
* *--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.
573573

574574
In the container, you should see the usrsp-app ouput the message sequence of
575575
its communication with local VPP (VPP in the container) and some database

0 commit comments

Comments
 (0)