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
It's simple, just set `PKG_CONFIG_PATH` and build it.
147
147
148
148
```bash
149
-
$ export PKG_CONFIG_PATH=<path-of-libdpdk.pc># normally located at dpdklib/lib64/pkgconfig/libdpdk.pc
149
+
$ export PKG_CONFIG_PATH=<path-of-libdpdk.pc># normally located at dpdklib/lib64/pkgconfig/
150
150
$ cd<path-of-dpvs>
151
151
152
152
$ make # or "make -j" to speed up
153
153
$ make install
154
154
```
155
155
> Notes:
156
-
> 1. Build dependencies may be needed, such as `pkg-config`(version 0.29.2+),`automake`, `libnl3`, `libnl-genl-3.0`, `openssl`, `popt` and `numactl`. You can install the missing dependencies by using the package manager of the system, e.g., `yum install popt-devel` (CentOS).
156
+
> 1. Build dependencies may be needed, such as `pkg-config`(version 0.29.2+),`automake`, `libnl3`, `libnl-genl-3.0`, `openssl`, `popt` and `numactl`. You can install the missing dependencies by using the package manager of the system, e.g., `yum install popt-devel automake` (CentOS) or `apt install libpopt-dev autoconfig` (Ubuntu).
157
157
> 2. Early `pkg-config` versions (v0.29.2 before) may cause dpvs build failure. If so, please upgrade this tool.
158
158
159
159
Output files are installed to `dpvs/bin`.
@@ -253,6 +253,8 @@ Our test shows the forwarding speed (pps) of DPVS is several times than LVS and
253
253
254
254

255
255
256
+
Click [here](./test/release/v1.9.2/performance.md) for the lastest performance data.
257
+
256
258
# License
257
259
258
260
Please refer to the [License](./LICENSE.md) file for details.
0 commit comments