Hi, See if following link helps
https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/vlib.html#graph-dispatcher-internals Thanks, Nitin From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> On Behalf Of chandan.moha...@nokia.com Sent: Wednesday, July 24, 2019 3:55 PM To: vpp-dev@lists.fd.io Subject: [EXT] [vpp-dev] Request HELP with the boilerplate code in Node.c of a plugin #vpp External Email ________________________________ Hi , I am new to VPP. I request,if any kind hearted soul can help me understand,the boilerplate code in Node.c of a plugin. I want to understand the buffer / frame / next handling of frame/next handling of node/prefetch code ,that is under both whileS() as below. If you can point me to any URL or any PDF/DOC,that will help me a lot in understanding. while (n_left_from > 0) { u32 n_left_to_next; vlib_get_next_frame (vm, node, next_index, to_next, n_left_to_next); while (n_left_from > 0 && n_left_to_next > 0) { ..... ... } If you can point me to any URL or any PDF/DOC,that will help me a lot in understanding.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13561): https://lists.fd.io/g/vpp-dev/message/13561 Mute This Topic: https://lists.fd.io/mt/32582776/21656 Mute #vpp: https://lists.fd.io/mk?hashtag=vpp&subid=1480452 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-