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 7F2402BC8 for ; Wed, 28 Mar 2018 16:53:49 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EC68220CE0; Wed, 28 Mar 2018 10:53:48 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 28 Mar 2018 10:53:48 -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=Pe0krWeCo7Zmf5y4MavA74vzeU /yxOrLBHk0fVlHlkM=; b=MKZFL/8bcaeAYphGkX6QDHgZ6zU+jXC/bFVDzJ72lx UCMvzsDbvdBjaCZlapKmj3QcuhtY4FRO0JBhyXmq89KfJrPJTuiwqVXOL+ZTo7Pu DWosnLPIfZLYDlPrBGWBVjyHAniDQ9JdRISMSUHVPdquzb1R4KV2xEM+ZDH2JW/c 4= 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=Pe0krW eCo7Zmf5y4MavA74vzeU/yxOrLBHk0fVlHlkM=; b=FNjwQ86wlOGgkS2z3RLo1r sumNYaHWJTF5fpwmHmLkFZBETjqiPq65gRZl+y9k39VhE83cQhXCKpXwkarzQ5R0 YDW+/oKN92FTBJzb0FFbuRoWPN76aYdOvOMgAbyr7Lmwy/oCaFVLJzWTReZ+obbv Rb9RHIQEmiGEdvPSlVwREQcPCPFMuTvPx/WQLOUZFI0/Qr+8ns+vs13C9Vz0V8J+ zM/3RVe8BiGqEvjwjc9jMVbGaVSgAG/5RFVGlGJrem15UCnP15ulK/LwlCFSKTnn kM3XYGvzE5+kzPFYVsiL82W9FCm7LANHY7Kl5v96L5Jhrt8l5hFiuBO72IflkW1Q == 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 5B96D10259; Wed, 28 Mar 2018 10:53:48 -0400 (EDT) From: Thomas Monjalon To: Declan Doherty Cc: dev@dpdk.org, adrien.mazarguil@6wind.com Date: Wed, 28 Mar 2018 16:53:34 +0200 Message-ID: <2032688.2q279LndLL@xps> In-Reply-To: <20180328135433.20203-2-declan.doherty@intel.com> References: <20180328135433.20203-1-declan.doherty@intel.com> <20180328135433.20203-2-declan.doherty@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 1/8] doc: add switch representation documentation 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, 28 Mar 2018 14:53:49 -0000 28/03/2018 15:54, Declan Doherty: > From: Adrien Mazarguil > > Add document to describe a model for representing switching capable > devices in DPDK, using a general ethdev port model and through port > representors.This document also details the port model and the > rte_flow semantics required for flow programming, as well as listing > some example use cases. > > Signed-off-by: Declan Doherty It is strange to have different From: and SoB: If Adrien participated in this writing, he should have his SoB too I think.