From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 842395699 for ; Thu, 26 Apr 2018 14:02:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B874F21C04; Thu, 26 Apr 2018 08:02:37 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 26 Apr 2018 08:02:37 -0400 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=irTeKfDMInIMd2dbin71OwP7O+ GUuZSXfDdOcXkDLE8=; b=PNZXu/qqnN51Zl93Peq/TkpoQBKgMtfjHAxSPxvh7Y SJE46KsH+fdJ9rjoL/CN08Wbc15t9V72hCHzz5IvjDjKPrwKcLjp9jXCCXnZKIwz RIAeralWIvCfb3Ug4w932GS2MqWpmEf7D/q8FmLihQsHlgGq3AJIH9YJ+xl1FQ8d w= 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=irTeKf DMInIMd2dbin71OwP7O+GUuZSXfDdOcXkDLE8=; b=WG+FcWkqu7xeyZTL5ze2Xd ou28Htby0KSpEz8ZuK6wT8yZUX1OQR/QccUhgrhpglpBFHM6FYWZ0zrDIIpIkbAf 3ilQ8gKf8MNatDOBswBU9vSPIGJn03wUf6riDXD4Nuvof4D0f1/FB9W49/YEDhN3 gn2fJVKSNNWFx5EyZty43b7t+Kx3cTFUhdhOCWCZpoubosc8JiWp4ePVlAHzyzSu K1NRx4vwNLi15WwGlSPqIlTtICuaqmI7cbeXZMMLSa2FK91NddC+54nAEJufZzLj 4jQQI9vZTRBkfipVPavc1NkGvU/G1AFq6mHqH1jQCMRtg7dEK1nKGXisGfVm7XSQ == 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 D3C5CE4921; Thu, 26 Apr 2018 08:02:36 -0400 (EDT) From: Thomas Monjalon To: Declan Doherty Cc: dev@dpdk.org, Adrien Mazarguil , Ferruh Yigit , Shahaf Shuler , Konstantin Ananyev Date: Thu, 26 Apr 2018 14:02:30 +0200 Message-ID: <4382683.Iya79JGdae@xps> In-Reply-To: <20180426104105.18342-3-declan.doherty@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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8 2/9] ethdev: add switch identifier parameter to port 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: Thu, 26 Apr 2018 12:02:38 -0000 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