From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v8 2/9] ethdev: add switch identifier parameter to port Date: Fri, 27 Apr 2018 17:29:33 +0100 Message-ID: <82f515fe-ecd0-b8a2-7ec5-05da71eaa89b@intel.com> References: <20180416130605.6509-1-declan.doherty@intel.com> <20180426104105.18342-1-declan.doherty@intel.com> <20180426104105.18342-3-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Adrien Mazarguil , Thomas Monjalon , Shahaf Shuler , Konstantin Ananyev To: Declan Doherty , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 116CD8E74 for ; Fri, 27 Apr 2018 18:29:38 +0200 (CEST) In-Reply-To: <20180426104105.18342-3-declan.doherty@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/26/2018 11:40 AM, Declan Doherty wrote: > Introduces a new port attribute to ethdev port's which denotes the > switch domain a port belongs to. By default all port's switch > identifiers are set to RTE_ETH_DEV_SWITCH_DOMAIN_ID_INVALID. Ports > which supported the concept of switch domains can be configured with > the same switch domain id. > > Signed-off-by: Declan Doherty > --- > app/test-pmd/config.c | 12 ++++++++++++ > lib/librte_ether/rte_ethdev.h | 27 +++++++++++++++++++++++++++ Patch updated in next-net to remove deprecation notice: diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index fd85a141b..c3b79a22f 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -59,12 +59,6 @@ Deprecation Notices Target release for removal of the legacy API will be defined once most PMDs have switched to rte_flow. -* 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. - * i40e: The default flexible payload configuration which extracts the first 16 bytes of the payload for RSS will be deprecated starting from 18.02. If required the previous behavior can be configured using existing flow