[dpdk-dev] [PATCH v7] eal: map PCI memory resources after hugepages

2014-11-11 Thread XU Liang
. --From:Burakov, Anatoly Time:2014 Nov 10 (Mon) 21 : 34To:Burakov, Anatoly , dev at dpdk.org Subject:Re: [dpdk-dev] [PATCH v7] eal: map PCI memory resources after hugepages Nak, there are issues with the patch. There is another

[dpdk-dev] [PATCH v7] eal: map PCI memory resources after hugepages

2014-11-10 Thread Burakov, Anatoly
To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v7] eal: map PCI memory resources after hugepages Multi-process DPDK application must mmap hugepages and pci resources into the same virtual address space. By default the virtual addresses are chosen by the primary process automatically when calling

[dpdk-dev] [PATCH v7] eal: map PCI memory resources after hugepages

2014-11-10 Thread Anatoly Burakov
Multi-process DPDK application must mmap hugepages and pci resources into the same virtual address space. By default the virtual addresses are chosen by the primary process automatically when calling the mmap. But sometimes the chosen virtual addresses aren't usable in secondary process - for