Re: [vpp-dev] Enable an INPUT_NODE for a specific thread or worker

2018-11-27 Thread Damjan Marion via Lists.Fd.Io
> 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

[vpp-dev] Enable an INPUT_NODE for a specific thread or worker

2018-11-27 Thread david . leitch . vpp
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