Re: [vpp-dev] Adding a node dynamically between any two nodes

2018-06-25 Thread satishp
orks (i.e. fact that all nodes are running on the same thread). > I suggest that you go trough series of videos available on the youtube, > some of them are explaining how that works. > > Regards, > > Damjan > > On 25 Jun 2018, at 14:47, satishp wrote: > > Than

Re: [vpp-dev] Adding a node dynamically between any two nodes

2018-06-25 Thread satishp
Thanks Dave for your reply. Below is my usecase: Currently I have a single worker thread processing traffic. To scale the throughput, I would like to 'handoff' some packet processing to second worker thread. I would like to do this dynamically(i.e handoff packet from any node based on a cli command