[dpdk-dev] [PATCH 1/5] xen: allow choosing dom0 support at runtime

2015-07-09 Thread Thomas Monjalon
Please, could you try to rebase it?

[dpdk-dev] [PATCH 1/5] xen: allow choosing dom0 support at runtime

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 1/5] xen: allow choosing dom0 support at runtime >

[dpdk-dev] [PATCH 1/5] xen: allow choosing dom0 support at runtime

2015-02-15 Thread Stephen Hemminger
The previous code would only allow building library and application so that it ran on Xen DOM0 or not on DOM0. This changes that to a runtime flag. Signed-off-by: Stephen Hemminger --- v2 -- fix i40e as well lib/librte_eal/common/include/rte_memory.h | 4 +++