Hello VPP Experts,

I have a graph node that processes a vector of packets but needs to split
the vector into 2 sets.
One set is hand-off to another worker/thread and the other to next graph
nodes in the current worker/thread. I am wondering if there is an example
graph node that does this.

I looked at the handoffdemo exmaple,
https://docs.fd.io/vpp/20.05/d8/df9/src_2examples_2handoffdemo_2node_8c_source.html


But this example does not split the vector, it either handoffs the entire
vector to another thread or sends to next nodes on the same thread. But I
am looking for an example that splits the vector into two - one for handoff
and the other set for the next nodes on the current thread.

Could you help me out here?

Thank you
- Pranab K Das
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20199): https://lists.fd.io/g/vpp-dev/message/20199
Mute This Topic: https://lists.fd.io/mt/85836456/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