Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-03 Thread Burt Silverman
rachs.net> > *Cc:* Kinsella, Ray <ray.kinse...@intel.com>; Luke, Chris < > chris_l...@cable.comcast.com>; Alessio Silvestro <ale.silver...@gmail.com>; > vpp-dev <vpp-dev@lists.fd.io> > *Subject:* Re: [vpp-dev] VPP/How To Build The Sample Plugin > >

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-02 Thread Luke, Chris
.@gmail.com>; vpp-dev <vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] VPP/How To Build The Sample Plugin OK, I figured out how to patch code to add a vat_plugin_path option to /etc/vpp/startup.conf, but that was not the answer to the immediate issue, regarding my failure to get outpu

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-02 Thread Burt Silverman
>>> >>>> >>> >>>> So to continue discussion on this particular change, what do you >>> think that it is broken? >>> >>>> >>> >>>> For me sequence: >>> >>>> >>> >>

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-01 Thread Burt Silverman
gt;>> make install >> >>>> >> >>>> Works perfectly fine. Off-course you need to have install vpp-dev >> package on your system... >> >>>> >> >>>> >> >>>>> On 30 May 2017, at 13:30, Kinsella, Ray

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-01 Thread Kinsella, Ray
y <ray.kinse...@intel.com> *Cc:* Alessio Silvestro <ale.silver...@gmail.com>; vpp-dev <vpp-dev@lists.fd.io> *Subject:* Re: [vpp-dev] VPP/How To Build The Sample Plugin Thanks, Ray, this is exactly what I needed, by coincidence. I wish your item 2. was placed commented out and almost word

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-31 Thread Burt Silverman
> that the people most likely to try it and use it, are those least familiar > with VPP. > >>>>> > >>>>> I tried the use it a few months ago in training and found the UX > similar then. So I put together a number of changes to integrate the plugin

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-31 Thread Damjan Marion (damarion)
t;>>>>>> samples already in src/plugins so I don't see an need for additional >>>>>>> one. >>>>>>> >>>>>>> So to continue discussion on this particular change, what do you think >>>>>>> that it is broke

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-31 Thread Kinsella, Ray
To:* Kinsella, Ray <ray.kinse...@intel.com> *Cc:* Alessio Silvestro <ale.silver...@gmail.com>; vpp-dev <vpp-dev@lists.fd.io> *Subject:* Re: [vpp-dev] VPP/How To Build The Sample Plugin Thanks, Ray, this is exactly what I needed, by coincidence. I wish your item 2. was placed co

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-31 Thread Damjan Marion (damarion)
>>>>> with VPP. >>>>> >>>>> I tried the use it a few months ago in training and found the UX similar >>>>> then. So I put together a number of changes to integrate the plugin into >>>>> the VPP build system, provide a

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-31 Thread Kinsella, Ray
.com> *Cc:* Alessio Silvestro <ale.silver...@gmail.com>; vpp-dev <vpp-dev@lists.fd.io> *Subject:* Re: [vpp-dev] VPP/How To Build The Sample Plugin Thanks, Ray, this is exactly what I needed, by coincidence. I wish your item 2. was placed commented out and almost word for word into the stand

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-30 Thread Kinsella, Ray
:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] *On Behalf Of *Burt Silverman *Sent:* Saturday, May 27, 2017 10:33 *To:* Kinsella, Ray <ray.kinse...@intel.com> *Cc:* Alessio Silvestro <ale.silver...@gmail.com>; vpp-dev <vpp-dev@lists.fd.io> *Subject:* Re:

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-27 Thread Luke, Chris
com>; vpp-dev <vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] VPP/How To Build The Sample Plugin Thanks, Ray, this is exactly what I needed, by coincidence. I wish your item 2. was placed commented out and almost word for word into the standard $TOPDIR/src/vpp/conf/startup.conf -- that woul

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-27 Thread Burt Silverman
Thanks, Ray, this is exactly what I needed, by coincidence. I wish your item 2. was placed commented out and almost word for word into the standard $TOPDIR/src/vpp/conf/startup.conf -- that would make things self documenting. Burt On Sat, May 27, 2017 at 8:30 AM, Kinsella, Ray

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-27 Thread Kinsella, Ray
So there is an easier way 1. make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install 2. adjusting the plugin path depending on where the VPP src is, add the following to your startup.conf plugins { path

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-05-26 Thread Guy Doucet -X (gudoucet - FLEXTRONICS CANADA DESIGN SERVICES INC at Cisco)
I had the same problem last week, Try the following: autoreconf -fis .configure make Guy From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Alessio Silvestro Sent: Friday, May 26, 2017 7:53 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] VPP/How To Build

[vpp-dev] VPP/How To Build The Sample Plugin

2017-05-26 Thread Alessio Silvestro
Hi all, I am trying to build the sample vpp-engine plug-in as explained here ( https://wiki.fd.io/view/VPP/How_To_Build_The_Sample_Plugin). I already tested my vpp installation, for instance it works when I created a Source NAT. I downloaded the most updated version of the sample-plugin and run