Re: [dpdk-dev] [PATCH] dpdk: Fix abort on double free.

2016-12-06 Thread Aaron Conole
Daniele Di Proietto writes: > On 29/11/2016 07:57, "Aaron Conole" wrote: > >>Hi Ilya, >> >>Ilya Maximets writes: >> >>> On 28.11.2016 21:55, Aaron Conole wrote: Ilya Maximets writes: > According to DPDK API (lib/librte_eal/common/include/rte_eal.h): > > "After the call

[dpdk-dev] [PATCH] dpdk: Fix abort on double free.

2016-11-29 Thread Daniele Di Proietto
On 29/11/2016 07:57, "Aaron Conole" wrote: >Hi Ilya, > >Ilya Maximets writes: > >> On 28.11.2016 21:55, Aaron Conole wrote: >>> Ilya Maximets writes: >>> According to DPDK API (lib/librte_eal/common/include/rte_eal.h): "After the call to rte_eal_init(), all arguments arg

[dpdk-dev] [PATCH] dpdk: Fix abort on double free.

2016-11-29 Thread Aaron Conole
Hi Ilya, Ilya Maximets writes: > On 28.11.2016 21:55, Aaron Conole wrote: >> Ilya Maximets writes: >> >>> According to DPDK API (lib/librte_eal/common/include/rte_eal.h): >>> >>> "After the call to rte_eal_init(), all arguments argv[x] >>> with x < ret may be modified and should not b