From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 748F81B29E for ; Wed, 14 Feb 2018 17:50:52 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E703F204B0; Wed, 14 Feb 2018 11:50:51 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 14 Feb 2018 11:50:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=1R/HCmHZcQYJNDwQwMjohtOP2D B/rJove6GGO0S4Cls=; b=eGcuvWBLB2wr8LZVvmXL2sUBztmqpaPd9evQ80WmYQ z3JmQUKrp+q7cWNaJ/G9dw/OgDevGmBopjPi+9XSfc0f5beb1XGUk/4OPHcjODdQ yuWEFDklAMajK7JVMvgnMfuyViCd3DXkXRSnH+BSj5YDXRE5tNGCnLBt69neCgLE 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=1R/HCm HZcQYJNDwQwMjohtOP2DB/rJove6GGO0S4Cls=; b=iUrR9XCcBC/VKj4M0cKPU7 h8g09Uua2h9017gg1Qr5qN85dVkCA7GWoRS1GrVDh4ypjZBax77s6XV8QmGjRalQ Ge1UV9KnC2t4CTVM6DYmpw96JVrpbBeRfKAcRcJBLQ0kiQFUkhZNoeOMahy6RFwR niV/hq5mxmZA1CkLZfNfKU9clEDu9WQRZ4bY6AE/A3fIr3EPjKoVwuzItFEkJfwR h/kC75WkLKVZm2bWcv9VAhR9yk9SSTt7Jy2NYGd+KTOLtfjZD7I/AfJGlvnJTrgs JfNFYMmuhLSAoo3Z9W1QcQiK1Q1SSbVAyUWdIbJ1Sn+LSGqEtLo6G7/iqOSOE5vw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 847337E4A8; Wed, 14 Feb 2018 11:50:51 -0500 (EST) From: Thomas Monjalon To: "shahafs@mellanox.com" Cc: dev@dpdk.org, Jerin Jacob , "Boccassi, Luca" , "nhorman@tuxdriver.com" , "remy.horton@intel.com" , "mohammad.abdul.awal@intel.com" , "declan.doherty@intel.com" , "ferruh.yigit@intel.com" Date: Wed, 14 Feb 2018 17:50:39 +0100 Message-ID: <4986406.oWqD7VKg3u@xps> In-Reply-To: <20180214155442.GA9407@jerin> References: <20180214123244.50967-1-shahafs@mellanox.com> <1518622067.4059.27.camel@intl.att.com> <20180214155442.GA9407@jerin> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2018 16:50:52 -0000 > > > 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 > > > --- > > > +* 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 Applied