From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/nfp: fix device start/stop for VFs Date: Tue, 8 Jan 2019 15:46:27 +0000 Message-ID: <41b24038-53cf-df21-8e5a-76d1a8e4e324@intel.com> References: <20190102152149.25501-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 mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 771A01B394 for ; Tue, 8 Jan 2019 16:46:29 +0100 (CET) In-Reply-To: <20190102152149.25501-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 1/2/2019 3:21 PM, Alejandro Lucero wrote: > Previous commit adding multiprocess support broke VF support. > When VFs, the PMD does not set the link up or down. > > Fixes: ef28aa96e53b ("net/nfp: support multiprocess") > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.