DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/2] arch/arm: fix file descriptors leakage when getting CPU features
@ 2016-11-04  6:29 Jianbo Liu
  2016-11-04  6:29 ` [dpdk-dev] [PATCH 2/2] arch/ppc: " Jianbo Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jianbo Liu @ 2016-11-04  6:29 UTC (permalink / raw)
  To: dev, chaozhu, viktorin; +Cc: Jianbo Liu

Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org>
---
 lib/librte_eal/common/arch/arm/rte_cpuflags.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_eal/common/arch/arm/rte_cpuflags.c b/lib/librte_eal/common/arch/arm/rte_cpuflags.c
index 23240ef..79160a6 100644
--- a/lib/librte_eal/common/arch/arm/rte_cpuflags.c
+++ b/lib/librte_eal/common/arch/arm/rte_cpuflags.c
@@ -148,6 +148,7 @@ rte_cpu_get_features(hwcap_registers_t out)
 				out[REG_PLATFORM] = 0x0001;
 		}
 	}
+	close(auxv_fd);
 }
 
 /*
-- 
2.4.11

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-11-06 21:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-04  6:29 [dpdk-dev] [PATCH 1/2] arch/arm: fix file descriptors leakage when getting CPU features Jianbo Liu
2016-11-04  6:29 ` [dpdk-dev] [PATCH 2/2] arch/ppc: " Jianbo Liu
2016-11-04  7:26   ` viktorin
2016-11-04  7:24 ` [dpdk-dev] [PATCH 1/2] arch/arm: " viktorin
2016-11-04  9:20   ` Jianbo Liu
2016-11-04  9:46 ` [dpdk-dev] [PATCH v2 1/2] arch/arm: fix file descriptor " Jianbo Liu
2016-11-04  9:46   ` [dpdk-dev] [PATCH v2 2/2] arch/ppc: " Jianbo Liu
2016-11-04 11:18     ` Jan Viktorin
2016-11-06 21:44       ` Thomas Monjalon
2016-11-04 11:19   ` [dpdk-dev] [PATCH v2 1/2] arch/arm: " Jan Viktorin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).