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 9FAB61B569 for ; Sun, 5 Aug 2018 20:28:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DC56621924; Sun, 5 Aug 2018 14:28:43 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 05 Aug 2018 14:28:43 -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=jUPogHtRCu0iZ8qUTq3UFhpuwi f0Oc7AlNAGxh0I5lI=; b=n06yFmjB61IIrxMi0Jq3sCbPlWlgrgaR6yS/DXmSLc 3tU5F+2/Z0AKFlnD+u3h80i4Mr9ocKh6pJPUIXECzzsXDuL9P8UzCSwysT6ZjSoD I4YvppO1ZNymlKDQohRpNLJ6hcKj/xPg00tH6n+KMRfjme5piV2hLsL+dPnAffG+ g= 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=fm3; bh=jUPogH tRCu0iZ8qUTq3UFhpuwif0Oc7AlNAGxh0I5lI=; b=plKT66cZNH0EVLmqpRT2l7 1f5QAZqeOOvyDNcWzmCqHj4ZHCl1Be4IEqH0eP7tTsYoLx8Ql2tPZLgxtDpGdDw+ y7YA5MKEPGDcTnb/22kYMt0xA25QC/9kbgL8/heEHyrFR66rTqMdmpOH9pKErMKV 50a7UgQGLnuMdOKNQkIhAREWvS+tEOZNFZH8GF2FKB2CjHWALRckaRWFl/0HB3ES 1pZ+Dc4mK7hs+KsSUmBHCQ17hH4oRIcUesdnrJ2GlH8/Y22hUbYj8QtoUXDdHt9J QoE54i/JAfUSZjJSOs3dOSoKl2N6yXaEoaRSROLmecX6BbAD010dfDSrrkjG+SpQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (236.86.136.77.rev.sfr.net [77.136.86.236]) by mail.messagingengine.com (Postfix) with ESMTPA id 46BA610261; Sun, 5 Aug 2018 14:28:42 -0400 (EDT) From: Thomas Monjalon To: "Laatz, Kevin" Cc: dev@dpdk.org, "Dumitrescu, Cristian" Date: Sun, 05 Aug 2018 20:28:39 +0200 Message-ID: <1647983.1e1N7qbnXe@xps> In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891268E782866@IRSMSX107.ger.corp.intel.com> References: <20180720130906.82895-1-kevin.laatz@intel.com> <4025558.pA2mlQF48x@xps> <3EB4FA525960D640B5BDFFD6A3D891268E782866@IRSMSX107.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: include note for pci address naming in ip pipeline 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: Sun, 05 Aug 2018 18:28:44 -0000 01/08/2018 19:47, Dumitrescu, Cristian: > > 20/07/2018 15:09, Kevin Laatz: > > > Add a note to the 'link' command in the IP Pipeline documentation > > > specifying the PCI device name format required to run the application. > > > > > > Signed-off-by: Kevin Laatz > > Acked-by: Cristian Dumitrescu Applied, thanks