From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianfeng Tan Subject: [PATCH 0/2] enable 4KB + VFIO-PCI Date: Wed, 11 Oct 2017 10:33:46 +0000 Message-ID: <1507718028-12943-1-git-send-email-jianfeng.tan@intel.com> Cc: santosh.shukla@caviumnetworks.com, sergio.gonzalez.monroy@intel.com, thomas@monjalon.net, ferruh.yigit@intel.com, Jianfeng Tan To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0703A1B1A4 for ; Wed, 11 Oct 2017 12:32:21 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Patch 1: Use VA as IOVA if IOVA mode is enabled. Patch 2: Enable IOVA mode for the PMDs for Intel NICs. How to test: $ (bind nic to vfio-pci) $ testpmd -c 0x3 -n 4 -m 2048 --no-huge -- -i --no-numa Jianfeng Tan (2): eal: honor IOVA mode for no-huge case net: enable IOVA mode for PMDs drivers/net/e1000/em_ethdev.c | 3 ++- drivers/net/e1000/igb_ethdev.c | 5 +++-- drivers/net/fm10k/fm10k_ethdev.c | 3 ++- drivers/net/i40e/i40e_ethdev.c | 3 ++- drivers/net/i40e/i40e_ethdev_vf.c | 2 +- drivers/net/ixgbe/ixgbe_ethdev.c | 5 +++-- lib/librte_eal/linuxapp/eal/eal_memory.c | 5 ++++- 7 files changed, 17 insertions(+), 9 deletions(-) -- 2.7.4