Skip to content

Commit 2bc4dfc

Browse files
authored
Merge pull request #108 from CESNET/dpdk-rework
Dpdk rework
2 parents d87fca1 + a24d8f5 commit 2bc4dfc

File tree

4 files changed

+522
-298
lines changed

4 files changed

+522
-298
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ Here are the examples of various plugins usage:
147147
./ipfixprobe -i 'pcap;file=pcaps/http.pcap' -p http -p pstats -p idpcontent -p phists -o 'unirec;i=u:http:timeout=WAIT,u:stats:timeout=WAIT;p=http,(pstats,phists,idpcontent)'
148148
149149
# Read packets using DPDK input interface and 1 DPDK queue, enable plugins for basic statistics, http and tls, output to IPFIX on a local machine
150-
# Note that parameters for the ipfixprobe application go AFTER the '--'. Parameters before are passed into the DPDK EAL
151-
# The application will run on a core 0 as defined with EAL parameter -c using mask 0x1
152-
For example: `./ipfixprobe -c 0x1 -a "<[domain:]bus:devid.func>" -- -i "dpdk;p=0,q=1,i=0" -p http "-p" bstats -p tls -o "ipfix;h=127.0.0.1"`, where correct values for `-c` and `-a` must be specified.
150+
# DPDK EAL parameters are passed in `e, eal` parameters
151+
# DPDK plugin configuration has to be specified in the first input interface, others dpdk interfaces inherit configuration from the first interface
152+
For example: `./ipfixprobe -i "dpdk;p=0,q=1,e=-c 0x1 -a <[domain:]bus:devid.func>" -p http "-p" bstats -p tls -o "ipfix;h=127.0.0.1"`
153153
```
154154

155155
## Extension

0 commit comments

Comments
 (0)