I think I found it.
vlib_frame_queue_main_init (sm->in2out_output_node_index, 0);
So, it will be passing to the in2out node of the next core.
Thanks Damjan.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12490): https://lists.fd.io/g/vpp-dev/mess
Hi Damjan,
Thanks for the reply. I am not very familiar with VPP yet.
Are you suggesting that the pkt will start its journey all the way from
dpdk-input on the new core?
Can't we just send the pkt directly to nat44-in2out node on the new core?
In the code, I see that, we are calling vlib_get
> On 11 Mar 2019, at 19:53, Ranadip Das wrote:
>
> Hello,
>
> Once handoff node decides to handoff a pkt to another core, which node on the
> other core picks the pkt up?
> I am using 1807, and it seems like nst44-handoff-classify will send the pkt
> to either nat44-in2out-worker-handoff o
Hello,
Once handoff node decides to handoff a pkt to another core, which node on the
other core picks the pkt up?
I am using 1807, and it seems like nst44-handoff-classify will send the pkt to
either nat44-in2out-worker-handoff or nat44-out2in-worker-handoff node.
nat44-in2out-worker-handoff