[dpdk-dev] [PATCH RFC 1/3] eal/bsd: fix fd leak

2014-09-25 Thread Thomas Monjalon
Hi, Is there any BSD users available to test this patch? I'd like to add this comment in the log: "The initial implementation simply raised the IOPL of the current thread when open(2) was called on the device. This behaviour is retained in the current implementation as legacy support for bot

[dpdk-dev] [PATCH RFC 1/3] eal/bsd: fix fd leak

2014-08-26 Thread David Marchand
Signed-off-by: David Marchand --- lib/librte_eal/bsdapp/eal/eal.c |1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_eal/bsdapp/eal/eal.c b/lib/librte_eal/bsdapp/eal/eal.c index a296da5..0697b05 100644 --- a/lib/librte_eal/bsdapp/eal/eal.c +++ b/lib/librte_eal/bsdapp/eal/eal.c @@ -