From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 50701A04C0 for ; Thu, 17 Sep 2020 17:18:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 178A21D699; Thu, 17 Sep 2020 17:18:20 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D2D0F1BFCF; Thu, 17 Sep 2020 17:18:16 +0200 (CEST) IronPort-SDR: Q56NtT71mpqBdfVN7pPDcplTGKpG6yTZerptcDD1SpISDoztIy4fG1F34wQOn13B3sVFNd8uJp NYpPwZfpARtw== X-IronPort-AV: E=McAfee;i="6000,8403,9747"; a="157106736" X-IronPort-AV: E=Sophos;i="5.77,271,1596524400"; d="scan'208";a="157106736" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2020 08:17:59 -0700 IronPort-SDR: FD4RTWDSnxt38zSiPM+2VeGQHHzHuVQX6gBBqzNLl6eH1iWnsMBcPRbuJ7VGreM0SlpUOeLrGn 1phYOX63YE+g== X-IronPort-AV: E=Sophos;i="5.77,271,1596524400"; d="scan'208";a="483785657" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.228.143]) ([10.213.228.143]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2020 08:17:58 -0700 To: Heinrich Kuhn , dev@dpdk.org Cc: stable@dpdk.org, Simon Horman References: <20200903112351.45880-1-heinrich.kuhn@netronome.com> From: Ferruh Yigit Message-ID: Date: Thu, 17 Sep 2020 16:17:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: <20200903112351.45880-1-heinrich.kuhn@netronome.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev][PATCH] doc: improve NFP PMD multiport PF documentation X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 9/3/2020 12:23 PM, Heinrich Kuhn wrote: > The Agilio CX family of smartNIC's generally have a 1:many mapping of PF > to physical ports. Elaborate on this mapping in the PF multiport section > of the NFP PMD documentation. > > Fixes: d625beafc8be ("doc: update NFP with PF support information") > Cc: stable@dpdk.org > > Signed-off-by: Heinrich Kuhn > Signed-off-by: Simon Horman Applied to dpdk-next-net/main, thanks.