From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id ADB311B464 for ; Thu, 31 Jan 2019 18:36:58 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3CE1921908; Thu, 31 Jan 2019 12:36:58 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 31 Jan 2019 12:36:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=xw8jG6TX/RixSc15/HqD+6/bkAcMcBlPsBM/C5jOHTc=; b=UvEeRzo0bjaq C+oh97t1u3RAMYfhGel+pQdXDZLAHr4BRh7CiOXuIaItlAynb+iPd5SG1Rhjydkt 6G7ZClQrVMv4tuy6y7BSwLaWitMpvZBLVN1W2r/LsYpqpBK7Ypm1tU0gkDdV3lYU 4tGRKqvQGZyfAVQBMIuP1r91WgJ3MEU= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=xw8jG6TX/RixSc15/HqD+6/bkAcMcBlPsBM/C5jOH Tc=; b=Np+jS2OpbUoVujc5ZaP6mUPym/i02ftjxq8gpHEbPpwVxAT0ebIVWiI22 0eszvARGS33GTPl2srGq72wSsQrpXK+AIicS/nJTp4Bu/eaT9O9WoZ97PXOmSDjV +TLiWtDdC0eLh7vbIwaQdxn9KSDHabToTt+ZD+NgRmlWQ/Wn4YE5mO9DbOjdFM1+ tf3sHktXPbGT7URpcp/X8jQRiViywi8qLtLh3tbztJAZlh8evrNY5WMLsyvIZcpp 9l5UMvDKkhkwFJUoszEiRkBLAnY2HfoYbFhtaxF2d1bqutMzXxn/Bs3Q5z84EQkl ypSzUMhxp69kpZgSGwrbBNnLi/9zQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrjeeigddutdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 37BBB100BA; Thu, 31 Jan 2019 12:36:57 -0500 (EST) From: Thomas Monjalon To: Shahaf Shuler Cc: dev@dpdk.org, "john.mcnamara@intel.com" , "marko.kovacevic@intel.com" , Yongseok Koh Date: Thu, 31 Jan 2019 18:36:56 +0100 Message-ID: <1918029.g09UHAWXCS@xps> In-Reply-To: References: <20190130112020.871-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] more doc about isolated mode and bifurcated model 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, 31 Jan 2019 17:36:58 -0000 31/01/2019 07:58, Shahaf Shuler: > Wednesday, January 30, 2019 1:20 PM, Thomas Monjalon: > > Subject: [dpdk-dev] [PATCH 0/3] more doc about isolated mode and > > bifurcated model > > > > The flow isolated mode lacks some advertisement in the docs, especially in > > association with flow bifurcation. > > There was also a miss in flow bifurcation howto for Mellanox case. > > > > Thomas Monjalon (3): > > doc: remove useless anchor for flow API guide > > doc: add references to flow isolated mode in NICs guide > > doc: improve Mellanox bifurcated model description > > For the series - Acked-by: Shahaf Shuler Applied