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
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
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