From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <konrad.wilk@oracle.com>
Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81])
 by dpdk.org (Postfix) with ESMTP id 630453B5
 for <dev@dpdk.org>; Fri, 17 Feb 2017 17:07:38 +0100 (CET)
Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234])
 by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id
 v1HG7Zn1004748
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK);
 Fri, 17 Feb 2017 16:07:35 GMT
Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75])
 by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v1HG7YKC010687
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK);
 Fri, 17 Feb 2017 16:07:34 GMT
Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24])
 by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v1HG7X2n017622;
 Fri, 17 Feb 2017 16:07:33 GMT
Received: from char.us.oracle.com (/10.137.176.158)
 by default (Oracle Beehive Gateway v4.0)
 with ESMTP ; Fri, 17 Feb 2017 08:07:33 -0800
Received: by char.us.oracle.com (Postfix, from userid 1000)
 id D30D86A0A11; Fri, 17 Feb 2017 11:07:31 -0500 (EST)
Date: Fri, 17 Feb 2017 11:07:31 -0500
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Vincent JARDIN <vincent.jardin@6wind.com>,
 Joao Martins <joao.m.martins@oracle.com>
Cc: Thomas Monjalon <thomas.monjalon@6wind.com>,
 "Tan, Jianfeng" <jianfeng.tan@intel.com>,
 Konrad Rzeszutek Wilk <konrad@kernel.org>, dev@dpdk.org,
 bruce.richardson@intel.com, yuanhan.liu@linux.intel.com,
 Xen-devel <xen-devel@lists.xenproject.org>
Message-ID: <20170217160731.GA30539@char.us.ORACLE.com>
References: <1478504326-68105-1-git-send-email-jianfeng.tan@intel.com>
 <CACJDEmqC7T5O=zF6SOsmfOizRXYM+e7nmbY=2VA4aJ13tkAS-w@mail.gmail.com>
 <83319780-26e9-afb6-74cd-20c07dad04a7@intel.com>
 <1915354.hxpEe7tUeI@xps13>
 <20170216133657.GB14695@dhcp-whq-twvpn-1-vpnpool-10-159-157-38.vpn.oracle.com>
 <b770194a-e4de-0aca-e41e-2aa49e1c1b4c@6wind.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <b770194a-e4de-0aca-e41e-2aa49e1c1b4c@6wind.com>
User-Agent: Mutt/1.7.1 (2016-10-04)
Content-Transfer-Encoding: quoted-printable
X-Source-IP: aserv0022.oracle.com [141.146.126.234]
X-Mailman-Approved-At: Sat, 18 Feb 2017 12:06:58 +0100
Subject: Re: [dpdk-dev] [PATCH] maintainers: claim responsability for xen
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 17 Feb 2017 16:07:38 -0000

On Thu, Feb 16, 2017 at 10:51:44PM +0100, Vincent JARDIN wrote:
> Le 16/02/2017 =E0 14:36, Konrad Rzeszutek Wilk a =E9crit :
> > > Is it time now to officially remove Dom0 support?
> > So we do have an prototype implementation of netback but it is waitin=
g
> > for review of xen-devel to the spec.
> >=20
> > And I believe the implementation does utilize some of the dom0
> > parts of code in DPDK.
>=20
> Please, do you have URLs/pointers about it? It would be interesting to =
share
> it with DPDK community too.

Joao, would it be possible to include an tarball of the patches? I know
they are no in the right state with the review of the staging
grants API - they are incompatible, but it may help folks to get
a feel for what DPDK APIs you used?

Staging grants API:
https://lists.xenproject.org/archives/html/xen-devel/2016-12/msg01878.htm=
l

>=20
> Best regards,
>   Vincent