From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: [PATCH RFC 0/3] only call iopl when necessary Date: Tue, 26 Aug 2014 16:11:37 +0200 Message-ID: <1409062300-17004-1-git-send-email-david.marchand@6wind.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" This patch series is just a little clean up to remove the unconditionnal call to iopl on linux. Rather than call iopl() at the eal level, let the PMD that needs it call rte_eal_iopl_init(). -- David Marchand David Marchand (3): eal/bsd: fix fd leak eal: don't call rte_eal_iopl_init unconditionnally eal: remove unused flags field lib/librte_eal/bsdapp/eal/eal.c | 6 ++---- lib/librte_eal/common/include/rte_eal.h | 17 +++++++++++------ lib/librte_eal/linuxapp/eal/eal.c | 11 ++++------- lib/librte_pmd_virtio/virtio_ethdev.c | 15 ++++++++------- 4 files changed, 25 insertions(+), 24 deletions(-) -- 1.7.10.4