Re: [vpp-dev] Plugin question

2017-06-12 Thread Ratliff, Stanley
ld be > necessary. > > Thanks... Dave > > -Original Message- > From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On > Behalf Of Ratliff, Stanley > Sent: Sunday, June 11, 2017 10:24 PM > To: vpp-dev@lists.fd.io > Subject: [vpp-dev] Plugin ques

Re: [vpp-dev] Plugin question

2017-06-12 Thread Dave Barach (dbarach)
ould be necessary. Thanks... Dave -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Ratliff, Stanley Sent: Sunday, June 11, 2017 10:24 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Plugin question Hello, I'm trying to write a VPP

[vpp-dev] Plugin question

2017-06-11 Thread Ratliff, Stanley
Hello, I'm trying to write a VPP plugin. This plugin needs to be able to consume packets from a vector - e.g., my plugin gets a frame with 10 buffers, and when I pass the frame along via vlib_put_next_frame (if that's the right call), there would be only 9 buffers in the frame. Actually, I