[dpdk-dev] [PATCH 1/7] pci: fix potential mem leak

2014-05-05 Thread David Marchand
Hello Anatoly, Oh yes, missed this one. Ok, I will resubmit an updated patch. Thanks. -- David Marchand On Thu, May 1, 2014 at 5:00 PM, Burakov, Anatoly wrote: > Hi David, > > > Looking at bsd implementation, we can see that there is a potential mem > > leak in linux implementation. Fix thi

[dpdk-dev] [PATCH 1/7] pci: fix potential mem leak

2014-05-01 Thread Burakov, Anatoly
Hi David, > Looking at bsd implementation, we can see that there is a potential mem > leak in linux implementation. Fix this. > > Signed-off-by: David Marchand > --- > lib/librte_eal/linuxapp/eal/eal_pci.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_eal/linuxapp/eal/

[dpdk-dev] [PATCH 1/7] pci: fix potential mem leak

2014-04-28 Thread David Marchand
Looking at bsd implementation, we can see that there is a potential mem leak in linux implementation. Fix this. Signed-off-by: David Marchand --- lib/librte_eal/linuxapp/eal/eal_pci.c |1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_eal/linuxapp/eal/eal_pci.c b/lib/librte_eal/l