From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/liquidio: remove FLR request to PF driver Date: Tue, 22 Aug 2017 17:02:05 +0100 Message-ID: References: <1503296225-8184-1-git-send-email-shijith.thotton@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Shijith Thotton , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8A7987D12 for ; Tue, 22 Aug 2017 18:02:09 +0200 (CEST) In-Reply-To: <1503296225-8184-1-git-send-email-shijith.thotton@caviumnetworks.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 8/21/2017 7:17 AM, Shijith Thotton wrote: > igb_uio and vfio-pci does pci reset during open and release of device. > So FLR request to LiquidIO PF driver during init and close in PMD is not > required. > > See commit b58eedfc7dd5 ("igb_uio: issue FLR during open and release of > device file") > > Signed-off-by: Shijith Thotton Applied to dpdk-next-net/master, thanks.