Re: [dpdk-dev] Use rte_malloc in application

2017-08-10 Thread Rohit Saini (Stellus)
Thanks Sergio. It helped. There was a mistake the way I was linking dpdk with my application. Thanks, Rohit -Original Message- From: Sergio Gonzalez Monroy [mailto:sergio.gonzalez.mon...@intel.com] Sent: Thursday, August 03, 2017 1:59 PM To: Rohit Saini (Stellus) ; 'dev@dpd

Re: [dpdk-dev] Use rte_malloc in application

2017-08-02 Thread Rohit Saini (Stellus)
Rohit Saini (Stellus) Sent: Thursday, August 03, 2017 11:28 AM To: 'dev@dpdk.org' Subject: [dpdk-dev] Use rte_malloc in application Hi, I have a use case in my application where I need to implement my own memory manager, rather than doing malloc/free everytime to kernel. Instead of writ

[dpdk-dev] Use rte_malloc in application

2017-08-02 Thread Rohit Saini (Stellus)
Hi, I have a use case in my application where I need to implement my own memory manager, rather than doing malloc/free everytime to kernel. Instead of writing my own memory manager, I am thinking to use dpdk rte_malloc or rte_mempool. Please let me know if this is a good idea. Also, my_node_t *