From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2] net/bnx2x: fix for PCI FLR after ungraceful exit Date: Thu, 19 Apr 2018 23:15:36 +0100 Message-ID: References: <1524082509-25456-1-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Rasesh Mody , Dept-EngDPDKDev@cavium.com, stable@dpdk.org To: Rasesh Mody , dev@dpdk.org Return-path: In-Reply-To: <1524082509-25456-1-git-send-email-rasesh.mody@cavium.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 4/18/2018 9:15 PM, Rasesh Mody wrote: > From: Rasesh Mody > > This patch provides a fix for PCI function level reset after an > ungraceful exit from an application. The fix is to enable internal > target read as part of device attach before getting device information > from device config space, device itself and shared memory. In addition > to that, add a 200ms delay for the recovery flow to complete. > > Fixes: 540a211084a7 ("bnx2x: driver core") > Cc: stable@dpdk.org > > Signed-off-by: Rasesh Mody Series applied to dpdk-next-net/master, thanks.