[dpdk-dev] [PATCH] pci:fix missing free

2016-10-04 Thread Thomas Monjalon
2016-09-30 17:27, David Marchand: > On Fri, Sep 30, 2016 at 5:19 PM, David Marchand > wrote: > > Hello, > > > > On Thu, Sep 29, 2016 at 3:41 AM, Yangchao Zhou > > wrote: > >> Signed-off-by: Yangchao Zhou > > > > For the title, how about: > > pci: fix memory leak when detaching devices > > > > A

[dpdk-dev] [PATCH] pci:fix missing free

2016-09-30 Thread David Marchand
On Fri, Sep 30, 2016 at 5:19 PM, David Marchand wrote: > Hello, > > On Thu, Sep 29, 2016 at 3:41 AM, Yangchao Zhou wrote: >> Signed-off-by: Yangchao Zhou >> --- >> lib/librte_eal/common/eal_common_pci.c |1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/lib/librte_

[dpdk-dev] [PATCH] pci:fix missing free

2016-09-30 Thread David Marchand
Hello, On Thu, Sep 29, 2016 at 3:41 AM, Yangchao Zhou wrote: > Signed-off-by: Yangchao Zhou > --- > lib/librte_eal/common/eal_common_pci.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/lib/librte_eal/common/eal_common_pci.c > b/lib/librte_eal/common/eal_common_p

[dpdk-dev] [PATCH] pci:fix missing free

2016-09-29 Thread Yangchao Zhou
Signed-off-by: Yangchao Zhou --- lib/librte_eal/common/eal_common_pci.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c index 7248c38..eb44998 100644 --- a/lib/librte_eal/common/eal_common_pc

[dpdk-dev] [PATCH] pci:fix missing free

2016-09-23 Thread Thomas Monjalon
Hi, 2016-09-23 10:06, zhouyangchao: > Signed-off-by: zhouyangchao Is your first name Yangchao and your surname Zhou? If so, it would be: Signed-off-by: Yangchao Zhou

[dpdk-dev] [PATCH] pci:fix missing free

2016-09-23 Thread zhouyangchao
Signed-off-by: zhouyangchao --- lib/librte_eal/common/eal_common_pci.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c index 7248c38..eb44998 100644 --- a/lib/librte_eal/common/eal_common_pci