Skip to content

Commit 4ef71db

Browse files
Merge pull request #159 from CESNET/multiport-doc
dpdk - updated README.md for multiport read
2 parents 7fc3f6c + afa7759 commit 4ef71db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ Here are the examples of various plugins usage:
160160
# Example for the queue of 3 DPDK input plugins (q=3):
161161
`./ipfixprobe -i "dpdk;p=0;q=3;e=-c 0x1 -a <[domain:]bus:devid.func>" -i dpdk -i dpdk -p http "-p" bstats -p tls -o "ipfix;h=127.0.0.1"`
162162
163+
# Same example for the multiport read from ports 0 and 1, note comma separated ports:
164+
`./ipfixprobe -i "dpdk;p=0,1;q=3;e=-c 0x1 -a <[domain:]bus:devid.func>" -i dpdk -i dpdk -p http "-p" bstats -p tls -o "ipfix;h=127.0.0.1"`
165+
166+
163167
# Read packets using DPDK input interface as secondary process with shared memory (DPDK rings) - in this case, 4 DPDK rings are used
164168
`./ipfixprobe -i 'dpdk-ring;r=rx_ipfixprobe_0;e= --proc-type=secondary' -i 'dpdk-ring;r=rx_ipfixprobe_1' -i 'dpdk-ring;r=rx_ipfixprobe_2' -i 'dpdk-ring;r=rx_ipfixprobe_3' -o 'text'`
165169
```

0 commit comments

Comments
 (0)