[dpdk-dev] [PATCH 2/5] enic: fix device to work with Xen DOM0

2015-03-10 Thread Liu, Jijiang
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger > Sent: Sunday, February 15, 2015 11:25 PM > To: dev at dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [PATCH 2/5] enic: fix device to work with Xen DOM0 &

[dpdk-dev] [PATCH 2/5] enic: fix device to work with Xen DOM0

2015-02-15 Thread Stephen Hemminger
It is possible to passthrough a PCI device when running in Xen Paravirt mode. The device driver has to accomodate by using memory zones differently. This patch models the memory allocation for ENIC device based on changes already done for ixgbe and igb. Build tested only; has not been tested on