Re: [vpp-dev] N-queue node input

2019-03-22 Thread G. Paul Ziemba
Ah, thank you. That seems much more logical. (Still familiarizing myself with tools in this toolbox. Haven't found the 10mm socket yet.) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12620): https://lists.fd.io/g/vpp-dev/message/12620 Mute This T

Re: [vpp-dev] N-queue node input

2019-03-21 Thread Dave Barach via Lists.Fd.Io
edule the successor node. Look at the bitmap and process the queues. All sorts of variations on this theme are possible. D. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of G. Paul Ziemba Sent: Thursday, March 21, 2019 2:35 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] N-queue

[vpp-dev] N-queue node input

2019-03-21 Thread G. Paul Ziemba
Hi, I'm new to VPP. Have read the documentation on vlib graph node dispatching and related areas, as well as looked at vlib/node.[ch] and vlib/node_funcs.h. I'm developing a new feature arc which will include classifying received packets into N streams such that each stream is queued independently