[dpdk-dev] [PATCH 3/5] xen: add phys-addr command line argument

2015-02-26 Thread Stephen Hemminger
On Thu, 26 Feb 2015 07:55:13 + "Liu, Jijiang" wrote: > If the application is built with DOM0 support , the application will run in > non Dom0 environment when using the new argument, correct? Yes. Our startup script has if [ -d /proc/xen ] ; then log_progress_msg "xen_uio"

[dpdk-dev] [PATCH 3/5] xen: add phys-addr command line argument

2015-02-26 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 3/5] xen: add phys-addr command line argument >

[dpdk-dev] [PATCH 3/5] xen: add phys-addr command line argument

2015-02-15 Thread Stephen Hemminger
Allow overriding default Xen DOM0 behavior to use physical addresses insted of mfn Signed-off-by: Stephen Hemminger --- v2 -- no changes lib/librte_eal/common/eal_common_options.c | 5 + lib/librte_eal/common/eal_internal_cfg.h | 1 + lib/librte_eal/common/eal_options.h| 2 ++