[dpdk-dev] [PATCH RFC 2/3] eal: don't call rte_eal_iopl_init unconditionnally

2014-08-27 Thread Xie, Huawei
Acked-by: Huawei Xie > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of David Marchand > Sent: Tuesday, August 26, 2014 10:12 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH RFC 2/3] eal: don't call rte_eal_iopl_init > unconditio

[dpdk-dev] [PATCH RFC 2/3] eal: don't call rte_eal_iopl_init unconditionnally

2014-08-26 Thread David Marchand
There is no need for ioport access for applications that won't use virtio pmds. Make rte_eal_iopl_init() non-static so that it is called from pmds that need it. Signed-off-by: David Marchand --- lib/librte_eal/bsdapp/eal/eal.c |5 + lib/librte_eal/common/include/rte_eal.h | 14