From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] doc: announce ABI change to support VF representors Date: Wed, 14 Feb 2018 21:24:43 +0530 Message-ID: <20180214155442.GA9407@jerin> References: <20180214123244.50967-1-shahafs@mellanox.com> <1518622067.4059.27.camel@intl.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: "shahafs@mellanox.com" , "thomas@monjalon.net" , "nhorman@tuxdriver.com" , "remy.horton@intel.com" , "mohammad.abdul.awal@intel.com" , "declan.doherty@intel.com" , "ferruh.yigit@intel.com" , "dev@dpdk.org" To: "Boccassi, Luca" Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0085.outbound.protection.outlook.com [104.47.41.85]) by dpdk.org (Postfix) with ESMTP id D70E91B023 for ; Wed, 14 Feb 2018 16:55:21 +0100 (CET) Content-Disposition: inline In-Reply-To: <1518622067.4059.27.camel@intl.att.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Wed, 14 Feb 2018 15:27:50 +0000 > From: "Boccassi, Luca" > To: "shahafs@mellanox.com" , "thomas@monjalon.net" > , "nhorman@tuxdriver.com" > CC: "remy.horton@intel.com" , > "mohammad.abdul.awal@intel.com" , > "declan.doherty@intel.com" , > "ferruh.yigit@intel.com" , "dev@dpdk.org" > > Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change to support VF > representors > > On Wed, 2018-02-14 at 14:32 +0200, Shahaf Shuler wrote: > > This is following the RFC being discussed and targets 18.05 > > > > http://dpdk.org/ml/archives/dev/2018-January/085716.html > > > > Cc: declan.doherty@intel.com > > Cc: mohammad.abdul.awal@intel.com > > Cc: ferruh.yigit@intel.com > > Cc: remy.horton@intel.com > > > > Signed-off-by: Shahaf Shuler > > --- > >  doc/guides/rel_notes/deprecation.rst | 6 ++++++ > >  1 file changed, 6 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > b/doc/guides/rel_notes/deprecation.rst > > index d59ad5988..f6151de63 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -59,3 +59,9 @@ Deprecation Notices > >    be added between the producer and consumer structures. The size of > > the > >    structure and the offset of the fields will remain the same on > >    platforms with 64B cache line, but will change on other platforms. > > + > > +* ethdev: A work is being planned for 18.05 to expose VF port > > representors > > +  as a mean to perform control and data path operation on the > > different VFs. > > +  As VF representor is an ethdev port, new fields are needed in > > order to map > > +  between the VF representor and the VF or the parent PF. Those new > > fields > > +  are to be included in ``rte_eth_dev_info`` struct. > > Acked-by: Luca Boccassi > Acked-by: Alex Zelezniak Acked-by: Jerin Jacob > > Acking on behalf of my colleague Alex as well, who replied privately. > > -- > Kind regards, > Luca Boccassi