From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C5C8F2C5E for ; Wed, 28 Mar 2018 17:05:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2018 08:05:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,372,1517904000"; d="scan'208";a="27730202" Received: from dwdohert-mobl.ger.corp.intel.com (HELO [163.33.228.208]) ([163.33.228.208]) by fmsmga007.fm.intel.com with ESMTP; 28 Mar 2018 08:05:04 -0700 To: Thomas Monjalon Cc: dev@dpdk.org, adrien.mazarguil@6wind.com References: <20180328135433.20203-1-declan.doherty@intel.com> <20180328135433.20203-2-declan.doherty@intel.com> <2032688.2q279LndLL@xps> From: "Doherty, Declan" Message-ID: Date: Wed, 28 Mar 2018 16:05:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <2032688.2q279LndLL@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 15:05:07 -0000 On 28/03/2018 3:53 PM, Thomas Monjalon wrote: > 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. > > > Yep, I just wanted to make sure that Adrien was credited with the generation of the content as he authored the vast majority of it in this mail (http://dpdk.org/ml/archives/dev/2018-March/092513.html) but I didn't want to assume his sign-off until he had a chance to comment. I'll address in next revision.