Re: [dpdk-dev] [PATCH 5/6] eal: remove xen dom0 support

2017-09-05 Thread Thomas Monjalon
05/09/2017 10:07, Tan, Jianfeng: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 05/09/2017 05:41, Tan, Jianfeng: > > > From: Richardson, Bruce > > > > > > > > Reading the contributors guide section on ABI, specifically > > > > http://dpdk.org/doc/guides/contributing/versioning.html#deprec

Re: [dpdk-dev] [PATCH 5/6] eal: remove xen dom0 support

2017-09-05 Thread Tan, Jianfeng
..@caviumnetworks.com; shah...@mellanox.com > Subject: Re: [dpdk-dev] [PATCH 5/6] eal: remove xen dom0 support > > 05/09/2017 05:41, Tan, Jianfeng: > > From: Richardson, Bruce > > > > > > Reading the contributors guide section on ABI, specifically > > > http

Re: [dpdk-dev] [PATCH 5/6] eal: remove xen dom0 support

2017-09-05 Thread Thomas Monjalon
05/09/2017 05:41, Tan, Jianfeng: > From: Richardson, Bruce > > > > Reading the contributors guide section on ABI, specifically > > http://dpdk.org/doc/guides/contributing/versioning.html#deprecating-an- > > entire-abi-version > > it seems like we should collapse down the versions to a single one >

Re: [dpdk-dev] [PATCH 5/6] eal: remove xen dom0 support

2017-09-04 Thread Tan, Jianfeng
shah...@mellanox.com > Subject: Re: [dpdk-dev] [PATCH 5/6] eal: remove xen dom0 support > > On Mon, Sep 04, 2017 at 03:43:02PM +0100, Bruce Richardson wrote: > > On Wed, Aug 30, 2017 at 06:10:33PM +, Jianfeng Tan wrote: > > > We remove xen-specific code in EAL,

Re: [dpdk-dev] [PATCH 5/6] eal: remove xen dom0 support

2017-09-04 Thread Bruce Richardson
On Mon, Sep 04, 2017 at 03:43:02PM +0100, Bruce Richardson wrote: > On Wed, Aug 30, 2017 at 06:10:33PM +, Jianfeng Tan wrote: > > We remove xen-specific code in EAL, including the option --xen-dom0, > > memory initialization code, compiling dependency, etc. > > > > Besides, related documents a

Re: [dpdk-dev] [PATCH 5/6] eal: remove xen dom0 support

2017-09-04 Thread Bruce Richardson
On Wed, Aug 30, 2017 at 06:10:33PM +, Jianfeng Tan wrote: > We remove xen-specific code in EAL, including the option --xen-dom0, > memory initialization code, compiling dependency, etc. > > Besides, related documents are removed or updated. > > Signed-off-by: Jianfeng Tan > --- > MAINTAINER