Re: [dpdk-dev] [PATCH 0/2] enable 4KB + VFIO-PCI

2017-10-12 Thread Ferruh Yigit
On 10/11/2017 11:33 AM, Jianfeng Tan wrote: > 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 IOV

Re: [dpdk-dev] [PATCH 0/2] enable 4KB + VFIO-PCI

2017-10-11 Thread Thomas Monjalon
11/10/2017 12:47, Burakov, Anatoly: > On 11-Oct-17 11:33 AM, Jianfeng Tan wrote: > > Patch 1: Use VA as IOVA if IOVA mode is enabled. > > Patch 2: Enable IOVA mode for the PMDs for Intel NICs. [...] > > The patchset should probably mention its dependency on IOVA patches from > Santosh. No need b

Re: [dpdk-dev] [PATCH 0/2] enable 4KB + VFIO-PCI

2017-10-11 Thread Burakov, Anatoly
On 11-Oct-17 11:33 AM, Jianfeng Tan wrote: 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

[dpdk-dev] [PATCH 0/2] enable 4KB + VFIO-PCI

2017-10-11 Thread Jianfeng Tan
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 drive