: vpp-dev@lists.fd.io On Behalf Of bjeremy32 via
>> lists.fd.io
>> Sent: Monday, October 25, 2021 2:18 PM
>> To: 'Damjan Marion'
>> Cc: vpp-dev@lists.fd.io
>> Subject: Re: [vpp-dev] Linking DPDK libs to plugins
>>
>> I believe it was just ring
> -Original Message-
> From: vpp-dev@lists.fd.io On Behalf Of bjeremy32 via
> lists.fd.io
> Sent: Monday, October 25, 2021 2:18 PM
> To: 'Damjan Marion'
> Cc: vpp-dev@lists.fd.io
> Subject: Re: [vpp-dev] Linking DPDK libs to plugins
>
> I believe i
I believe it was just ring that they cared about.
-Original Message-
From: Damjan Marion
Sent: Monday, October 25, 2021 11:08 AM
To: bjerem...@gmail.com
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Linking DPDK libs to plugins
Ok, i’m affraid that to implement this you will need to
ta structures from our
> > multiple header files (.h files )
> > 4. We want to be able to make calls to rte_mempool apis from our source
> > code ( .c files )
> >
> > -Original Message-
> > From: Damjan Marion
> > Sent: Monday, October 25
rom: Damjan Marion
> > Sent: Monday, October 25, 2021 5:22 AM
> > To: bjerem...@gmail.com
> > Cc: vpp-dev@lists.fd.io
> > Subject: Re: [vpp-dev] Linking DPDK libs to plugins
> >
> >
> >
> >
> >> On 25.10.2021., at 01:13, bjerem...@gmail.com
Marion
> Sent: Monday, October 25, 2021 5:22 AM
> To: bjerem...@gmail.com
> Cc: vpp-dev@lists.fd.io
> Subject: Re: [vpp-dev] Linking DPDK libs to plugins
>
>
>
>
>> On 25.10.2021., at 01:13, bjerem...@gmail.com wrote:
>>
>> Greetings,
>>
>>
Subject: Re: [vpp-dev] Linking DPDK libs to plugins
> On 25.10.2021., at 01:13, bjerem...@gmail.com wrote:
>
> Greetings,
>
> Let me preface this by saying that I really do not know much about the CMake
> utility. But I am trying to see if there is a way to make the DPDK lib
> On 25.10.2021., at 01:13, bjerem...@gmail.com wrote:
>
> Greetings,
>
> Let me preface this by saying that I really do not know much about the CMake
> utility. But I am trying to see if there is a way to make the DPDK libs
> accessible to other plugins (aside from the dpdk plugin) that ar
Greetings,
Let me preface this by saying that I really do not know much about the CMake
utility. But I am trying to see if there is a way to make the DPDK libs
accessible to other plugins (aside from the dpdk plugin) that are in their
own project/subdirectory similar. I am working with v20.05 c