[dpdk-dev] [PATCH] i40e: support xen domain0

2014-08-25 Thread Thomas Monjalon
> > i40e was failing to run in XEN domain0, as the physical memory for adminq > > DMA should be allocated and translated in a different way for XEN domain0. > > So > > rte_memzone_reserve_bounded() should be used for DMA memory allocation, > > and rte_mem_phy2mch() should be used for DMA memory add

[dpdk-dev] [PATCH] i40e: support xen domain0

2014-08-20 Thread Liu, Jijiang
Acked-by: Jijiang Liu > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Helin Zhang > Sent: Thursday, August 14, 2014 2:13 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] i40e: support xen domain0 > > i40e was failing to run i

[dpdk-dev] [PATCH] i40e: support xen domain0

2014-08-14 Thread Helin Zhang
i40e was failing to run in XEN domain0, as the physical memory for adminq DMA should be allocated and translated in a different way for XEN domain0. So rte_memzone_reserve_bounded() should be used for DMA memory allocation, and rte_mem_phy2mch() should be used for DMA memory address translation to

[dpdk-dev] [PATCH] i40e: support xen domain0

2014-08-14 Thread Zhan, Zhaochen
> i40e was failing to run in XEN domain0, as the physical > memory for adminq DMA should be allocated and translated > in a different way for XEN domain0. So > rte_memzone_reserve_bounded() should be used for DMA > memory allocation, and rte_mem_phy2mch() should be used > for DMA memory address tr