[dpdk-dev] free a memzone

2014-07-31 Thread Mahdi Dashtbozorgi
rocess. > > Would that help somehow? > Konstantin > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Mahdi Dashtbozorgi > > Sent: Thursday, July 24, 2014 6:20 AM > > To: dev at dpdk.org > > Subject: Re: [dpdk-dev] free

[dpdk-dev] free a memzone

2014-07-28 Thread Mahdi Dashtbozorgi
t dpdk.org] On Behalf Of Mahdi Dashtbozorgi > > Sent: Thursday, July 24, 2014 6:20 AM > > To: dev at dpdk.org > > Subject: Re: [dpdk-dev] free a memzone > > > > Hi Bruce, > > > > Thank you for the response. That's a great Idea! > > But I do not unde

[dpdk-dev] free a memzone

2014-07-24 Thread Mahdi Dashtbozorgi
vaddr), am I right? what about pg_num and pg_shift? how can I pass them correctly? Best Regards, Mahdi. On Thu, Jul 24, 2014 at 9:48 AM, Mahdi Dashtbozorgi wrote: > Hi Bruce, > > Thank you for the response. That's a great Idea! > But I do not understand the last four param

[dpdk-dev] free a memzone

2014-07-23 Thread Mahdi Dashtbozorgi
Hi guys, Is there any suggestion to free the previously allocated memzone? I really need help in this issue. Any help is appreciated. Best Regards, Mahdi. On Tue, Jul 22, 2014 at 4:03 PM, Mahdi Dashtbozorgi wrote: > Hi, > > I have two processes, which uses DPDK multi-process f

[dpdk-dev] free a memzone

2014-07-22 Thread Mahdi Dashtbozorgi
Hi, I have two processes, which uses DPDK multi-process feature to communicate. Master process captures packets from NIC and put them to a ring buffer, which is shared between master and slave process. The slave process looks up the shared ring buffer using rte_ring_lookup function and reads the p