> On 11 Mar 2019, at 19:53, Ranadip Das <ranadip....@gmail.com> 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 or nat44-out2in-worker-handoff node. 
> nat44-in2out-worker-handoff and nat44-out2in-worker-handoff send the pkt to 
> nat44-in2out and nat44-out2in respectively if the pkt should be processed in 
> the current core. 
> 
> However, it is not clear to me which nodes gets the pkt after handoff if the 
> pkt needs to be processed by another core. 
> 
> Appreciate any help on this. 

one passed to vlib_frame_queue_main_init() call...


i.e.

        vlib_node_t *n = vlib_get_node_by_name (vm, (u8 *) "ethernet-input");
        hm->frame_queue_index = vlib_frame_queue_main_init (n->index, 0);


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12486): https://lists.fd.io/g/vpp-dev/message/12486
Mute This Topic: https://lists.fd.io/mt/30393022/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to