From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2017 09:02:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,412,1498546800"; d="scan'208";a="1208961441" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga002.fm.intel.com with ESMTP; 22 Aug 2017 09:02:06 -0700 To: Shijith Thotton , dev@dpdk.org References: <1503296225-8184-1-git-send-email-shijith.thotton@caviumnetworks.com> From: Ferruh Yigit Message-ID: Date: Tue, 22 Aug 2017 17:02:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1503296225-8184-1-git-send-email-shijith.thotton@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/liquidio: remove FLR request to PF driver 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: Tue, 22 Aug 2017 16:02:09 -0000 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.