DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] Restore support for virtio on FreeBSD
@ 2015-04-07 23:45 Raz Amir
  2015-04-07 23:48 ` [dpdk-dev] [PATCH v2] " Raz Amir
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Raz Amir @ 2015-04-07 23:45 UTC (permalink / raw)
  To: dev; +Cc: Raz Amir

Signed-off-by: Raz Amir <razamir22@gmail.com>
---
 lib/librte_eal/bsdapp/eal/eal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_eal/bsdapp/eal/eal.c b/lib/librte_eal/bsdapp/eal/eal.c
index 871d5f4..e20f915 100644
--- a/lib/librte_eal/bsdapp/eal/eal.c
+++ b/lib/librte_eal/bsdapp/eal/eal.c
@@ -426,7 +426,7 @@ rte_eal_iopl_init(void)
 	fd = open("/dev/io", O_RDWR);
 	if (fd < 0)
 		return -1;
-	close(fd);
+	/* keep fd open for iopl */
 	return 0;
 }
 
-- 
2.1.2

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

end of thread, other threads:[~2015-04-28 14:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-07 23:45 [dpdk-dev] [PATCH] Restore support for virtio on FreeBSD Raz Amir
2015-04-07 23:48 ` [dpdk-dev] [PATCH v2] " Raz Amir
2015-04-13 12:19 ` [dpdk-dev] [PATCH v3] " Raz Amir
2015-04-13 12:54   ` Thomas Monjalon
2015-04-14  2:32     ` Ouyang, Changchun
2015-04-14 16:07       ` Raz Amir
2015-04-14 16:23 ` [dpdk-dev] [PATCH v5] " Raz Amir
2015-04-14 22:22   ` Ananyev, Konstantin
2015-04-16  3:31     ` Ouyang, Changchun
2015-04-16  7:50       ` Raz Amir
2015-04-16  8:02 ` [dpdk-dev] [PATCH v6] " Raz Amir
2015-04-16  9:39   ` Bruce Richardson
2015-04-16 11:44     ` Raz Amir
2015-04-16 11:52 ` [dpdk-dev] [PATCH v7] " Raz Amir
2015-04-28 14:18   ` Thomas Monjalon

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).