From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 2/9] ethdev: add switch identifier parameter to port Date: Thu, 26 Apr 2018 16:26:15 +0200 Message-ID: <8839871.5oN85zmXV5@xps> References: <20180416130605.6509-1-declan.doherty@intel.com> <20180426104105.18342-3-declan.doherty@intel.com> <4382683.Iya79JGdae@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil , Ferruh Yigit , Shahaf Shuler , Konstantin Ananyev To: Declan Doherty Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 8FBB77CB6 for ; Thu, 26 Apr 2018 16:26:18 +0200 (CEST) In-Reply-To: <4382683.Iya79JGdae@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/04/2018 14:02, Thomas Monjalon: > 26/04/2018 12:40, Declan Doherty: > > 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 > > It's very well detailed now :) > > Acked-by: Thomas Monjalon One miss: you forgot to remove the deprecation notice in this patch.