> On 27 Nov 2018, at 09:16, david.leitch@gmail.com wrote:
>
> hi
> I want to enable an INPUT node just for one worker and disable for others
> (thread main and other workers) like dpdk-input node.
> when thet state of INPUT node is set to VLIB_NODE_STATE_POLLING , it is
> enable for all
hiĀ
I want to enable an INPUT node just for one worker and disable for others
(thread main and other workers) like dpdk-input node.
when thet state of INPUT node is set to VLIB_NODE_STATE_POLLING , it is enable
for all threads, and when it set to VLIB_NODE_STATE_DISABLED it is disable for
all no