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