[dpdk-users] Building a DPDK application with librte_malloc only?

Alain Gautherot alain at edicogenome.com
Mon Jan 25 22:01:30 CET 2016


Ok sounds good, I figured that EAL logging had a dependency on MEMPOOL+MBUF and was able to skip building of a whole bunch.

Thanks!
Alain


-----Original Message-----
From: Sergio Gonzalez Monroy [mailto:sergio.gonzalez.monroy at intel.com] 
Sent: Monday, January 25, 2016 5:48 AM
To: Alain Gautherot <alain at edicogenome.com>
Cc: users at dpdk.org
Subject: Re: [dpdk-users] Building a DPDK application with librte_malloc only?

On 23/01/2016 00:11, Alain Gautherot wrote:
> Hello,
>
> I'm using DPDK2.0.0 to test memory allocation and have couple questions:
>
> 1) Is it possible to build an application with only rte_malloc (and not the other libraries/services)?
> I didn't find anything in the documentation.

Yes, it is possible. in your case, you just want to use EAL.
> 2) Is it possible to use DPDK on CPUs that don't have AES-NI?
> Is there a way to disable that in DPDK so I can run on more mainstream CPUs?
> Maybe a CONFIG_* (but couldn't find it)?

Of course. AFAIK the only requirement for AES-NI is when using AES-NI SW cryptodev.
It should be disabled in default config.

Sergio
> Thanks,
> Alain
>
> --
> Alain Gautherot
> Edico Genome
> 3344 North Torrey Pines Court, Plaza Level La Jolla, CA 92037 
> www.edicogenome.com
>



More information about the users mailing list