(dbarach)
wrote:
> +1, thanks Burt... D.
>
>
>
> *From:* Burt Silverman [mailto:bur...@gmail.com]
> *Sent:* Wednesday, December 14, 2016 3:29 PM
> *To:* Dave Barach (dbarach)
> *Cc:* mahdi akrami ; vpp-dev
>
> *Subject:* Re: [vpp-dev] Fwd: DPDK SDK in plugin
>
+1, thanks Burt... D.
From: Burt Silverman [mailto:bur...@gmail.com]
Sent: Wednesday, December 14, 2016 3:29 PM
To: Dave Barach (dbarach)
Cc: mahdi akrami ; vpp-dev
Subject: Re: [vpp-dev] Fwd: DPDK SDK in plugin
and in some cases you also want to add
-L
to the expression (like when the
lugin_la_LIBADD = -l
>
>
>
> for any / all values of that the plugin requires.
>
>
>
> Thanks… Dave
>
>
>
> *From:* mahdi akrami [mailto:akram...@gmail.com]
> *Sent:* Wednesday, December 14, 2016 10:48 AM
> *To:* Dave Barach (dbarach)
>
In /Makefile.am:
my_plugin_la_LIBADD = -l
for any / all values of that the plugin requires.
Thanks… Dave
From: mahdi akrami [mailto:akram...@gmail.com]
Sent: Wednesday, December 14, 2016 10:48 AM
To: Dave Barach (dbarach)
Subject: Re: [vpp-dev] Fwd: DPDK SDK in plugin
Hi,
Could you please
Link the plugin against the library you need.
Thanks… Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of mahdi akrami
Sent: Wednesday, December 14, 2016 5:31 AM
To: vpp-dev
Subject: [vpp-dev] Fwd: DPDK SDK in plugin
Hi,
I still have the problem of using
Hi,
I still have the problem of using DPDK code in my VPP plugin. What is the
solution? Specially for libraries that VPP did not included before like
rte_hash.
Thanks
-- Forwarded message --
From: mahdi akrami
Date: Mon, Dec 5, 2016 at 4:26 PM
Subject: Re: [vpp-dev] DPDK SDK in