We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lcores
1 parent 461de6a commit e54d3f0Copy full SHA for e54d3f0
init/ipfixprobed
@@ -8,7 +8,7 @@ if [ -e "$CONFFILE" ]; then
8
dpdkinput=""
9
if [ "$USE_DPDK" = "1" ]; then
10
# set up DPDK interface(s)
11
- dpdkinput=("-i" "dpdk;p=$DPDK_PORT;q=$DPDK_QUEUES_COUNT;e=-a $DPDK_DEVICE")
+ dpdkinput=("-i" "dpdk;p=$DPDK_PORT;q=$DPDK_QUEUES_COUNT;e=--lcores $DPDK_LCORES -a $DPDK_DEVICE")
12
for ((ifc=1; ifc<$DPDK_QUEUES_COUNT;ifc++)); do
13
dpdkinput+=("-i" "dpdk")
14
done
init/link0.conf.example
@@ -62,6 +62,10 @@
62
63
#DPDK_DEVICE=0000:43:00.0
64
65
+# Set mapping of DPDK lcores to threads:
66
+
67
+#DPDK_LCORES="(0-7)@(0-7)"
68
69
# Set network device port:
70
71
#DPDK_PORT=0
0 commit comments