DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
To: "Liu, Jijiang" <jijiang.liu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: "dev-VfR2kkLFssw@public.gmane.org"
	<dev-VfR2kkLFssw@public.gmane.org>,
	Stephen Hemminger
	<shemming-43mecJUBy8ZBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH 3/5] xen: add phys-addr command line argument
Date: Thu, 26 Feb 2015 08:09:14 -0800	[thread overview]
Message-ID: <20150226080914.7a3ff49b@urahara> (raw)
In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01DDF09A-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>

On Thu, 26 Feb 2015 07:55:13 +0000
"Liu, Jijiang" <jijiang.liu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> 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"
        modprobe xen_uio
        if [ "$(cat /proc/xen/domain)" == "pv" ]; then
            log_progress_msg "rte_dom0_mm"
            modprobe rte_dom0_mm xen_phys_addr=y
            set_domU_memsize
            XEN_ARGS="--xen-dom0 --xen-phys-addr"
        fi
    fi

  parent reply	other threads:[~2015-02-26 16:09 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-15 15:24 [PATCH 1/5] xen: allow choosing dom0 support at runtime Stephen Hemminger
     [not found] ` <1424013889-2226-1-git-send-email-shemming-43mecJUBy8ZBDgjK7y7TUQ@public.gmane.org>
2015-02-15 15:24   ` [PATCH 2/5] enic: fix device to work with Xen DOM0 Stephen Hemminger
     [not found]     ` <1424013889-2226-2-git-send-email-shemming-43mecJUBy8ZBDgjK7y7TUQ@public.gmane.org>
2015-03-10  7:08       ` Liu, Jijiang
2015-02-15 15:24   ` [PATCH 3/5] xen: add phys-addr command line argument Stephen Hemminger
     [not found]     ` <1424013889-2226-3-git-send-email-shemming-43mecJUBy8ZBDgjK7y7TUQ@public.gmane.org>
2015-02-26  7:55       ` Liu, Jijiang
     [not found]         ` <1ED644BD7E0A5F4091CF203DAFB8E4CC01DDF09A-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-02-26 16:09           ` Stephen Hemminger [this message]
2015-02-15 15:24   ` [PATCH 4/5] xen: add uio driver Stephen Hemminger
2016-03-22  9:55     ` [PATCH v3 0/3] xen: netfront poll mode driver Jan Blunck
2016-03-22  9:55       ` [PATCH v3 1/3] xen: Add UIO kernel driver Jan Blunck
2016-03-22 10:42         ` Thomas Monjalon
2016-03-22 11:04           ` Jan Blunck
2016-03-22 11:27             ` Thomas Monjalon
2016-03-22 14:39               ` Jan Blunck
2016-03-22  9:55       ` [PATCH v3 2/3] xen: Add netfront poll mode driver Jan Blunck
2016-03-22 10:07         ` David Marchand
2016-03-22 10:42           ` Jan Blunck
2016-03-22  9:55       ` [PATCH v3 3/3] xen: Add documentation Jan Blunck
2016-04-20 14:18       ` [PATCH v3 0/3] xen: netfront poll mode driver Bruce Richardson
2016-05-03  9:38         ` Xie, Huawei
2017-02-05 14:44       ` Thomas Monjalon
2017-02-06 14:27         ` Konrad Rzeszutek Wilk
2015-02-15 15:24   ` [PATCH 5/5] xen: net-front " Stephen Hemminger
2015-03-10  7:02   ` [PATCH 1/5] xen: allow choosing dom0 support at runtime Liu, Jijiang
2015-07-09  0:10 ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150226080914.7a3ff49b@urahara \
    --to=stephen-otpzqlsittunbdjkjebofr2eb7je58tq@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=jijiang.liu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=shemming-43mecJUBy8ZBDgjK7y7TUQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox