Skip to content

Commit eff98fa

Browse files
authored
doc: improve description/example for DPDK
1 parent f802235 commit eff98fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This application creates biflows from packet input and exports them to output in
1212
- [nemea](http://github.com/CESNET/Nemea-Framework) when compiling with unirec output plugin (`--with-nemea` parameter)
1313
- cloned submodule with googletest framework to enabled optional tests (`--with-gtest` parameter)
1414

15-
To use DPDK interfaces, make sure you have DPDK libraries installed and set the `PKG_CONFIG_PATH` environment variable if necessary. You can obtain latest DPDK at http://core.dpdk.org/download/ (`--with-dpdk` parameter)
15+
To compile DPDK interfaces, make sure you have DPDK libraries (and development files) installed and set the `PKG_CONFIG_PATH` environment variable if necessary. You can obtain the latest DPDK at http://core.dpdk.org/download/ Use `--with-dpdk` parameter of the `configure` script to enable it.
1616

1717
## Build & Installation
1818

@@ -149,7 +149,7 @@ Here are the examples of various plugins usage:
149149
# Read packets using DPDK input interface, enable plugins for basic statistics, http and tls, output to IPFIX on a local machine
150150
# Note that parameters for the ipfixprobe application go AFTER the '--'. Parameters before are passed into the DPDK EAL
151151
# The application will run on a core 0 as defined with EAL parameter -c using mask 0x1
152-
./ipfixprobe -c 0x1 -- -i "dpdk;p=0" -p http "-p" bstats -p tls -o "ipfix;h=127.0.0.1"
152+
For example: `./ipfixprobe -c 0x1 -a "<[domain:]bus:devid.func>" -- -i "dpdk;p=0" -p http "-p" bstats -p tls -o "ipfix;h=127.0.0.1"`, where correct values for `-c` and `-a` must be specified.
153153
```
154154

155155
## Extension

0 commit comments

Comments
 (0)