[dpdk-dev] [PATCH 0/6] Xen DOM0 runtime support

2015-10-22 Thread Stephen Hemminger
On Wed, 21 Oct 2015 16:40:08 +0200 Thomas Monjalon wrote: > 2015-09-30 10:30, Stephen Hemminger: > > On Wed, 30 Sep 2015 10:14:09 +0200 > > David Marchand wrote: > > > On Tue, Sep 29, 2015 at 2:44 AM, Stephen Hemminger < > > > stephen at networkplumber.org> wrote: > > > > It should be possible t

[dpdk-dev] [PATCH 0/6] Xen DOM0 runtime support

2015-10-21 Thread Thomas Monjalon
2015-09-30 10:30, Stephen Hemminger: > On Wed, 30 Sep 2015 10:14:09 +0200 > David Marchand wrote: > > On Tue, Sep 29, 2015 at 2:44 AM, Stephen Hemminger < > > stephen at networkplumber.org> wrote: > > > It should be possible to build a single application or library > > > that will work both in Xen

[dpdk-dev] [PATCH 0/6] Xen DOM0 runtime support

2015-09-30 Thread Stephen Hemminger
On Wed, 30 Sep 2015 10:14:09 +0200 David Marchand wrote: > Hello Stephen, > > On Tue, Sep 29, 2015 at 2:44 AM, Stephen Hemminger < > stephen at networkplumber.org> wrote: > > > It should be possible to build a single application or library > > that will work both in Xen and non-Xen environment.

[dpdk-dev] [PATCH 0/6] Xen DOM0 runtime support

2015-09-30 Thread David Marchand
Hello Stephen, On Tue, Sep 29, 2015 at 2:44 AM, Stephen Hemminger < stephen at networkplumber.org> wrote: > It should be possible to build a single application or library > that will work both in Xen and non-Xen environment. Any special > case handling should be done at runtime. > This patchset

[dpdk-dev] [PATCH 0/6] Xen DOM0 runtime support

2015-09-29 Thread Liu, Jijiang
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger > Sent: Monday, September 28, 2015 5:45 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/6] Xen DOM0 runtime support > > It should be possible to build a single a

[dpdk-dev] [PATCH 0/6] Xen DOM0 runtime support

2015-09-28 Thread Stephen Hemminger
It should be possible to build a single application or library that will work both in Xen and non-Xen environment. Any special case handling should be done at runtime. Stephen Hemminger (6): xen: allow determining DOM0 at runtime ethdev: add common function for reserving DMA regions e1000: u