From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/nfp: add multiprocess support Date: Wed, 12 Dec 2018 12:19:50 +0000 Message-ID: <0977375b-28f5-12b8-2b53-d7aa72993683@intel.com> References: <20181211120159.11471-1-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Alejandro Lucero , dev@dpdk.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 560521B216 for ; Wed, 12 Dec 2018 13:19:53 +0100 (CET) In-Reply-To: <20181211120159.11471-1-alejandro.lucero@netronome.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/11/2018 12:01 PM, Alejandro Lucero wrote: > This patch introduces changes for supporting multiprocess support. > This is trivial for VFs but comes with some limitations for the PF. > > Due to restrictions when using NFP CPP interface, just one secondary > process is supported by now for the PF. > > v2: add comment about PF support limitation to docs > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.