Hi friends ,
I want to rebuild the dpdk plugin without rebuilding everything from
scratch . How can I do that ?
I saw in docs that we can copy sample plugin or any other plugin into a
directory and the run this command :
autoreconf -fis ; ./configure; make
but it says :
autoreconf: 'configure.ac' o
Thank you very much Damjan, it works like a charm.
Justin
- Mail original -
De: "Damjan Marion"
À: "Justin Iurman"
Cc: "vpp-dev"
Envoyé: Mardi 10 Octobre 2017 18:36:47
Objet: Re: [vpp-dev] Build/Install new plugin without rebuilding everything
>
> On 10 Oct 2017, at 18:12, Justin Iurman wrote:
>
> Hi folks,
>
> I was just wondering how I could build my own plugin without rebuilding
> everything from scratch in vpp ? I mean, here are two ways I found to build a
> plugin:
> - First technique (long, rebuilds everything):
> https://doc
Hi folks,
I was just wondering how I could build my own plugin without rebuilding
everything from scratch in vpp ? I mean, here are two ways I found to build a
plugin:
- First technique (long, rebuilds everything):
https://docs.fd.io/vpp/17.07/sample_plugin_doc.html
- Second technique (fast, on