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.
cpu_mask
1 parent b55a982 commit 461de6aCopy full SHA for 461de6a
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=-c $DPDK_CPUMASK -a $DPDK_DEVICE")
+ dpdkinput=("-i" "dpdk;p=$DPDK_PORT;q=$DPDK_QUEUES_COUNT;e=-a $DPDK_DEVICE")
12
for ((ifc=1; ifc<$DPDK_QUEUES_COUNT;ifc++)); do
13
dpdkinput+=("-i" "dpdk")
14
done
init/link0.conf.example
@@ -62,10 +62,6 @@
62
63
#DPDK_DEVICE=0000:43:00.0
64
65
-# Set CPU mask:
66
-
67
-#DPDK_CPUMASK=0x1
68
69
# Set network device port:
70
71
#DPDK_PORT=0
0 commit comments